Skip to content
Open
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
6 changes: 3 additions & 3 deletions blazor-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,10 @@
<li><a href="/blazor/blockeditor/keyboard-shortcuts">Keyboard Shortcuts</a></li>
<li><a href="/blazor/blockeditor/appearance">Appearance</a></li>
<li><a href="/blazor/blockeditor/events">Events</a></li>
<li>Validation and Security
<li>Editor Security
<ul>
<li><a href="/blazor/blockeditor/validation-security/cross-site-script">Cross-Site Scripting</a></li>
<li><a href="/blazor/blockeditor/validation-security/read-only-mode">Controlling Editor Access</a></li>
<li><a href="/blazor/blockeditor/editor-security/cross-site-script">Cross-Site Scripting</a></li>
<li><a href="/blazor/blockeditor/editor-security/read-only-mode">Controlling Editor Access</a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion blazor/blockeditor/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can use the `CssClass` property to customize the appearance of the Block Edi

```

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

```cshtml

Expand Down
4 changes: 2 additions & 2 deletions blazor/blockeditor/built-in-blocks/built-in-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ By default, the `Indent` property is set to `0`.

@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
</div>
@code {
Expand Down Expand Up @@ -92,7 +92,7 @@ Custom CSS classes allow you to define specialized styling for specific blocks i

@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
</div>

Expand Down
2 changes: 1 addition & 1 deletion blazor/blockeditor/built-in-blocks/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The `Image` block `Properties` property supports the following options:

@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
</div>

Expand Down
6 changes: 3 additions & 3 deletions blazor/blockeditor/built-in-blocks/inline-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The below sample demonstrates the usage of Mention and Label types in the Block

@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData" Users="@BlockUser"></SfBlockEditor>
</div>

Expand Down Expand Up @@ -166,7 +166,7 @@ The below sample demonstrates the usage of Mention and Label types in the Block

## Applying Inline Styles

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

The `Styles` property supports the following options:

Expand All @@ -190,7 +190,7 @@ You can apply one or more of these styles to any supported content element for r

@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
</div>

Expand Down
4 changes: 2 additions & 2 deletions blazor/blockeditor/built-in-blocks/list-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ By default, the `IsChecked` property is set to `false`.
```cshtml
@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
</div>

Expand Down Expand Up @@ -154,7 +154,7 @@ The following example demonstrates how to render the different types of list blo

@using Syncfusion.Blazor.BlockEditor

<div class="wrapper">
<div id="container">
<SfBlockEditor Blocks="BlockData"></SfBlockEditor>
</div>

Expand Down
1 change: 1 addition & 0 deletions blazor/blockeditor/editor-menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The Slash Command menu comes with a set of pre-defined commands for all block ty
- **Lists (Bullet, Numbered, Checklist)**: Creates a block for the specified list type.
- **Paragraph**: Inserts a standard text block.
- **Image**: Inserts a media block for images.
- **Table**: Inserts a table block.
- **Toggle**: Creates a collapsible content block.
- **Callout**: Inserts a block for highlighting important information.
- **Utility (Divider, Quote)**: Inserts a utility block like a divider or quote block.
Expand Down
Binary file modified blazor/blockeditor/images/appearance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/blockeditor/images/customStyles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/blockeditor/images/image-block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.