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

Applying the contentfilters on the server

2 Answers 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joseph Alfano
Top achievements
Rank 1
Joseph Alfano asked on 05 May 2010, 08:46 PM
As I understand the RadEditor control, there are a number of client-side javascript content Filters that can convert the entered text to valid XHTML. 

Is this functionality also exposed on the server in managed code?  Are there any server-side methods of the RadEditor that will let me do the conversion to XHTML on the server in C#?

Thanks for the help.

Joe

2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 10 May 2010, 03:15 PM
Hi Joe,

No, this functionality is not exposed on the server, because of the nature of the content filters. Some of the filters rely on the DOM structure, and such functionality is not available server-side (for example providing width and height HTML element's properties as a style property to produce XHTML valid output).

Greetings,
Dobromir
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Joseph Alfano
Top achievements
Rank 1
answered on 10 May 2010, 03:49 PM
Thanks, for the help with this, Dobromir. 
Tags
Editor
Asked by
Joseph Alfano
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Joseph Alfano
Top achievements
Rank 1
Share this question
or