Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MAUI/Rich-Text-Editor/Advanced-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,5 @@ private void OnEditorUnfocused(object sender, EventArgs e)
}
{% endhighlight %}
{% endtabs %}

N> Looking for the full [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/maui-rich-text-editor) component overview, features, pricing, and documentation? Visit the .NET MAUI Rich Text Editor page.
2 changes: 1 addition & 1 deletion MAUI/Rich-Text-Editor/AutoSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# AutoSize in .NET MAUI Rich Text Editor (SfRichTextEditor)

The .NET MAUI Rich Text Editor control can dynamically change its height to fit the content by setting the [EnableAutoSize](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html#Syncfusion_Maui_RichTextEditor_SfRichTextEditor_EnableAutoSize) property to `True`. By default, this property is `False`.
The [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/maui-rich-text-editor) control can dynamically change its height to fit the content by setting the [EnableAutoSize](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html#Syncfusion_Maui_RichTextEditor_SfRichTextEditor_EnableAutoSize) property to `True`. By default, this property is `False`.

When [EnableAutoSize](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html#Syncfusion_Maui_RichTextEditor_SfRichTextEditor_EnableAutoSize) is active, the editor’s height will grow or shrink as content is added or removed. For the best results, place the editor within a layout that can accommodate its changing height, such as a `VerticalStackLayout`.

Expand Down
2 changes: 1 addition & 1 deletion MAUI/Rich-Text-Editor/Customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Customization in .NET MAUI Rich Text Editor (SfRichTextEditor)

The .NET MAUI Rich Text Editor control provides extensive options for customizing its appearance and functionality, from the toolbar and editor area to programmatic formatting and hyperlink management.
The [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/maui-rich-text-editor) control provides extensive options for customizing its appearance and functionality, from the toolbar and editor area to programmatic formatting and hyperlink management.

## Customizing Editor Appearance

Expand Down
6 changes: 4 additions & 2 deletions MAUI/Rich-Text-Editor/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Before proceeding, ensure the following are set up:

1. Press <kbd>Ctrl</kbd> + <kbd>`</kbd> (backtick) to open the integrated terminal in Visual Studio Code.
2. Ensure you're in the project root directory where your .csproj file is located.
3. Run the command `dotnet add package Syncfusion.Maui.RichTextEditor` to install the Syncfusion .NET MAUI Rich Text Editor package.
3. Run the command `dotnet add package Syncfusion.Maui.RichTextEditor` to install the .NET MAUI Rich Text Editor package.
4. To ensure all dependencies are installed, run `dotnet restore`.

## Step 3: Register the Handler
Expand Down Expand Up @@ -378,4 +378,6 @@ this.Content = richTextEditor;

{% endtabs %}

![.NET MAUI Rich Text Editor with Toolbar](images/richtexteditor-image.png)
![.NET MAUI Rich Text Editor with Toolbar](images/richtexteditor-image.png)

N> Looking for the full [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/maui-rich-text-editor) component overview, features, pricing, and documentation? Visit the .NET MAUI Rich Text Editor page.
4 changes: 3 additions & 1 deletion MAUI/Rich-Text-Editor/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# .NET MAUI Rich Text Editor (SfRichTextEditor) Overview

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.
The [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/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.

![RichTextEditor Overview Image](images/rich-text-editor-overview.png)

Expand All @@ -23,3 +23,5 @@ The .NET MAUI Rich Text Editor provides a simple yet powerful editor interface t
* `Copy, paste, and cut` - Features built-in clipboard operations for user convenience.
* `Undo and redo` - Provides robust undo and redo history for user-friendly editing.
* `Localization and accessibility` - Supports right-to-left layouts and accessibility features.

N> Looking for the full [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/maui-rich-text-editor) component overview, features, pricing, and documentation? Visit the .NET MAUI Rich Text Editor page.
2 changes: 1 addition & 1 deletion MAUI/Rich-Text-Editor/Toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

## 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.
The [.NET MAUI Rich Text Editor](https://www.syncfusion.com/maui-controls/maui-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 %}

Expand Down