projects / org / se7enxweb / ezautosave
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezautosave | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Project page: http://projects.ez.no/ezautosave
Roadmap feature request:
http://share.ez.no/feature-requests/auto-store-draft-feature
eZ Autosave enables the automatic and transparent saving of the draft
while editing a content in eZ Publish. Based on this, it also provides
an "inline" preview from the content edit in the administration
interface.
This extension is based on QH Autosave by Quoc-Huy NGUYEN DINH
This extension provides a JavaScript component called Y.eZ.AutoSubmit.
It's the main part of the extension, it allows to automatically submit a
form at fixed interval or because the user has changed something.
This component extends the EventTarget YUI3 component and then triggers
some events during its life. The available events are (see example below
for details):
It also listens for the event 'autosubmit:forcesave'. When this events
is fired, the Y.eZ.AutoSubmit component will try to submit the form no
matter if its state has changed or not.
Example:
{ezscript_require( array( 'ezjsc::yui3', 'ezautosubmit.js' ) )}