diff --git a/MAUI/Rich-Text-Editor/Migration.md b/MAUI/Rich-Text-Editor/Migration.md index b68ff12cd..33e367d72 100644 --- a/MAUI/Rich-Text-Editor/Migration.md +++ b/MAUI/Rich-Text-Editor/Migration.md @@ -177,3 +177,6 @@ To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/ * `Keyboard Interaction:` Toolbar visibility is affected when MaximumHeightRequest extends into the on-screen keyboard area, causing automatic hiding. * `Supported Content Types:` Editor content is restricted to plain text and HTML markup formats only. +## Breaking Changes + +* `Multiple selection:` The workflow for selecting multiple toolbar items has been significantly enhanced for better usability and efficiency. \ No newline at end of file diff --git a/MAUI/Rich-Text-Editor/Toolbar.md b/MAUI/Rich-Text-Editor/Toolbar.md new file mode 100644 index 000000000..7b23646b0 --- /dev/null +++ b/MAUI/Rich-Text-Editor/Toolbar.md @@ -0,0 +1,37 @@ +--- +layout: post +title: Toolbar in .NET MAUI Rich Text Editor | Syncfusion® +description: Learn here all about Toolbar features in Syncfusion® .NET MAUI Rich Text Editor (SfRichTextEditor) control. +platform: maui +control: Rich Text Editor +documentation: ug +--- + +# Toolbar in .NET MAUI Rich Text Editor (SfRichTextEditor) + +## Toolbar position + +The Rich Text Editor allows you to position the toolbar at the top or bottom of the content area, depending on your layout requirements. By default, the toolbar appears at the top on Windows and macOS, and at the bottom on Android and iOS for better accessibility. + +{% tabs %} + +{% highlight xaml %} + + + +{% endhighlight %} + +{% highlight c# %} + +SfRichTextEditor richTextEditor = new SfRichTextEditor(); +richTextEditor.ToolbarPosition = RichTextEditorToolbarPosition.Bottom; + +{% endhighlight %} +{% endtabs %} + +## Link quick toolbar + +The link quick toolbar appears when you click on a link in the editor. The Rich Text Editor provides essential tools in the link quick toolbar, including “Open”, “Edit Link” and “Remove Link”. + +![.NET MAUI Rich Text Editor Link Quick Toolbar](images/richtexteditor-link-quick-toolbar.png) + diff --git a/MAUI/Rich-Text-Editor/images/richtexteditor-link-quick-toolbar.png b/MAUI/Rich-Text-Editor/images/richtexteditor-link-quick-toolbar.png new file mode 100644 index 000000000..d05651114 Binary files /dev/null and b/MAUI/Rich-Text-Editor/images/richtexteditor-link-quick-toolbar.png differ diff --git a/maui-toc.html b/maui-toc.html index a1de04053..058eaee1e 100644 --- a/maui-toc.html +++ b/maui-toc.html @@ -1141,6 +1141,7 @@
  • Getting Started
  • Migrate from Xamarin.Forms
  • Advanced Features
  • +
  • Toolbar
  • AutoSize
  • Image Insertion
  • Table Insertion