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

 

Click

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

Click

 

 

Runs the entered script in the OnClick event of a Button.

 

 

 

Prototype :

 

void Click

(

       No Arguments

)

 

 

 

Example :

 

var objComp = This.GetInputComponent("Button1");

objComp.Click();

 

 

 

Available Events :

 

OnExternalEvent,  OnValueChanged