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