Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

Alert Events

Alert has the following events associated with it:


alertHandler Event

Specifies the JavaScript function that should get called when alert is dismissed either through “Yes” button or through “No” button.

Syntax

alertHandler

Type

Event

Read/Write

Yes - (Read and Write)

//Sample code to set alertHandler event callback to an Alert widget.

frmAlert.myAlert.alertHandler=alertHandlerCallBck;

function alertHandlerCallBck(alert)
{
	//Write your logic here
}  

Accessible from IDE

Yes

Platform Availability

Available on all platforms