Skip to content

Commit 6191332

Browse files
Merge branch 'Tools-UG-Rich-text-editor' of https://github.com/syncfusion-content/maui-docs into Tools-UG-Rich-text-editor
2 parents 4ff3dc1 + 8b668e9 commit 6191332

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

MAUI/Rich-Text-Editor/Customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Customization in .NET MAUI Rich Text Editor | Syncfusion®
4-
description: Learn here all about customization support in the Syncfusion® .NET MAUI Rich Text Editor (SfRichTextEditor) control, including the toolbar, placeholder, and more.
4+
description: Learn here all about customization support in the Syncfusion® .NET MAUI Rich Text Editor (SfRichTextEditor) control, including the toolbar, and more.
55
platform: maui
66
control: Rich Text Editor
77
documentation: ug

MAUI/Rich-Text-Editor/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before proceeding, ensure the following are in place:
3131
## Step 2: Install the Syncfusion®.MAUI RichTextEditor NuGet Package
3232

3333
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.
3535
3. Ensure the necessary dependencies are installed correctly, and the project is restored.
3636

3737
## Step 3: Register the Handler
@@ -203,7 +203,7 @@ Step 1: Add the namespace as shown in the following code sample.
203203
{% endtabs %}
204204

205205

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.
207207

208208
{% tabs %}
209209

@@ -247,7 +247,7 @@ namespace RichTextEditorSample
247247

248248
## Enable the Toolbar
249249

250-
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`.
251251

252252
{% tabs %}
253253

@@ -335,4 +335,4 @@ this.Content = richTextEditor;
335335

336336
{% endtabs %}
337337

338-
N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this **link**.
338+
N> You can find the getting started sample of .NET MAUI SfRichTextEditor from this **link**.

MAUI/Rich-Text-Editor/Migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Migrating from Xamarin to .NET MAUI Rich Text Editor control | Syncfusion®
3+
title: Migrating from Xamarin to MAUI Rich Text Editor control | Syncfusion®
44
description: Learn about Migrating from Syncfusion® Xamarin Rich Text Editor to Syncfusion® .NET MAUI Rich Text Editor control and more.
55
platform: maui
66
control: Rich Text Editor

MAUI/Rich-Text-Editor/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Rich Text Editor
77
documentation: ug
88
---
99

10-
# .NET MAUI Rotator (SfRotator) Overview
10+
# .NET MAUI Rich Text Editor (SfRichTextEditor) Overview
1111

1212
The .NET MAUI Rich Text Editor provides a simple yet powerful editor interface to compose richly formatted text with all the common formatting options like bold and italics. The Rich Text Editor is used to create messaging applications, email composers, blog editors, forum post text boxes, feedback and review sections, notes sections, and more. It has a variety of tools to edit and format rich content and returns valid HTML markup content.
1313

0 commit comments

Comments
 (0)