|
Browse by Tags
All Tags » javascript » EnableStripScriptTags
-
I am experiencing undesirable behavior when attempting to paste HTML code with embeded java script.
SAMPLE:
First I have turned off the strip script behavior by setting the ''EnableStripScriptTags=False'' which allows for embeded javascript.
Next, I copy my code into CE while in the HTML mode; ...
-
Ignacio,
If you want to keep the JavaScript, you should set this property to false.
Editor1.EnableStripScriptTags = False
Editor.EnableStripScriptTags Property
Specifies whether to remove inject script before write the string into the db. When this property is set to true (the default) Cute Editor strips all script ...
|
|
|