Pasting JavaScript Code in Code-View disapears

Last post 10-07-2013, 8:28 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  09-30-2013, 2:24 PM 78035

    Pasting JavaScript Code in Code-View disapears

    Hi Cutesoft,

    pasting JavaScript Code in Code-View disapears.

    How can I set this to disable it?

    Also I would like to allow iframes to paste. Could not find any property for this.

    Thanks for help!
  •  10-07-2013, 8:28 AM 78061 in reply to 78035

    Re: Pasting JavaScript Code in Code-View disapears

    Hi miller399,

     

    Please set property "AllowScriptCode" to true and set   "TagBlackList" to "", then it will allow to use <script> and <iframe> target.

     

      <RTE:Editor ID="editor1" runat="server" AllowScriptCode="true" TagBlackList=""/>

     

    Regards,

     

    Ken 

View as RSS news feed in XML