<< 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 >GetNextInputComponent |
Gets the next input component.
Prototype :
object GetNextInputComponent
(
[ bool MainScreen ]
)
Arguments :
MainScreen |
true for main screen If not set, applies as true |
Example :
var objNext = This.GetNextInputComponent();
if(objNext != null) {
_TraceLn("Next value: " + objNext.GetValue());
}
Available Events :
OnFocus, OnKeyReturn, OnKillFocus, OnValueChanged