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

[Solved] Loading a template into preview area

1 Answer 135 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ric c
Top achievements
Rank 1
ric c asked on 17 Jan 2008, 10:01 PM
Hi, I'm using the editor in a CMS.

Is it possible to load a "template" (aspx page) into the preview area of the editor, so I can preview the content within the template??

Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Jan 2008, 05:01 PM
Hi Ric,

You can load the content of an external html file inside the editor content area, edit the content and save the changes on submit into the html file. Then you can use the Html as a Template.

You can use the following live example as a starting point to implement your scenario: Save in External File.

If you want to enable only the Preview mode of RadEditor, then just set EditModes="Preview", e.g

<telerik:RadEditor ID="RadEditor1" EditModes="Preview" runat="server"></telerik:RadEditor>

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
ric c
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or