bondicoffee I am trying to implement clean paste in awareim https://docs.telerik.com/kendo-ui/api/javascript/ui/editor#configuration-pasteCleanup.all In html attribute /advanced I tried following scripts, not worked config.config.pasteCleanup.all=true; config.config.pasteCleanup = [{all:true}] config.pasteCleanup.all=true; config.pasteCleanup = [{all:true}] I would appreciate any help Thanks
tford Clicked on the link, but didn't see an explanation of what this accomplishes. Can someone enlighten me?
johntalbott pasteCleanup - Options for controlling how the pasting content is modified before it is added in the editor.