9.5.1.0
541 201 9965 Email Website
Contents
Search:

Home > Setup & Configuration > Allow Scripts in HTML Editor

Allow Scripts in HTML Editor

When entering HTML into a description (topic, product, etc), script elements may disappear when you save the entry.

To save scripts,  you must enable scripts in the RadEditor. Open the file that the RadEditor is being used on (for example Admin/Controls/TopicEditor.ascx, Admin/entityEditProducts.aspx, etc.) and find this line:

    
<tcontrol:RadEditor runat="server" RadControlsDir="rad" id="radDescription">

...and add the AllowScripts="true" attribute:

<tcontrol:RadEditor runat="server" AllowScripts="true" RadControlsDir="rad" id="radDescription">


Actions
Print This Article
Bookmark
Email This Article
Previous Article
Next Article