Hi !
Are there any improvements in newer version of CuteEditor for this issue ?
I use CuteEditor in a Web Management system and there are some ONMOUSEOVER and ONMOUSEOUT events in some pages. I want to let Editor.EnableStripScriptTags="false" because I don't want those events to be clearded by the Editor before insterting in the DB.
But, when the user loads the Editor in Normal-Editing view, I get JavaScript errors saying something about Expected ';'.
Is there somehting I can do about it, except turning ON Editor.EnableStripScriptTags ?
Here is my actual CuteEditor config :
<CE:Editor
class="editeurText"
id="txtContenu"
OnPostBackCommand="txtContenu_PostBackCommand"
ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/V3R_Gestion.config"
CustomCulture="fr-CA"
style="margin:auto;"
EditorWysiwygModeCss="~/gestion/theme/wysiwyg.css"
EnableStripIframeTags="false"
AllowPasteHtml="False"
EditorOnPaste="PastePureText"
EnableClientScript="true"
EnableStripScriptTags="false"
runat="server">
</CE:Editor> |
Thanks a lot !
Jeff