w2form.lock

Locks the form and displays a status message.
lock(message, [showSpinner])
message string, message
showSpinner boolean, optional, spinner indicator
Returns undefined.

Description

This method will lock the form by adding a semi-transparent div on top of its content. The user will not be able to interact with the form or its content until the form is unlocked with .unlock(). This method will call w2utils.lock() to perform the locking.
If you have following form: You have 3 options how you want to lock the content.
Lock with a message and a spinner: Lock w/o a message, but with a spinner: Lock w/o a message and w/o a spinner:

User Comments

comments powered by Disqus