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>
|