Showsave

Revision as of 11:24, 4 October 2013 by Sandor (talk | contribs)

Revision as of 11:24, 4 October 2013 by Sandor (talk | contribs)

Template:UnderConstruction The showsave() is a javascript function, which allows you to show the "Save in Progress" animation after the record is saved, in case it would not be shown otherwise.
It can be placed in the savefunc() or the sbfunc() functions.
function sbfunc(){
<tab>showsave();
<tab>return true;
}

The function takes one optional parameter, the message to be shown.