Hi Bloodcarver,
You can use the "Insert Template" dialog to insert the template into editor to edit it, then save it when the user click on the save button, like
- protected void Editor1_SaveButtonClick(object sender, EventArgs e)
- {
- Editor1.SaveFile("~/templates/test.html");
- }
And we will add the edit/create template function soon.
Regards,
Ken