<< 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 >IsFixNewPage |
Indicates whether to fix the new page.
Prototype :
bool IsFixNewPage
(
No Arguments
)
Reference :
TextBox data type should be the group type.
Example :
if(This.IsFixNewPage() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
OnBind, OnInitialize, OnStartBind