<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetKeyboardType |
Sets the keyboard type.
Prototype :
void SetKeyboardType
(
string KeyboardType
)
Arguments :
KeyboardType |
Refer to KeyboardTypeConst |
Example :
//string
This.SetKeyboardType("Email");
//constant
This.SetKeyboardType(KeyboardTypeConst.Email);
Available Events :
All Events
See also :