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

store radEditor content's html markup

1 Answer 97 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jay Dedhiya
Top achievements
Rank 1
Jay Dedhiya asked on 10 Apr 2009, 05:33 AM
Hello,

I have content created something like below(HTML markup is shown):

<strong>Hi</strong><BR />

I want to store it in database like:
<html>
<body>
<strong>Hi</strong><BR />
</body>
</html>

I know I can manipulate string at time of storing but is there any way to store content as seen in HTML mode and
user changing body tag.
I want to do this because my users may like to change body tag e.g. <body  onload="..." ...>....</body>

Regards,
Jay




1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Apr 2009, 08:33 AM
Hi Jay,

RadEditor offers full HTML page support and you can see the following live example for more information:
Full HTML Page Edit.
You can try to save full HTML content in the Save In External File example and you should not experience any problems.

Best regards,
Rumen
the Telerik team

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