<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > 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 and Label and FixedTableLabel must set FormID.
Example :
_TraceLn(This.GetInputValue("FormID"));
Available Events :
OnAddToPage, OnClick, OnCheckValidity, OnEndBind, OnFocus, OnKillFocus