<kendo:editor-nonSplittableTagsOnPaste>
When pasting a block element inside an element such as a list ul, the list gets split in half and the block element is inserted between the two ul elements.This configuration enables you to specify elements for which the above behavior will be ignored.
Example
<kendo:editor>
<kendo:editor-nonSplittableTagsOnPaste></kendo:editor-nonSplittableTagsOnPaste>
</kendo:editor>
Configuration Attributes
Configuration JSP Tags
kendo:editor-nonSplittableTagsOnPasteItem
When pasting a block element inside an element such as a list ul, the list gets split in half and the block element is inserted between the two ul elements.This configuration enables you to specify elements for which the above behavior will be ignored.
More documentation is available at kendo:editor-nonSplittableTagsOnPasteItem.
Example
<kendo:editor-nonSplittableTagsOnPaste>
<kendo:editor-nonSplittableTagsOnPasteItem></kendo:editor-nonSplittableTagsOnPasteItem>
</kendo:editor-nonSplittableTagsOnPaste>