TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

GetPage

<< 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 >

 

GetPage

 

 

Gets the page that has been added component.

 

 

 

Prototype :

 

object GetPage

(

       No Arguments

)

 

 

 

Example :

 

var objPage = This.GetPage();

_TraceLn(objPage.GetPageIndex());

 

 

 

Available Events :

 

OnAddToPage,  OnEndBind,  OnFocus,  OnKeyReturn,  OnKillFocus,  OnValueChanged