Template editor

Last post 11-08-2012, 6:34 AM by Bloodcarver. 2 replies.
Sort Posts: Previous Next
  •  11-08-2012, 1:42 AM 75182

    Template editor

    Is there / will it be, possible to edit templates as in Cute Editor?
  •  11-08-2012, 6:28 AM 75185 in reply to 75182

    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 

  •  11-08-2012, 6:34 AM 75187 in reply to 75185

    Re: Template editor

    Ok, then i think we will wait for the function. Because when you instert a template into a existing design you dont want to save the surrounding design into the template.
View as RSS news feed in XML