Re: cant use html widgets with the editor?

  •  01-20-2012, 5:58 AM

    Re: cant use html widgets with the editor?

    Hi flyryde,
     
    Please set EnableStripScriptTags to false to enable the <script>
     
         <CE:Editor ID="Editor1" runat="server" EnableStripScriptTags="false">
            </CE:Editor>
     
    Regards,
     
    Ken 
View Complete Thread