openAlertDialog
メッセージとボタンを含む警告ダイアログを表示します。
以下に使用できます
モデル駆動型アプリ
構文
context.navigation.openAlertDialog(alertStrings, options)
パラメーター
パラメーター名 | 型 | 必要な領域 | 内容 |
---|---|---|---|
alertStrings | AlertDialogStrings |
はい | 警告ダイアログで使用される文字列。 AlertDialogStrings は以下の属性を持ちます: - テキスト: string 。 警告ダイアログに表示するメッセージ。 - confirmButtonLabel: string . 確認ボタン ラベルです。 ボタン ラベルを指定しない場合、ボタンのラベルとして (ユーザーの設定言語で) OK が使用されます。 |
options | AlertDialogOptions |
はい | ダイアログのオプション。 AlertDialogOptions は以下の属性を持ちます: - 高さ: number 。 警告ダイアログのピクセル単位の高さ。 - 幅: number 。 警告ダイアログのピクセル単位の幅。 |
戻り値
種類: Promise
注釈
例
context.navigation.openAlertDialog({text:"This is an alert.", confirmButtonLabel : "Yes",}).then(
function success()
{
document.getElementById("openAlertDialogButton")!.innerHTML = "Alert dialog closed";
},
function()
{
document.getElementById("openAlertDialogButton")!.innerHTML = "Error in Alert Dialog";
}
);
関連記事
Navigation
Power Apps Component Framework API 参照
Power Apps Component Framework の概要
注意
ドキュメントの言語設定についてお聞かせください。 簡単な調査を行います。 (この調査は英語です)
この調査には約 7 分かかります。 個人データは収集されません (プライバシー ステートメント)。