最終更新日 :
2021年4月28日
アラートメッセージの表示
アラートダイアログを表示します。
メソッドの概要
alert (message, title, buttonLabels) |
- 戻り値 – なし
- パラメーター
- message(String)
- title(String)
- buttonLabels(String)
次に例を示します。
<cfset cfclient.notification.alert("Alert!","Notification","Done")> |