<< 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 >SetMultiscreenEnableType |
Sets the enable type in a multi-screen environment.
Prototype :
void SetMultiscreenEnableType
(
string MultiscreenEnableType
)
Arguments :
MultiscreenEnableType |
refer to MultiscreenEnableTypeConst |
Example :
//string
This.SetMultiscreenEnableType("Default");
//constant
This.SetMultiscreenEnableType(MultiscreenEnableTypeConst.Default);
Available Events :
OnAddToPage, OnBind, OnInitialize, OnStartBind
See also :