autosave.api.php |
autosave.api.php |
|
API documentation for Autosave module. |
autosave.css |
autosave.css |
|
#autosave-status {
display: none;
text-align:left;
z-index:99;
color:#FFF;
background:#37a;
position:fixed;
width:100%;
height: 2em;
bottom:0px; right:0px;
overflow:hidden;
}
#autosave-status img .left-arrow{
position:… |
autosave.info |
autosave.info |
|
name = Autosave
description = Saves node edits in the background in case browser dies while editing.
core = 7.x
configure = admin/config/content/autosave |
autosave.install |
autosave.install |
|
Install, update and uninstall functions for the autosave module. |
autosave.module |
autosave.module |
|
Does background saves of node being edited. |
autosave.theme.inc |
autosave.theme.inc |
|
|
autosave_restore_popup.tpl.php |
autosave_restore_popup.tpl.php |
|
Popup markup for restore form message. |
autosave_saved_popup.tpl.php |
autosave_saved_popup.tpl.php |
|
Popup markup for 'Form autosaved' message. |
README.txt |
README.txt |
|
DESCRIPTION
===========
The Autosave module automatically saves a node after a period of time. Content types that can be autosaved as well as the
period of time a node is autosaved, is configurable.
Autosaved nodes are are saved as a snap shot of the… |