Changes

Jump to: navigation, search

Showsave

16 bytes removed, 15:29, 4 October 2013
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, used in [[Custom Field Type: Special – Browser Script|Special - Browser Script]] type custum field.<br />
<pre>
function sbfunc(){<br />showsave();<br />return true;<br />
}
</pre><br />
The function takes one optional parameter, the message to be shown.
51
edits

Navigation menu