Re: Template editor

  •  11-08-2012, 6:28 AM

    Re: Template editor

    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  

     

    1. protected void Editor1_SaveButtonClick(object sender, EventArgs e)  
    2.      {  
    3.          Editor1.SaveFile("~/templates/test.html");  
    4.      }  
     

    And we will add the edit/create template function soon.

     

    Regards,

     

    Ken 

View Complete Thread