<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > SignPad > Method >SetSignPadType |
Sets SignPad type.
Prototype :
void SetSignPadType
(
string SignPadType,
[ bool MainScreen ]
)
Arguments :
SignPadType |
refer to SignPadTypeConst |
MainScreen |
true for main screen If not set, applies as true |
Example :
//string
This.SetSignPadType("Dialog");
//constant
This.SetSignPadType(SignPadTypeConst.Dialog);
Available Events :
OnAddToPage, OnBind, OnInitialize, OnStartBind
See also :