execEvent

Executes the event script of the object.

Syntax

Reference_Syntax.execEvent( STRING param )

Parameters

param

A valid string representing the name of the event to execute.

Returns

Empty

Applies to

Version

XFA 2.1

Examples

JavaScript

Button1.execEvent("click");

FormCalc

Button1.execEvent("click")

// Ethnio survey code removed