Remote API -Envoking save / auto-save to ensure no work lost

Remote API -Envoking save / auto-save to ensure no work lost

I'm using the remote API - and I display the Zoho editor in an iFrame within my site.

90% of my users will be on laptops which could go into hibernation, lose wireless connection, freeze, etc - a ton of things which would make them lose what they have on the screen.

My questions
- how can I remotely hit the 'save' button for them while they are typing?
- Does the Auto-Save feature also work for the API?
-If so - how does it notify if the difference between an auto-save and a user-called save?
- Is there a way to have it go 'You don't have an internet connection, please save it to your desktop to prevent losing your work (and popup a save dialog)'.


Basically - I need to make sure no data is ever lost and I'm not entirely sure how to do that w/ the remote API.