Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Displaying alert messages
Show an alert dialog
Method summary
alert (message, title, buttonLabels) |
- returns – None
- params
- message (String)
- title (String)
- buttonLabels (String)
For instance,
<cfset cfclient.notification.alert("Alert!","Notification","Done")> |