Alert has the following events associated with it:
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
prem | Copyright © 2012 Kony, Inc. All rights reserved. |
prem | Copyright © 2012 Kony, Inc. All rights reserved. |