<< Click to Display Table of Contents >> TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > SignPad > Event >OnFocus |
Occurs when the SignPad has focus.
Prototype :
void OnFocus
(
bool ozarg_mainScreen
)
Arguments :
ozarg_mainScreen |
Whether the event occurred on the main screen. When an event occurs in the main screen returns true. Otherwise it returns false. But, it will always return true in the single-screen environment. |
Reference :
In the PC viewer, occurs when the SignPad has focus. In the Android, iOS, WinUWP viewer will be applied when eform.signpad_type is keypad or zoom.
In grouped SignPad, the OnFocus event will occur in the order in which the SignPad is added to the page.