Changes

Jump to: navigation, search

Showsave

823 bytes added, 16:17, 5 March 2015
m
New Save in progress image
{{UnderConstruction}}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 custom 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>function savefunc(){ showsave(); return true;}</pre> The function called with the ''optional parameter'', the '''message''' in the sbfunc:<br /><pre>function sbfunc(){ showsave("Saving Check List"); return true;}</pre> ==See Also==[[Hidesave]] [[Category:JavaScript]]
0
edits

Navigation menu