<< 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 >SetFixNewPage |
Sets whether to fix the new page.
Prototype :
void SetFixNewPage
(
bool FixNewPage
)
Arguments :
FixNewPage |
true for fixing the new page |
Reference :
TextBox data type should be the group type.
Example :
This.SetFixNewPage(true);
Available Events :
OnInitialize, OnStartBind