Browse by Tags

All Tags » EnableStripScriptTags
  • Error when embeding java script with parameters

    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; ...
    Posted to Cute Editor for .NET (Forum) by tadc@msn.com on July 27, 2007
  • Re: Enable Javascript tags

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 28, 2006