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

[Solved] Editor - output HTML in <b>, <u> & <I> form

2 Answers 90 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Amol
Top achievements
Rank 1
Amol asked on 13 Mar 2013, 10:54 AM
Hello there,

I am trying to use Editor , where I am seeing the HTML output for perticular text in bold,italic and underline is as follows
 
<strong><em><span style="text-decoration:underline;">aaa</span></em></strong>

where I am expecting like

<b><i><u>aaa</u></i></b>

Any default way I can do this ?

Thanks,
Amol

2 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 15 Mar 2013, 08:10 AM
Hello Amol,

The <b>. <i> and <u> tags are devoid of semantic meaning, and the editor tries to produce semantic markup -- therefore, disabling this functionality is unsupported. In order to convert to <b> and <i> tags, you will need to post-process the content through custom functionality.

Regards,
Alex Gyoshev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
Amol
Top achievements
Rank 1
answered on 15 Mar 2013, 10:12 AM
Thanks, Alex.
Will do through some custom functionality.

Tags
Editor
Asked by
Amol
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Amol
Top achievements
Rank 1
Share this question
or