Can you use the javascript API to implement an auto-save feature?

  •  04-20-2007, 1:10 PM

    Can you use the javascript API to implement an auto-save feature?

    We may be using this editor for a completely custom built , database back ended CMS system.
     
    My question is, can auto-save be implemented via the JavaScript API?   We would simply have a javascript function on a timer and send the editor content  getHTML() back to a web service to save as a draft.  
     
    It's that easy , right?
View Complete Thread