Re: AJAX auto-save

  •  01-07-2014, 11:15 PM

    Re: AJAX auto-save

    Dear customer,

     

    Please refer to http://cutesoft.net/example/JavaScript-API.aspx

     

    The following js is the demo to get CuteEditor Html

    1. function getHTML()  
    2. {  
    3.     // get the cute editor instance  
    4.     var editor1 = document.getElementById('CE_ContentPlaceHolder1_Editor1_ID');  
    5.                   
    6.     // Get the editor HTML  
    7.     document.getElementById("myTextArea").value = editor1.getHTML();  
    8. }  
     

     

    Regards,

    Jeff 

View Complete Thread