IFRAMES

Last post 07-13-2009, 8:34 AM by eemanno. 2 replies.
Sort Posts: Previous Next
  •  07-11-2009, 5:28 PM 53908

    IFRAMES

    Hi,
    I recently purchased CuteEditor for DNN and I have an issue with IFRAMES.
    The editor is striping out any IFRAME code I write. In the forums I found a suggestion to set EnableStripIframeTags to FALSE. How can I do that in the DNN version of the editor?
    The version of the editor I am using is 6.3
     
    thanks!
    Manos
  •  07-13-2009, 2:19 AM 53918 in reply to 53908

    Re: IFRAMES

    Hi eemanno,
     
    Try this way:
     
    1. Open project 'Provider.sln'(contain in the download package)
     
    2. Open file 'CEHtmlEditorProvider.vb'
     
    3. Find section '#Region " Provider "'
     
    4. Add the code below into the section above
     cntlCE.EnableStripIframeTags = False
     
    5. Compile the project
     
    6. Put the new 'DotNetNuke.CEHtmlEditorProvider.dll' into the bin folder of you site, and try again
     
    You can use my file below(need version 6.4)
     
     
    Regards,
     
    ken

     

     

  •  07-13-2009, 8:34 AM 53925 in reply to 53918

    Re: IFRAMES

    Hi Ken,
    ok I used your file and it seems to work! thanks a lot!
    The only thing is I would suggest to have it as an option in the configuration file since it will be annoying to have to change it through code in any update. 
    thanks again!
    Manos
View as RSS news feed in XML