Cute Editor 6.0 Test Download all examples
   Properties| Events| Methods| JavaScript API| Ajax| Three-state buttons| Forums| Order
Getting Started
Properties

EnableStripScriptTags

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 elements and script contents from the html.


The property is set to false in this example. Try type the following code in the code view.


<script>alert("This is a Test!")</script>