Changes

Jump to: navigation, search

Showsave

174 bytes added, 16:02, 4 October 2013
no edit summary
The '''showsave()''' is a [[Category:JavaScript|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|savefunc()]] or the [[sbfunc|sbfunc()]] functions, used in [[Custom Field Type: Special – Browser Script|Special - Browser Script]] type custum field.<br />
==Syntax==
showsave([msg]);<br />
'''Where''':
* ''msg'' is the message [optional].<br /><br />
'''Examples:'''
The function called without parameter in the savefunc:
<pre>
function savefunc(){
}
</pre>
 The function takes one called with the ''optional parameter'', the '''message''' to be shown.:<br />
<pre>
function sbfunc(){
51
edits

Navigation menu