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

remove all content filters in an application

3 Answers 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joseph Alves
Top achievements
Rank 1
Joseph Alves asked on 09 Oct 2008, 03:38 PM
Hello
I'm using the RadEditor on some pages (a lot, actually) that I later assemble to build a text. Trouble is, I don't want the content filters, especially the one which changes <b> in <span style="blablabla>, because I have manual treatments after that fail once the tags have been changed. I wanted to know which what was the quickiest way to get rid of the filters; I only have one solution in mind : to manually put in each page load "editor.contentfilters=none"

Thanks

3 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 09 Oct 2008, 04:26 PM
Hey Joseph,

Have you tried setting the ContentFilters property at design time to None?  This removes all the filters and makes it so you don't have to deal with code-behind to remove filters.
0
Joseph Alves
Top achievements
Rank 1
answered on 10 Oct 2008, 06:57 AM
yes, I can make it at design time, but it means going in each and every page using the Editor to put it. What I want is to say once and for all that all editors in my application don't use the content filters.
0
Rumen
Telerik team
answered on 10 Oct 2008, 07:05 AM
Hi Joseph,

You can configure multiple editors from a single location using Themes. The following help article will show you how to do that: Using Themes.
You can also see the following Telerik Trainer video:
RadEditor for ASP.NET AJAX - Themes

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Joseph Alves
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Joseph Alves
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or