pasteCleanup Kendo Script in AwareIM

Contains tips for configurators working with Aware IM
Post Reply
bondicoffee
Posts: 130
Joined: Tue Dec 03, 2013 10:19 pm

pasteCleanup Kendo Script in AwareIM

Post by bondicoffee »

I am trying to implement clean paste in awareim
https://docs.telerik.com/kendo-ui/api/j ... leanup.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
Last edited by bondicoffee on Tue Oct 17, 2017 8:39 pm, edited 1 time in total.
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: pasteCleanup Kendo Script in AwareIM

Post by johntalbott »

config.config.pasteCleanup = {all:true}
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: pasteCleanup Kendo Script in AwareIM

Post by tford »

Clicked on the link, but didn't see an explanation of what this accomplishes. Can someone enlighten me?
Tom - V8.8 build 3137 - MySql / PostGres
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: pasteCleanup Kendo Script in AwareIM

Post by johntalbott »

pasteCleanup - Options for controlling how the pasting content is modified before it is added in the editor.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
Post Reply