Changes

Showsave

87 bytes added, 16:17, 5 March 2015
m
New Save in progress image
{{UnderConstruction}}The '''showsave()''' is a [[:Category:JavaScript|JavascriptJavaScript]] 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|savefunc()]] or the [[sbfunc|sbfunc()]] functions, used in [[Custom Field Type: Special – Browser Script|Special - Browser Script]] type custum fieldcustom fields.<br />[[File:Save-in-progress.png|link=|caption|200px]]<br />
==Syntax==
<font size="3">showsave([''msg'']);</font><br />
'''Where''':
* ''msg'' is the message [optional] to be shown.<br /><br />'''Examples:'''<br />
The function called without parameter in the savefunc:
<pre>
</pre>
The function called with the ''optional parameter'', the '''message''' to be shownin the sbfunc:<br />
<pre>
function sbfunc(){
}
</pre>
 
==See Also==
[[Hidesave]]
 
[[Category:JavaScript]]
0
edits