<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > CheckBox > Method >SetPageSeparator |
Sets the page separator.
Prototype :
void SetPageSeparator
(
string PageSeparator
)
Arguments :
PageSeparator |
page separator |
Reference :
CheckBox data type should be the system type.
Example :
This.SetPageSeparator("-");
Available Events :
OnInitialize