Skip to content

Commit 27b8506

Browse files
998669: Corrections, image errors resolved
1 parent 96bd0d4 commit 27b8506

File tree

16 files changed

+28
-37
lines changed

16 files changed

+28
-37
lines changed

blazor/blockeditor/appearance.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can specify the width and height for the Block Editor component using the `W
1717

1818
```cshtml
1919
20-
@using Syncfusion.Blazor.Block Editor;
20+
@using Syncfusion.Blazor.BlockEditor;
2121
2222
<SfBlock Editor ID="blockeditor" Width="100%" Height="80vh"></SfBlock Editor>
2323
@@ -32,7 +32,7 @@ You can utilize the `ReadOnly` property to control whether the editor is in read
3232

3333
```cshtml
3434
35-
@using Syncfusion.Blazor.Block Editor;
35+
@using Syncfusion.Blazor.BlockEditor;
3636
3737
<SfBlock Editor ID="blockeditor" ReadOnly=true></SfBlock Editor>
3838
@@ -44,17 +44,7 @@ You can use the `CssClass` property to customize the appearance of the Block Edi
4444

4545
```cshtml
4646
47-
@using Syncfusion.Blazor.Block Editor;
48-
49-
<SfBlock Editor ID="blockeditor" Width="600px" Height="400px" CssClass="custom-editor-theme"></SfBlock Editor>
50-
51-
```
52-
53-
The following example demonstrates the usage of `readonly` and `cssClass` properties of the Block Editor.
54-
55-
```cshtml
56-
57-
@using Syncfusion.Blazor.Block Editor;
47+
@using Syncfusion.Blazor.BlockEditor;
5848
5949
<SfBlock Editor ID="blockeditor" Width="600px" Height="400px" CssClass="custom-editor-theme"></SfBlock Editor>
6050

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Blocks in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Blocks in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Blocks with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Embed in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Embed in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Embed with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Inline content in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Inline content in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Inline content with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Lists in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about List Blocks in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about List Blocks with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Table Blocks in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Table Blocks in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Table Blocks with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Typography Blocks in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Typography Blocks in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Typography Blocks with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

blazor/blockeditor/editor-menus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Editor Menus in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Editor Menus in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Editor Menus with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

blazor/blockeditor/events.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Events in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Events in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Events with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug
@@ -17,7 +17,7 @@ The `Created` event is triggered when the Block Editor component is successfully
1717

1818
```cshtml
1919
20-
@using Syncfusion.Blazor.Block Editor;
20+
@using Syncfusion.Blazor.BlockEditor;
2121
2222
<div id="container">
2323
<SfBlock Editor ID="blockeditor" Created="@OnCreated">
@@ -39,7 +39,7 @@ The `BlockChanged` event is triggered whenever the editor blocks are changed. Th
3939

4040
```cshtml
4141
42-
@using Syncfusion.Blazor.Block Editor;
42+
@using Syncfusion.Blazor.BlockEditor;
4343
4444
<div id="container">
4545
<SfBlock Editor ID="blockeditor" BlockChanged="@BlockChanged">
@@ -61,7 +61,7 @@ The `SelectionChanged` event is triggered when the user's text selection changes
6161

6262
```cshtml
6363
64-
@using Syncfusion.Blazor.Block Editor;
64+
@using Syncfusion.Blazor.BlockEditor;
6565
6666
<div id="container">
6767
<SfBlock Editor ID="blockeditor" SelectionChanged="@SelectionChanged">
@@ -83,7 +83,7 @@ The `Focus` event is triggered when the editor gains focus. This is useful for u
8383

8484
```cshtml
8585
86-
@using Syncfusion.Blazor.Block Editor;
86+
@using Syncfusion.Blazor.BlockEditor;
8787
8888
<div id="container">
8989
<SfBlock Editor ID="blockeditor" Focus="@Focus">
@@ -105,7 +105,7 @@ The `Blur` event is triggered when the editor loses focus. This is commonly used
105105

106106
```cshtml
107107
108-
@using Syncfusion.Blazor.Block Editor;
108+
@using Syncfusion.Blazor.BlockEditor;
109109
110110
<div id="container">
111111
<SfBlock Editor ID="blockeditor" Blur="@Blur">
@@ -127,7 +127,7 @@ The `PasteCleanupStarting` event is triggered before content is pasted into the
127127

128128
```cshtml
129129
130-
@using Syncfusion.Blazor.Block Editor;
130+
@using Syncfusion.Blazor.BlockEditor;
131131
132132
<div id="container">
133133
<SfBlock Editor ID="blockeditor" PasteCleanupStarting="@PasteCleanupStarting">
@@ -149,7 +149,7 @@ The `PasteCleanupCompleted` event is triggered after content has been successful
149149

150150
```cshtml
151151
152-
@using Syncfusion.Blazor.Block Editor;
152+
@using Syncfusion.Blazor.BlockEditor;
153153
154154
<div id="container">
155155
<SfBlock Editor ID="blockeditor" PasteCleanupCompleted="@PasteCleanupCompleted">

blazor/blockeditor/globalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Globalization in Blazor Block Editor Component | Syncfusion
4-
description: Checkout and learn about Globalization in Syncfusion Blazor Block Editor component and more.
4+
description: Checkout and learn about Globalization with Syncfusion Blazor Block Editor component in Blazor Server App and Blazor WebAssembly App.
55
platform: Blazor
66
control: BlockEditor
77
documentation: ug

0 commit comments

Comments
 (0)