51
edits
Changes
Showsave
,no edit summary
{{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.<br />It can be placed in the savefunc() or the sbfunc() functions.<br />
<code>
function sbfunc(){<br /><tab>showsave();<br /><tab>return true;<br />
}
</code><br />
The function takes one optional parameter, the message to be shown.