title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Paste Cleanup |
Paste Cleanup - Editor - Kendo UI for Vue |
Clean the pasted content of the Kendo UI Editor wrapper for Vue |
paste_cleanup_editor_wrapper |
5 |
The Editor provides options for cleaning up the content which users paste in the content area.
The paste cleanup features allows for better control on the entered content and ensures consistent styling.
The available options are:
all
(default:false
)css
(default:false
)custom
keepNewLines
(default:true
)msAllFormatting
(default:false
)msConvertLists
(default:true
)msTags
(default:true
)none
(default:false
)span
(default:false
)
{% meta height:400 %} {% embed_file paste-cleanup/main.vue preview %} {% embed_file paste-cleanup/main.js %} {% endmeta %}