Skip to content

Commit bcaea57

Browse files
authored
Merge pull request #7267 from syncfusion-content/BLAZ-998699-blockEdrDoc
998699: Updated the contents based on review comments
2 parents 5100b47 + 5603c82 commit bcaea57

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed

blazor-toc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -986,10 +986,10 @@
986986
<li><a href="/blazor/blockeditor/keyboard-shortcuts">Keyboard Shortcuts</a></li>
987987
<li><a href="/blazor/blockeditor/appearance">Appearance</a></li>
988988
<li><a href="/blazor/blockeditor/events">Events</a></li>
989-
<li>Validation and Security
989+
<li>Editor Security
990990
<ul>
991-
<li><a href="/blazor/blockeditor/validation-security/cross-site-script">Cross-Site Scripting</a></li>
992-
<li><a href="/blazor/blockeditor/validation-security/read-only-mode">Controlling Editor Access</a></li>
991+
<li><a href="/blazor/blockeditor/editor-security/cross-site-script">Cross-Site Scripting</a></li>
992+
<li><a href="/blazor/blockeditor/editor-security/read-only-mode">Controlling Editor Access</a></li>
993993
</ul>
994994
</li>
995995
</ul>

blazor/blockeditor/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can use the `CssClass` property to customize the appearance of the Block Edi
5050
5151
```
5252

53-
The following example demonstrates the usage of `Readonly` and `CssClass` properties of the Block Editor.
53+
The following example demonstrates the usage of `ReadOnly` and `CssClass` properties of the Block Editor.
5454

5555
```cshtml
5656

blazor/blockeditor/built-in-blocks/built-in-blocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By default, the `Indent` property is set to `0`.
4545
4646
@using Syncfusion.Blazor.BlockEditor
4747
48-
<div class="wrapper">
48+
<div id="container">
4949
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
5050
</div>
5151
@code {
@@ -92,7 +92,7 @@ Custom CSS classes allow you to define specialized styling for specific blocks i
9292
9393
@using Syncfusion.Blazor.BlockEditor
9494
95-
<div class="wrapper">
95+
<div id="container">
9696
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
9797
</div>
9898

blazor/blockeditor/built-in-blocks/embed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `Image` block `Properties` property supports the following options:
5252
5353
@using Syncfusion.Blazor.BlockEditor
5454
55-
<div class="wrapper">
55+
<div id="container">
5656
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
5757
</div>
5858

blazor/blockeditor/built-in-blocks/inline-content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The below sample demonstrates the usage of Mention and Label types in the Block
128128
129129
@using Syncfusion.Blazor.BlockEditor
130130
131-
<div class="wrapper">
131+
<div id="container">
132132
<SfBlockEditor Blocks="BlockData" Users="@BlockUser"></SfBlockEditor>
133133
</div>
134134
@@ -166,7 +166,7 @@ The below sample demonstrates the usage of Mention and Label types in the Block
166166

167167
## Applying Inline Styles
168168

169-
The Block Editor allows you to apply rich formatting to `Text`, `Link`, and `Code` elements using the `Styles` property.
169+
The Block Editor allows you to apply rich formatting to block contents using the `Styles` property.
170170

171171
The `Styles` property supports the following options:
172172

@@ -190,7 +190,7 @@ You can apply one or more of these styles to any supported content element for r
190190
191191
@using Syncfusion.Blazor.BlockEditor
192192
193-
<div class="wrapper">
193+
<div id="container">
194194
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
195195
</div>
196196

blazor/blockeditor/built-in-blocks/list-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ By default, the `IsChecked` property is set to `false`.
8989
```cshtml
9090
@using Syncfusion.Blazor.BlockEditor
9191
92-
<div class="wrapper">
92+
<div id="container">
9393
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
9494
</div>
9595
@@ -154,7 +154,7 @@ The following example demonstrates how to render the different types of list blo
154154
155155
@using Syncfusion.Blazor.BlockEditor
156156
157-
<div class="wrapper">
157+
<div id="container">
158158
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
159159
</div>
160160

blazor/blockeditor/editor-menus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The Slash Command menu comes with a set of pre-defined commands for all block ty
2323
- **Lists (Bullet, Numbered, Checklist)**: Creates a block for the specified list type.
2424
- **Paragraph**: Inserts a standard text block.
2525
- **Image**: Inserts a media block for images.
26+
- **Table**: Inserts a table block.
2627
- **Toggle**: Creates a collapsible content block.
2728
- **Callout**: Inserts a block for highlighting important information.
2829
- **Utility (Divider, Quote)**: Inserts a utility block like a divider or quote block.

blazor/blockeditor/validation-security/cross-site-script.md renamed to blazor/blockeditor/editor-security/cross-site-script.md

File renamed without changes.

blazor/blockeditor/validation-security/read-only-mode.md renamed to blazor/blockeditor/editor-security/read-only-mode.md

File renamed without changes.
-33.4 KB
Loading

0 commit comments

Comments
 (0)