diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/appearance.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/appearance.md similarity index 87% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/appearance.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/appearance.md index b637230844..a7fa0fe9a9 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/appearance.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/appearance.md @@ -1,14 +1,14 @@ --- layout: post -title: Appearance in ##Platform_Name## Block Editor Control | Syncfusion -description: Checkout and learn about appearance with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Appearance in ASP.NET MVC Block Editor Control | Syncfusion +description: Checkout and learn about appearance with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Appearance in ##Platform_Name## Block Editor control +# Appearance in ASP.NET MVC Block Editor control The Block Editor control provides various appearance customization options to match your application's design requirements. These properties allow you to control the visual styling, layout, and overall look and feel of the editor. @@ -55,10 +55,10 @@ You can use the [CssClass](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusi {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/appearance/razor %} +{% include code-snippet/block-editor/appearance/razor %} {% endhighlight %} {% highlight c# tabtitle="Appearance.cs" %} -{% include code-snippet/blockeditor/appearance/appearance.cs %} +{% include code-snippet/block-editor/appearance/appearance.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md similarity index 86% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md index af5328d00f..6fc95a1e9e 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md @@ -1,7 +1,7 @@ --- layout: post -title: Blocks in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about Blocks with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Blocks in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about Blocks with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Blocks in ##Platform_Name## Block Editor control +# Blocks in ASP.NET MVC Block Editor control The Block Editor control enables you to create block-based content editing solution using various types of blocks. The [Blocks](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockEditor.html#Syncfusion_EJ2_BlockEditor_BlockEditor_Blocks) property allows you to define and manage the content structure of your editor. @@ -46,10 +46,10 @@ By default, the `indent` property is set to `0`. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/indent/razor %} +{% include code-snippet/block-editor/blocks/indent/razor %} {% endhighlight %} {% highlight c# tabtitle="Indent.cs" %} -{% include code-snippet/blockeditor/blocks/indent/indent.cs %} +{% include code-snippet/block-editor/blocks/indent/indent.cs %} {% endhighlight %} {% endtabs %} @@ -63,10 +63,10 @@ Custom CSS classes allow you to define specialized styling for specific blocks i {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/cssClass/razor %} +{% include code-snippet/block-editor/blocks/cssClass/razor %} {% endhighlight %} {% highlight c# tabtitle="CssClass.cs" %} -{% include code-snippet/blockeditor/blocks/cssClass/cssclass.cs %} +{% include code-snippet/block-editor/blocks/cssClass/cssclass.cs %} {% endhighlight %} {% endtabs %} @@ -78,10 +78,10 @@ The Block Editor allows you to use custom templates for specialized content usin {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Template.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/template-block/template.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/template-block/template.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/code-block.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/code-block.md similarity index 82% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/code-block.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/code-block.md index 0152afe810..f000c3124e 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/code-block.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/code-block.md @@ -1,7 +1,7 @@ --- layout: post -title: Code Block in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about Code Block with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Code Block in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about Code Block with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Code Blocks in ##Platform_Name## Block Editor control +# Code Blocks in ASP.NET MVC Block Editor control You can render Code blocks by setting the [blockType](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html) property as [Code](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_Code). By setting the `properties` property, you can configure the default language. The default language is `plainText`. @@ -42,11 +42,11 @@ Below example illustrates how to render the different code block in the Block Ed {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Code.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/code-block/code.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/code-block/code.cs %} {% endhighlight %} {% endtabs %} -![Code Block](./../../images/block-code.png) +![Code Block](./../../images/block-code.png) \ No newline at end of file diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/embed.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/embed.md similarity index 90% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/embed.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/embed.md index 8d2abb7245..5b14447161 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/embed.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/embed.md @@ -1,7 +1,7 @@ --- layout: post -title: Embed Blocks in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about Embed Blocks with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Embed Blocks in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about Embed Blocks with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-javascript control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Embed Blocks in ##Platform_Name## Block Editor control +# Embed Blocks in ASP.NET MVC Block Editor control Block Editor supports addition of embeds to help you organize, showcase contents and format your content effectively. @@ -72,10 +72,10 @@ The below sample demonstrates the configuration of image block in the Block Edit {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/image-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/image-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Image.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/image-block/image.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/image-block/image.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/inline-content.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/inline-content.md similarity index 93% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/inline-content.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/inline-content.md index c8277fd929..ce36d88ed0 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/inline-content.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/inline-content.md @@ -1,7 +1,7 @@ --- layout: post -title: Inline Content in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about Inline Content with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Inline Content in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about Inline Content with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Inline Content in ##Platform_Name## Block Editor control +# Inline Content in ASP.NET MVC Block Editor control Content in the Block Editor is managed through the `content` property of blocks. @@ -132,10 +132,10 @@ The below sample demonstrates the customization of labels in the Block Editor. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/label-settings/razor %} +{% include code-snippet/block-editor/blocks/label-settings/razor %} {% endhighlight %} {% highlight c# tabtitle="Label.cs" %} -{% include code-snippet/blockeditor/blocks/label-settings/label.cs %} +{% include code-snippet/block-editor/blocks/label-settings/label.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/list-types.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/list-types.md similarity index 90% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/list-types.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/list-types.md index 4fc10778e8..0739fff258 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/list-types.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/list-types.md @@ -1,7 +1,7 @@ --- layout: post -title: Lists in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about List Blocks with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Lists in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about List Blocks with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Lists in ##Platform_Name## Block Editor control +# Lists in ASP.NET MVC Block Editor control List blocks in the BlockEditor component are used to organize content into structured lists. You can render List blocks by setting the [blockType](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html) property as [BulletList](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_BulletList), [NumberedList](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_NumberedList), or [Checklist](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_Checklist). Bullet lists and numbered lists are ideal for unordered and ordered items, respectively, while checklist blocks enable interactive to-do lists with checkable items. @@ -108,10 +108,10 @@ By default, the `isChecked` property is set to `false`. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/isChecked/razor %} +{% include code-snippet/block-editor/blocks/isChecked/razor %} {% endhighlight %} {% highlight c# tabtitle="IsChecked.cs" %} -{% include code-snippet/blockeditor/blocks/isChecked/ischecked.cs %} +{% include code-snippet/block-editor/blocks/isChecked/ischecked.cs %} {% endhighlight %} {% endtabs %} @@ -135,10 +135,10 @@ Below example illustrates how to render the different types of list blocks in th {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/list-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/list-block/razor %} {% endhighlight %} {% highlight c# tabtitle="List.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/list-block/list.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/list-block/list.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/table-block.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/table-block.md similarity index 81% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/table-block.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/table-block.md index 95c531550a..0c17c5c64f 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/table-block.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/table-block.md @@ -1,7 +1,7 @@ --- layout: post -title: Table Block in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about Table Blocks with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Table Block in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about Table Blocks with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Table Blocks in ##Platform_Name## Block Editor control +# Table Blocks in ASP.NET MVC Block Editor control The Block Editor control allows you to render structured data in rows and columns by setting the block's [blockType](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html) property to [Table](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.BlockType.html#Syncfusion_EJ2_BlockEditor_BlockType_Table). You can customize the table layout, header, row numbers, and define columns and rows using the `properties` property. @@ -30,10 +30,10 @@ This sample demonstrates the configuration of the [Table](https://help.syncfusio {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/table-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/table-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Table.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/table-block/table.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/table-block/table.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/typography.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/typography.md similarity index 88% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/typography.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/typography.md index 4a75c3a72a..ce7a2e50bd 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/typography.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/typography.md @@ -1,7 +1,7 @@ --- layout: post -title: Typography Blocks in ##Platform_Name## Block Editor control | Syncfusion -description: Checkout and learn about Typography Blocks with ##Platform_Name## Block Editor control of Syncfusion Essential JS 2 and more. +title: Typography Blocks in ASP.NET MVC Block Editor control | Syncfusion +description: Checkout and learn about Typography Blocks with ASP.NET MVC Block Editor control of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Typography Blocks in ##Platform_Name## Block Editor control +# Typography Blocks in ASP.NET MVC Block Editor control Typography blocks are essential for organizing and presenting text-based content in your documents. The BlockEditor component supports various structural blocks—such as Paragraph, Heading, Collapsible Block, Divider, Quote, and Callout to help you format and structure content effectively. @@ -38,10 +38,10 @@ The below sample demonstrates the configuration of paragraph block in the Block {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Paragraph.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/paragraph.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/paragraph.cs %} {% endhighlight %} {% endtabs %} @@ -65,10 +65,10 @@ The below sample demonstrates the configuration of placeholder in the Block Edit {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/placeholder/razor %} +{% include code-snippet/block-editor/blocks/placeholder/razor %} {% endhighlight %} {% highlight c# tabtitle="Placeholder.cs" %} -{% include code-snippet/blockeditor/blocks/placeholder/placeholder.cs %} +{% include code-snippet/block-editor/blocks/placeholder/placeholder.cs %} {% endhighlight %} {% endtabs %} @@ -102,10 +102,10 @@ The below sample demonstrates the configuration of heading block in the Block Ed {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Heading.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/heading-block/heading.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/heading-block/heading.cs %} {% endhighlight %} {% endtabs %} @@ -184,10 +184,10 @@ The below sample demonstrates the configuration of [CollapsibleParagraph](https: {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Toggle.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/toggle-block/toggle.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/toggle-block/toggle.cs %} {% endhighlight %} {% endtabs %} @@ -238,10 +238,10 @@ The below sample demonstrates the configuration of divider block in the Block Ed {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Divider.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/divider-block/divider.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/divider-block/divider.cs %} {% endhighlight %} {% endtabs %} @@ -268,10 +268,10 @@ The below sample demonstrates the configuration of quote block in the Block Edit {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Quote.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/quote-block/quote.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/quote-block/quote.cs %} {% endhighlight %} {% endtabs %} @@ -322,10 +322,10 @@ The below sample demonstrates the configuration of callout block in the Block Ed {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %} +{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %} {% endhighlight %} {% highlight c# tabtitle="Callout.cs" %} -{% include code-snippet/blockeditor/blocks/blockTypes/callout-block/callout.cs %} +{% include code-snippet/block-editor/blocks/blockTypes/callout-block/callout.cs %} {% endhighlight %} {% endtabs %} @@ -347,10 +347,10 @@ The below sample demonstrates the configuration of children in the Block Editor {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/blocks/children/razor %} +{% include code-snippet/block-editor/blocks/children/razor %} {% endhighlight %} {% highlight c# tabtitle="Children.cs" %} -{% include code-snippet/blockeditor/blocks/children/children.cs %} +{% include code-snippet/block-editor/blocks/children/children.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/drag-drop.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/drag-drop.md similarity index 82% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/drag-drop.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/drag-drop.md index c84ed2e7c7..fab8588572 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/drag-drop.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/drag-drop.md @@ -1,14 +1,14 @@ --- layout: post -title: Drag and drop in ##Platform_Name## Block Editor Control | Syncfusion -description: Checkout and learn about Drag and drop with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Drag and drop in ASP.NET MVC Block Editor Control | Syncfusion +description: Checkout and learn about Drag and drop with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Drag and drop in ##Platform_Name## Block Editor control +# Drag and drop in ASP.NET MVC Block Editor control The drag and drop feature in Block Editor allows users to easily rearrange blocks within the editor by dragging them to different positions. @@ -30,10 +30,10 @@ During the drag operation, the editor provides visual cues to indicate where the {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/drag-drop/razor %} +{% include code-snippet/block-editor/drag-drop/razor %} {% endhighlight %} {% highlight c# tabtitle="DragDrop.cs" %} -{% include code-snippet/blockeditor/drag-drop/dragdrop.cs %} +{% include code-snippet/block-editor/drag-drop/dragdrop.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-menus.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-menus.md similarity index 90% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-menus.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-menus.md index 768c01533b..122d4335c5 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-menus.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-menus.md @@ -1,14 +1,14 @@ --- layout: post -title: Editor Menus in ##Platform_Name## Block Editor Control | Syncfusion -description: Checkout and learn about Editor Menus with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Editor Menus in ASP.NET MVC Block Editor Control | Syncfusion +description: Checkout and learn about Editor Menus with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Editor Menus in ##Platform_Name## Block Editor control +# Editor Menus in ASP.NET MVC Block Editor control The Block Editor control provides several interactive menus to enhance content creation and editing. These menus offer quick access to various commands and formatting options. @@ -50,10 +50,10 @@ Below example demonstrates the customization of the Slash Command menu. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/editor-menus/slash-command/razor %} +{% include code-snippet/block-editor/editor-menus/slash-command/razor %} {% endhighlight %} {% highlight c# tabtitle="SlashCommand.cs" %} -{% include code-snippet/blockeditor/editor-menus/slash-command/slashCommand.cs %} +{% include code-snippet/block-editor/editor-menus/slash-command/slashCommand.cs %} {% endhighlight %} {% endtabs %} @@ -90,10 +90,10 @@ Below example demonstrates the customization of the Context menu. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/editor-menus/context-menu/razor %} +{% include code-snippet/block-editor/editor-menus/context-menu/razor %} {% endhighlight %} {% highlight c# tabtitle="ContextMenu.cs" %} -{% include code-snippet/blockeditor/editor-menus/context-menu/contextMenu.cs %} +{% include code-snippet/block-editor/editor-menus/context-menu/contextMenu.cs %} {% endhighlight %} {% endtabs %} @@ -134,10 +134,10 @@ Below example demonstrates the customization of the Block action menu. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/editor-menus/block-action/razor %} +{% include code-snippet/block-editor/editor-menus/block-action/razor %} {% endhighlight %} {% highlight c# tabtitle="BlockAction.cs" %} -{% include code-snippet/blockeditor/editor-menus/block-action/blockAction.cs %} +{% include code-snippet/block-editor/editor-menus/block-action/blockAction.cs %} {% endhighlight %} {% endtabs %} @@ -179,9 +179,9 @@ Below example demonstrates the customization of the Inline Toolbar. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/editor-menus/inline-toolbar/razor %} +{% include code-snippet/block-editor/editor-menus/inline-toolbar/razor %} {% endhighlight %} {% highlight c# tabtitle="InlineToolbar.cs" %} -{% include code-snippet/blockeditor/editor-menus/inline-toolbar/inlineToolbar.cs %} +{% include code-snippet/block-editor/editor-menus/inline-toolbar/inlineToolbar.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-security/cross-site-script.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-security/cross-site-script.md similarity index 79% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-security/cross-site-script.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-security/cross-site-script.md index 44d860578e..bb660cb922 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-security/cross-site-script.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-security/cross-site-script.md @@ -1,14 +1,14 @@ --- layout: post -title: Cross-Site scripting in ##Platform_Name## Block Editor | Syncfusion -description: Checkout and learn about Cross-Site scripting with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Cross-Site scripting in ASP.NET MVC Block Editor | Syncfusion +description: Checkout and learn about Cross-Site scripting with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Cross-Site scripting(XSS) prevention in ##Platform_Name## Block Editor control +# Prevent XSS in ASP.NET MVC Block Editor Control The Block Editor control allows users to edit the content with security by preventing cross-site scripting (XSS). By default, it provides built-in support to remove elements from editor content that cause XSS attacks. The editor removes the elements based on the attributes if it is possible to execute a script. diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-security/read-only-mode.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-security/read-only-mode.md similarity index 81% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-security/read-only-mode.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-security/read-only-mode.md index 94d968ead6..c23d1961d8 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-security/read-only-mode.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/editor-security/read-only-mode.md @@ -1,14 +1,14 @@ --- layout: post -title: Controlled Access in ##Platform_Name## Block Editor Control | Syncfusion -description: Checkout and learn about Controlling Editor Access with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Controlled Access in ASP.NET MVC Block Editor Control | Syncfusion +description: Checkout and learn about Controlling Editor Access with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Controlling Editor Access in ##Platform_Name## Block Editor control +# Controlling Editor Access in ASP.NET MVC Block Editor control The Block Editor control provides read-only modes to control user interaction with the editor. This allows users to view formatted content without editing. This features are useful for displaying content without modifications or temporarily restricting input. diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/events.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/events.md similarity index 96% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/events.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/events.md index d8205bc966..32b71e65cd 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/events.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/events.md @@ -1,14 +1,14 @@ --- layout: post -title: Events in ##Platform_Name## Block Editor Control | Syncfusion -description: Checkout and learn about Events with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Events in ASP.NET MVC Block Editor Control | Syncfusion +description: Checkout and learn about Events with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Events in ##Platform_Name## Block Editor control +# Events in ASP.NET MVC Block Editor control The Block Editor control provides a comprehensive set of events that allow you to monitor and respond to various user interactions and editor state changes. These events enable you to implement custom behaviors, validation, logging, and integration with other systems. diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/getting-started.md similarity index 91% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/getting-started.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/getting-started.md index d1d3351097..1319b040e2 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/getting-started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with ##Platform_Name## BlockEditor Control | Syncfusion -description: Checkout and learn about getting started with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more. +title: Getting Started with ASP.NET MVC BlockEditor Control | Syncfusion +description: Checkout and learn about getting started with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## @@ -9,7 +9,7 @@ documentation: ug --- -# Getting Started with ASP.NET MVC BlockEditor control +# Getting Started with ASP.NET MVC Block Editor control This section briefly explains about how to include `ASP.NET MVC BlockEditor` control in your ASP.NET MVC application using Visual Studio. @@ -21,7 +21,7 @@ This section briefly explains about how to include `ASP.NET MVC BlockEditor` con * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application @@ -89,10 +89,10 @@ Now, add the Syncfusion® ASP.NET MVC BlockE {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/getting-started/razor %} +{% include code-snippet/block-editor/getting-started/razor %} {% endhighlight %} {% highlight c# tabtitle="Default.cs" %} -{% include code-snippet/blockeditor/getting-started/gettingstarted.cs %} +{% include code-snippet/block-editor/getting-started/gettingstarted.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/globalization.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/globalization.md similarity index 81% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/globalization.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/globalization.md index b33628f3a5..e1faa406d4 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/globalization.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/globalization.md @@ -1,14 +1,14 @@ --- layout: post -title: Globalization in ##Platform_Name## Block Editor Control | Syncfusion -description: Checkout and learn about Globalization with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Globalization in ASP.NET MVC Block Editor Control | Syncfusion +description: Checkout and learn about Globalization with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Globalization in ##Platform_Name## Block Editor control +# Globalization in ASP.NET MVC Block Editor control ## Localization @@ -50,10 +50,10 @@ The below example shows adding the German culture locale(`de-DE`) {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/globalization/locale/razor %} +{% include code-snippet/block-editor/globalization/locale/razor %} {% endhighlight %} {% highlight c# tabtitle="Locale.cs" %} -{% include code-snippet/blockeditor/globalization/locale/locale.cs %} +{% include code-snippet/block-editor/globalization/locale/locale.cs %} {% endhighlight %} {% endtabs %} @@ -65,10 +65,10 @@ RTL provides an option to switch the text direction and layout of the Block Edit {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/globalization/rtl/razor %} +{% include code-snippet/block-editor/globalization/rtl/razor %} {% endhighlight %} {% highlight c# tabtitle="Rtl.cs" %} -{% include code-snippet/blockeditor/globalization/rtl/rtl.cs %} +{% include code-snippet/block-editor/globalization/rtl/rtl.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/keyboard-shortcuts.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/keyboard-shortcuts.md similarity index 96% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/keyboard-shortcuts.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/keyboard-shortcuts.md index fac47e4596..03f4ba5df5 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/keyboard-shortcuts.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/keyboard-shortcuts.md @@ -1,14 +1,14 @@ --- layout: post -title: Keyboard Shortcuts in ##Platform_Name## Block Editor | Syncfusion -description: Checkout and learn about Keyboard Shortcuts with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Keyboard Shortcuts in ASP.NET MVC Block Editor | Syncfusion +description: Checkout and learn about Keyboard Shortcuts with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Keyboard Shortcuts in ##Platform_Name## Block Editor control +# Keyboard Shortcuts in ASP.NET MVC Block Editor control The Block Editor control provides comprehensive keyboard shortcuts to enhance productivity and streamline content creation. These shortcuts are organized into different categories based on their functionality, allowing users to quickly access various features without relying on mouse interactions. diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/methods.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/methods.md similarity index 92% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/methods.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/methods.md index 6fec110de6..28ee46ad5b 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/methods.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/methods.md @@ -1,14 +1,14 @@ --- layout: post -title: Methods in ##Platform_Name## Block Editor | Syncfusion -description: Checkout and learn about Methods with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Methods in ASP.NET MVC Block Editor | Syncfusion +description: Checkout and learn about Methods with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Methods in ##Platform_Name## Block Editor control +# Methods in ASP.NET MVC Block Editor control The Block Editor control provides a comprehensive set of public methods that allow you to programmatically interact with and manipulate the editor content. These methods enable you to add, remove, update, and manage blocks, as well as control selection, formatting, and other editor operations. @@ -86,10 +86,10 @@ Below example demonstrates the usage of the above methods. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/methods/block/razor %} +{% include code-snippet/block-editor/methods/block/razor %} {% endhighlight %} {% highlight c# tabtitle="Block.cs" %} -{% include code-snippet/blockeditor/methods/block/block.cs %} +{% include code-snippet/block-editor/methods/block/block.cs %} {% endhighlight %} {% endtabs %} @@ -164,10 +164,10 @@ Below example demonstrates the usage of the above methods. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/methods/selection/razor %} +{% include code-snippet/block-editor/methods/selection/razor %} {% endhighlight %} {% highlight c# tabtitle="Selection.cs" %} -{% include code-snippet/blockeditor/methods/selection/selection.cs %} +{% include code-snippet/block-editor/methods/selection/selection.cs %} {% endhighlight %} {% endtabs %} @@ -235,10 +235,10 @@ Below example demonstrates the usage of the above methods. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/methods/formatting/razor %} +{% include code-snippet/block-editor/methods/formatting/razor %} {% endhighlight %} {% highlight c# tabtitle="Formatting.cs" %} -{% include code-snippet/blockeditor/methods/formatting/formatting.cs %} +{% include code-snippet/block-editor/methods/formatting/formatting.cs %} {% endhighlight %} {% endtabs %} @@ -307,10 +307,10 @@ Below example demonstrates the usage of the above methods. {% tabs %} {% highlight razor tabtitle="CSHTML" %} -{% include code-snippet/blockeditor/methods/data/razor %} +{% include code-snippet/block-editor/methods/data/razor %} {% endhighlight %} {% highlight c# tabtitle="Data.cs" %} -{% include code-snippet/blockeditor/methods/data/data.cs %} +{% include code-snippet/block-editor/methods/data/data.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/paste-cleanup.md b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/paste-cleanup.md similarity index 60% rename from ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/paste-cleanup.md rename to ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/paste-cleanup.md index cea64df59f..f3484738ca 100644 --- a/ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/paste-cleanup.md +++ b/ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/paste-cleanup.md @@ -1,14 +1,14 @@ --- layout: post -title: Undo redo in ##Platform_Name## Block Editor | Syncfusion -description: Checkout and learn about undo redo with Syncfusion Essential ##Platform_Name## BlockEditor control, its elements, and more details. +title: Undo redo in ASP.NET MVC Block Editor | Syncfusion +description: Checkout and learn about undo redo with Syncfusion Essential ASP.NET MVC BlockEditor control, its elements, and more details. platform: ej2-asp-core-mvc control: BlockEditor publishingplatform: ##Platform_Name## documentation: ug --- -# Paste Clean-up in ##Platform_Name## Block Editor control +# Paste Clean-up in ASP.NET MVC Block Editor control The Block Editor control provides robust paste clean-up functionalities to ensure that pasted content integrates seamlessly and maintains consistency with the editor's styling and structure. This helps in removing unwanted formatting, scripts, or elements often copied from external sources like web pages or word processors. @@ -16,7 +16,7 @@ You can configure the paste settings using the [PasteCleanupSettings](https://he ## Configuring allowed styles -The [AllowedStyles](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.htmlAllowedStyles) property in the [`PasteCleanupSettings`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html) model allows you to define which CSS styles are permitted when content is pasted into the editor. Any style not included in this list will be stripped from the pasted content. This ensures that only desired visual attributes are preserved, maintaining a clean and consistent look. +The [AllowedStyles](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html#Syncfusion_EJ2_BlockEditor_PasteCleanupSettings_AllowedStyles) property in the [`PasteCleanupSettings`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html) model allows you to define which CSS styles are permitted when content is pasted into the editor. Any style not included in this list will be stripped from the pasted content. This ensures that only desired visual attributes are preserved, maintaining a clean and consistent look. By default, following styles are allowed: @@ -35,7 +35,7 @@ In the below example, only `font-weight` and `font-style` styles will be retaine ## Setting denied tags -The [DeniedTags](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.htmlDeniedTags) property in [`PasteCleanupSettings`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html) enables you to specify HTML tags that should be completely removed from the pasted content. This is particularly useful for stripping out potentially problematic or irrelevant tags, such as `script` tags, `iframe`s, or any other elements you don't want to allow in the editor. By default, the [DeniedTags](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.htmlDeniedTags) property is an empty array, meaning no tags are removed by default. +The [DeniedTags](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html#Syncfusion_EJ2_BlockEditor_PasteCleanupSettings_DeniedTags) property in [`PasteCleanupSettings`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html) enables you to specify HTML tags that should be completely removed from the pasted content. This is particularly useful for stripping out potentially problematic or irrelevant tags, such as `script` tags, `iframe`s, or any other elements you don't want to allow in the editor. By default, the [DeniedTags](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.BlockEditor.PasteCleanupSettings.html#Syncfusion_EJ2_BlockEditor_PasteCleanupSettings_DeniedTags) property is an empty array, meaning no tags are removed by default. In the below example, any `