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

HTML tags in design view

3 Answers 130 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jonathon
Top achievements
Rank 1
Jonathon asked on 30 Apr 2013, 12:59 AM
Hi team:
    I need some help. I tried to configure the edtior so it will show the html tag in design view in FULL HTML page edit.
same as this page: http://demos.telerik.com/aspnet-ajax/editor/examples/completehtmlsupport/defaultcs.aspx. But the html code always converted in design view. What did I miss?

Cheers

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Apr 2013, 09:12 AM
Hi,

As in Visual Studio and the other WYSIWYG editors, you should encode the < and > tag brackets to &lt; and &gt; respectively in order to visual them in Design mode. You can also use the Paste Html dialog to paste HTML code in to the editor's current selection and render it.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jonathon
Top achievements
Rank 1
answered on 30 Apr 2013, 11:26 PM
Thank you for your reply.
On the url i mentioned in the original post, if switch to html code mode, it will display the same html code in design mode. Just wonder how it is been implemented. Is that an existing feature of rad editor?
0
Rumen
Telerik team
answered on 01 May 2013, 09:18 AM
Hello,

The HTML code snippet was created and inserted via the Format Code Block dialog tool of RadEditor.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Jonathon
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jonathon
Top achievements
Rank 1
Share this question
or