Skip to content

Commit bca835a

Browse files
991223: Blazor Documentation cleanup
1 parent c3a0097 commit bca835a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

blazor-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4137,7 +4137,7 @@
41374137
</li>
41384138
<li>Validation and Security
41394139
<ul>
4140-
<li><a href="/blazor/rich-text-editor/validation-security/form-validation">Forms Support</a></li>
4140+
<li><a href="/blazor/rich-text-editor/form-validation">Forms Support</a></li>
41414141
<li><a href="/blazor/rich-text-editor/validation-security/xhtml-validation">Content Validation and Security in XHTML</a></li>
41424142
<li><a href="/blazor/rich-text-editor/validation-security/read-only-mode">Controlling Editor Access</a></li>
41434143
</ul>

blazor/rich-text-editor/editor-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To enable HTML mode, set the [EditorMode](https://help.syncfusion.com/cr/blazor/
3939
4040
```
4141

42-
![Blazor RichTextEditor with HTML Editor](../images/blazor-richtexteditor-with-html-editor.png)
42+
![Blazor RichTextEditor with HTML Editor](./images/blazor-richtexteditor-with-html-editor.png)
4343

4444
## IFrame editor
4545

blazor/rich-text-editor/validation-security/form-validation.md renamed to blazor/rich-text-editor/form-validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ N> [View the sample on GitHub.](https://github.com/SyncfusionExamples/blazor-ric
2121
{% endhighlight %}
2222
{% endtabs %}
2323

24-
![Blazor Rich Text Editor form validation](../images/blazor-richtexteditor-form-validation.png)
24+
![Blazor Rich Text Editor form validation](./images/blazor-richtexteditor-form-validation.png)
2525

2626
## Validation attributes
2727

@@ -41,7 +41,7 @@ The Rich Text Editor provides the functionality of character counting and its va
4141
{% endhighlight %}
4242
{% endtabs %}
4343

44-
![Blazor Rich Text Editor character count validation](../images/blazor-richtexteditor-char-count-validation.png)
44+
![Blazor Rich Text Editor character count validation](./images/blazor-richtexteditor-char-count-validation.png)
4545

4646
## Custom placement of validation message
4747

@@ -55,6 +55,6 @@ The validation error message can be displayed in a custom location instead of th
5555
{% endhighlight %}
5656
{% endtabs %}
5757

58-
![Blazor Rich Text Editor validation message in custom placement](../images/blazor-richtexteditor-validation-placement.png)
58+
![Blazor Rich Text Editor validation message in custom placement](./images/blazor-richtexteditor-validation-placement.png)
5959

6060
N> You can refer to our [Blazor Rich Text Editor](https://www.syncfusion.com/blazor-components/blazor-wysiwyg-rich-text-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Rich Text Editor](https://blazor.syncfusion.com/demos/rich-text-editor/overview?theme=bootstrap5) example to know how to render and configure the rich text editor tools.

blazor/rich-text-editor/iframe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here's an example of how to enable the iframe editor:
3232
{% endhighlight %}
3333
{% endtabs %}
3434

35-
![Blazor Rich Text Editor with iframe](../images/blazor-richtexteditor-iframe.png)
35+
![Blazor Rich Text Editor with iframe](./images/blazor-richtexteditor-iframe.png)
3636

3737
## Customizing IFrame attributes
3838

@@ -46,7 +46,7 @@ Add additional attributes to the body element of the iframe document using the[R
4646
{% endhighlight %}
4747
{% endtabs %}
4848

49-
![Blazor Rich Text Editor with iframe attribute](../images/blazor-richtexteditor-iframe-attribute.png)
49+
![Blazor Rich Text Editor with iframe attribute](./images/blazor-richtexteditor-iframe-attribute.png)
5050

5151
## Integrating external CSS and Script
5252

@@ -78,6 +78,6 @@ Similarly, add external script files to the iframe document using the same `Rich
7878
{% endhighlight %}
7979
{% endtabs %}
8080

81-
![Blazor Rich Text Editor with external CSS and script](../images/blazor-richtexteditor-iframe-external-CSS-script.png)
81+
![Blazor Rich Text Editor with external CSS and script](./images/blazor-richtexteditor-iframe-external-CSS-script.png)
8282

8383
N> Visit the [Blazor Rich Text Editor](https://www.syncfusion.com/blazor-components/blazor-rich-text-editor) feature tour for an overview of its capabilities. Explore the [Blazor Rich Text Editor](https://blazor.syncfusion.com/demos/rich-text-editor/overview?theme=bootstrap5) demo to learn how to render and configure the editor tools.

blazor/rich-text-editor/inline-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This flexibility allows you to tailor the toolbar to include only the tools rele
2525
{% endhighlight %}
2626
{% endtabs %}
2727

28-
![Blazor Rich Text Editor enabling inline mode](../images/blazor-richtexteditor-enable-inline.gif)
28+
![Blazor Rich Text Editor enabling inline mode](./images/blazor-richtexteditor-enable-inline.gif)
2929

3030
## Edit on select
3131

@@ -39,7 +39,7 @@ The inline toolbar will appear only for the selected text by enabling the [RichT
3939
{% endhighlight %}
4040
{% endtabs %}
4141

42-
![Blazor Rich Text Editor enabling selection](../images/blazor-richtexteditor-enable-selection.gif)
42+
![Blazor Rich Text Editor enabling selection](./images/blazor-richtexteditor-enable-selection.gif)
4343

4444
N> You can refer to our [Blazor Rich Text Editor](https://www.syncfusion.com/blazor-components/blazor-wysiwyg-rich-text-editor) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Rich Text Editor](https://blazor.syncfusion.com/demos/rich-text-editor/overview?theme=bootstrap5) example to know how to render and configure the rich text editor tools.
4545

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)