PDFreactor:
3.0.2995 (2008-04-15)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.1.290 (2007-11-07)
TYPO3 Extension:
2.0.2 (2007-06-14)
3.8 Does edit-on Pro have an Autosave function?
Yes, edit-on Pro has an Autosave function. In order to enable this function, you have to insert the <autosave> tag into the "config.xml" file, e.g.:
...
<autosave
enabled="true"
method="filesystem"
destination="c:\folder\myfile.htm"
interval="300"
/>
...
So the content of the editor will be saved in certain intervals (unit in seconds).
For more information please review the edit-on Pro Integration Manual.