Browse by Tags

All Tags » getHTML
  • AJAX auto-save

     I'd like to write an incremental auto-save function in Javascript for CuteEditor. I've done this before with a TextArea tag (and saved the text value), but need the the text's HTML-value of the CuteEditor. Anyone have any ideas?
    Posted to Cute Editor for .NET (Forum) by tmillerwyo on January 7, 2014
  • 6.3 version with chrome

    In our project we are working with 6.3 build2009-02-12, I have so many comaptibility issues with chrome. I can not update it to newer version, as people in our project feeling like it will eat so much QA time.  Is there any quick fix for this.  Behaviour is random sometimes i can see the desired result sometimes i can not. ...
    Posted to Cute Editor for .NET (Forum) by swathiVajja on August 8, 2012
  • Textarea not updated with an ajax postback

    To save editor changes, I have a button that does an ajax __doPostback(). It happens to be the Apply button of a Webpart EditorZone. If I make edits in the Cute Editor's property dialog or html tab, and immediately click on the Apply button, the edits are lost. If however I click back into the editor before clicking the Apply button, the ...
    Posted to Cute Editor for .NET (Forum) by johnb on November 3, 2010
  • CuteEditor JS getHTML() behaving differently with IE & Chrome

     I am getting different results when using the javascript getHTML() in IE 8 and Chrome.  Specifically, checkboxes are not maintaining their state.  I.e. checked checkboxes do not remain checked after a call to getHTML(). To reproduce:In IE8  1.  Go to  http://cutesoft.net/example/JavaScript-API.aspx2. ...
    Posted to Cute Editor for .NET (Forum) by gcaton on July 29, 2010
  • Re: Using jQuery to access getHTML

    I'm still having this issue as discribed above.   I'm having trouble using the ''getHTML'' method with in jQuery...   If you run this.. $(document).ready(function() {     });     function showContent() { ...
    Posted to Cute Editor for .NET (Forum) by lharris on December 22, 2009
  • Using jQuery to access getHTML

    I'm using jQuery to do an auto save draft of a CuteEditor window and I'm trying to access the HTML in the CuteEditor and I'm getting an error.   Here is my code:   var HTMLBodyEnglish = document.getElementById('<%= txtEditorEnglish.ClientID%>'); //var test = HTMLBodyEnglish.innerHTML();   // retrieving the content of ...
    Posted to Cute Editor for .NET (Forum) by lharris on November 17, 2009