Skip to content

Commit 01b8dfc

Browse files
Update the Images
1 parent 6191332 commit 01b8dfc

11 files changed

+10
-8
lines changed

MAUI/Rich-Text-Editor/Basic-Features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@ The editor can display a placeholder text when the content is empty. This is use
7272

7373
{% highlight xaml %}
7474

75-
<rte:SfRichTextEditor Placeholder="Enter your content here..." />
75+
<rte:SfRichTextEditor Placeholder="Type Here..." />
7676

7777
{% endhighlight %}
7878

7979
{% highlight c# %}
8080

8181
SfRichTextEditor richTextEditor = new SfRichTextEditor();
82-
richTextEditor.Placeholder = "Enter your content here...";
82+
richTextEditor.Placeholder = "Type Here...";
8383

8484
{% endhighlight %}
8585

8686
{% endtabs %}
8787

88-
![.NET MAUI Rich Text Editor with Placeholder](images/richtexteditor-image.png)
88+
![.NET MAUI Rich Text Editor with Placeholder](images/richtexteditor-placeholder.png)
8989

9090

9191
## Events

MAUI/Rich-Text-Editor/Customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can customize the visual style of the toolbar using the `Toolbar` property.
7575
<rte:SfRichTextEditor ShowToolbar="True">
7676
<rte:SfRichTextEditor.ToolbarSettings>
7777
<rte:RichTextEditorToolbarSettings BackgroundColor="LightSteelBlue"
78-
TextColor="DarkSlateGray" IsScrollButtonVisible="True"="True"/>
78+
TextColor="DarkSlateGray" IsScrollButtonVisible="True"/>
7979
</rte:SfRichTextEditor.ToolbarSettings>
8080
</rte:SfRichTextEditor>
8181

MAUI/Rich-Text-Editor/Migration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/
3030
<th>.NET MAUI SfRichTextEditor</th>
3131
<th>Description</th></tr>
3232
<tr>
33-
<td>{{'[DotsBorderColor](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfRichTextEditor.XForms.SfRichTextEditor.html#Syncfusion_SfRichTextEditor_XForms_SfRichTextEditor_DotsBorderColor)'| markdownify }}</td>
34-
<td>DotsStroke</td>
35-
<td>Gets or sets the value of DotsStroke.
33+
<td>{{'[AutoSize](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.RichTextEditor.SfRichTextEditor.html#Syncfusion_XForms_RichTextEditor_SfRichTextEditor_AutoSize)'| markdownify }}</td>
34+
35+
https://helpstaging.syncfusion.com/xamarin/rich-text-editor/autosize
36+
<td>EnableAutoSize</td>
37+
<td>Gets or sets the value of AutoSize.
3638
</td></tr>
3739
</table>

MAUI/Rich-Text-Editor/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
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

14-
![RichTextEditor Overview Gif](images/rich-text-editor-overview.gif)
14+
![RichTextEditor Overview Image](images/rich-text-editor-overview.png)
1515

1616
## Key features
1717

-426 KB
Binary file not shown.
77.5 KB
Loading
-71.7 KB
Loading
20.9 KB
Loading
36.9 KB
Loading
7.99 KB
Loading

0 commit comments

Comments
 (0)