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

 

GetInputValue

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

 

GetInputValue

 

 

Gets the value of Input Component, Label and FixedTableLabel.

 

 

 

Prototype :

 

string GetInputValue

(

       string ComponentName

)

 

 

 

Arguments :

 

ComponentName

Component Name

 

 

 

Reference :

 

If there is a component of the same FormID, the value of the first component will be returned.

 

If Input Component has no FormID, name of component is applied as FormID. But Button and VideoPlayer have no input value and it always returns empty value.

To get text of Label and FixedTableLabel as the input value, it must set FormID.

 

 

 

Example :

 

_TraceLn(This.GetInputValue("FormID"));

 

 

 

Available Events :

 

OnAddToPage,  OnEndBind,  OnFocus,  OnKeyReturn,  OnKillFocus,  OnValueChanged