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

 

SetInputValue

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

 

SetInputValue

 

 

Sets the value of Input Component, Label and FixedTableLabel.

 

 

 

Prototype :

 

void SetInputValue

(

       string ComponentName,

       string Value

)

 

 

 

Arguments :

 

ComponentName

Component Name

Value

Value

 

 

 

Reference :

 

If there is a component of the same FormID, the value of the first component is set.

 

If Input Component has no FormID, name of component is applied as FormID and Label and FixedTableLabel must set FormID.

 

 

 

Example :

 

This.SetInputValue("FormID", "FORCS");

 

 

 

Available Events :

 

OnAddToPage,  OnClick,  OnEndBind