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
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