Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.21 KB

File metadata and controls

37 lines (29 loc) · 1.21 KB
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

Paste Cleanup

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 %}

Suggested Links