This is a migrated thread and some comments may be shown as answers.

RadEditor stripping out Iframe.

2 Answers 87 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Alan T
Top achievements
Rank 1
Alan T asked on 29 Jan 2012, 08:13 PM
i'm using the RadEditor for some CMS, and when the page submits the iframe seems to get stripped out from its content.

I'm using the RadEditor in its default mode(iframe as opposed to div). I've set allowscripts to true, i've also disabled this in the code behind;

Me.re_html.DisableFilter(Telerik.Web.UI.EditorFilters.RemoveScripts)

even though in this circumstance i suppose its irrelavent.
is there another filter i've overlooked regarding iframes? i can't find one.

2 Answers, 1 is accepted

Sort by
0
Alan T
Top achievements
Rank 1
answered on 30 Jan 2012, 01:48 PM
Seems to be stripping out images too ?

What am i missing. I've got it in an a RadWindow, inside an a RadAjaxPanel. Yet when i click 'save' these tags seem to get stripped. I've debugged at the point my save button event is handled the html has already been stripped.

further update:

Ok i set contentfilters to none. and still this is occuring. furthermore its actually stripping out all HTML.

0
Alan T
Top achievements
Rank 1
answered on 30 Jan 2012, 02:37 PM
sorry my fault, was using the text property not the content property, please close.
Tags
Editor
Asked by
Alan T
Top achievements
Rank 1
Answers by
Alan T
Top achievements
Rank 1
Share this question
or