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

 

GetPrevInputComponent

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

 

GetPrevInputComponent

 

 

Gets the previous input component.

 

 

 

Prototype :

 

object GetPrevInputComponent

(

       [ bool MainScreen ]

)

 

 

 

Arguments :

 

MainScreen

true for main screen

If not set, applies as true

 

 

 

Example :

 

var objPrev = This.GetPrevInputComponent();

if(objPrev != null) {

  _TraceLn("Previous value: " + objPrev.GetValue());

}

 

 

 

Available Events :

 

OnFocus,  OnKeyReturn,  OnKillFocus,  OnValueChanged