Unlocks an individual page in the form.
unlockPage(page, [speed])
page |
number, zero indexed page number |
speed |
int (optional), duration in millisecond |
Returns
undefined.
Description
This method will unlock the form previously locked with
lockPage() method. This method will call
w2utils.unlock() to perform the action.
If you have following form:
You can do:
Or: