You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/Rich-Text-Editor/Getting-Started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Before proceeding, ensure the following are in place:
31
31
## Step 2: Install the Syncfusion®.MAUI RichTextEditor NuGet Package
32
32
33
33
1. In **Solution Explorer**, right-click the project and choose **Manage NuGet Packages**.
34
-
2. Search for [Syncfusion.Maui.RichTextEditor](https://www.nuget.org/packages/Syncfusion.Maui.RichTextEditor)and install the latest version.
34
+
2. Search for and install the latest version.
35
35
3. Ensure the necessary dependencies are installed correctly, and the project is restored.
36
36
37
37
## Step 3: Register the Handler
@@ -203,7 +203,7 @@ Step 1: Add the namespace as shown in the following code sample.
203
203
{% endtabs %}
204
204
205
205
206
-
Step 2: Add the [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) control with a required optimal name using the included namespace.
206
+
Step 2: Add the SfRichTextEditor control with a required optimal name using the included namespace.
The [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) provides a comprehensive toolbar that allows users to format their content easily. You can enable it by setting the [ShowToolbar](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html#Syncfusion_Maui_RichTextEditor_SfRichTextEditor_ShowToolbar) property to `True`.
250
+
The SfRichTextEditor provides a comprehensive toolbar that allows users to format their content easily. You can enable it by setting the ShowToolbar property to `True`.
0 commit comments