From ac2779bf9f14e6dbf8b27e5e5c2fe2b36ad353e6 Mon Sep 17 00:00:00 2001 From: "PROGRESS\\doyordan" Date: Tue, 14 Sep 2021 16:18:59 +0300 Subject: [PATCH] update toolbar edit images descriptions --- .../working-with-images/richtexteditor-images-overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/controls/richtexteditor/working-with-images/richtexteditor-images-overview.md b/controls/richtexteditor/working-with-images/richtexteditor-images-overview.md index b2c5b118..3744ed10 100644 --- a/controls/richtexteditor/working-with-images/richtexteditor-images-overview.md +++ b/controls/richtexteditor/working-with-images/richtexteditor-images-overview.md @@ -16,10 +16,10 @@ From R3 2021 release of Telerik UI for Xamarin the RichTextEditor control allows * `AddImageToolbarItem`(*RichTextEditorToolbarItem*): allows you to add an image - the RichTextEditor `PickImage` event is fired, so you can handle the logic for selecting an image. * `EditImageToolbarItem`(*InsertImageToolbarItem*): allows you to resize the image. In addition the toolbar allows you to pick an image (the RichTextEditor.`PickImage` event is fired) if you haven't selected one. Check [Edit Image ToolbarItem]({%slug richtexteditor-insert-images%}#edit-image-toolbaritem) for more details. -* `CutToolbarItem`(*RichTextEditorToolbarItem*): allows you to cut the selected HTML/image from the clipboard. -* `CopyToolbarItem`(*RichTextEditorToolbarItem*): allows you to copy the selected HTML to the clipboard. -* `PasteHtmlToolbarItem`(*RichTextEditorToolbarItem*): allows you to paste HTML from the clipboard. -* `RemoveImageToolbarItem`(*RichTextEditorToolbarItem*): allows you to remove/delete the currently selected image. +* `CutToolbarItem`(*RichTextEditorToolbarItem*): allows you to cut the selected HTML/image to the clipboard. +* `CopyToolbarItem`(*RichTextEditorToolbarItem*): allows you to copy the selected HTML/image to the clipboard. +* `PasteHtmlToolbarItem`(*RichTextEditorToolbarItem*): allows you to paste HTML/image from the clipboard. +* `RemoveImageToolbarItem`(*RichTextEditorToolbarItem*): allows you to remove the currently selected image from the document. You can insert images from Uri, Data(byte []), Stream, File. The image source is of type `RichTextImageSource`.