<< 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 >SetTextInputMode |
Sets the text input mode.
Prototype :
void SetTextInputMode
(
string TextInputMode
)
Arguments :
TextInputMode |
Refer to TextInputModeConst |
Example :
//string
This.SetTextInputMode("Barcode");
//constant
This.SetTextInputMode(TextInputModeConst.Barcode);
Available Events :
OnAddToPage, OnBind, OnInitialize, OnStartBind
See also :