Allow <IFRAME> in the editor

Last post 11-03-2010, 6:41 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  11-02-2010, 9:55 AM 64839

    Allow <IFRAME> in the editor

       Hi All,
     
    Is there any way to allow these tags in the editor? As it stands at the moment, it seems to strip them out.
     
    Thanks.
  •  11-02-2010, 10:31 PM 64844 in reply to 64839

    Re: Allow <IFRAME> in the editor

    Hi allangaunt,
     
    Editor.EnableStripIframeTags Property 
     
    Specifies whether to remove inject Iframe tags before writing the string into the db. When this property is set to true (the default) Cute Editor strips all iframe tags from the html to prevent iframe injection attack. 
     
    Please set EnableStripIframeTags to false, like below.
     
     <CE:Editor ID="editor1" runat="server" EnableStripIframeTags="false">
            </CE:Editor> 
     
    Regards,
     
    ken 
  •  11-03-2010, 2:47 AM 64857 in reply to 64844

    Re: Allow <IFRAME> in the editor

    Thanks very much, that has sorted it. Is there an online reference to all the properties available like this?
  •  11-03-2010, 6:41 AM 64864 in reply to 64857

    Re: Allow <IFRAME> in the editor

    Hi allangaunt,
     
    Please refer to http://cutesoft.net/doc/ "Editor Class" section.
     
    Regards,
     
    ken
View as RSS news feed in XML