OutSystems Forge 日本語データベース

Bootstrap Modal MessageBox

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-01-16 1.3.2 Miguel Oliveira 10.0.302.0 All All Components, Widgets, Plug-ins
Bootstrap Modal MessageBoxは、Bootstrap JS ModalとBootstrapモーダルが簡単に作成された(http://bootboxjs.com/)に基づいて、現在のページの上に表示されるダイアログボックス/ポップアップウィンドウです。 okボタンの有無にかかわらず、簡単な警告ダイアログと、キャンセルと確認ボタン付きの確認ダイアログが含まれています。
Bootstrap Modal MessageBoxは、現在のページの上に表示されるダイアログボックス/ポップアップウィンドウです。 w3schools.comのBootstrap JS Modalに基づいて、http://www.w3schools.com/bootstrap/bootstrap_ref_js_modal.asp それの使い方: アプリケーションで使用するための "ModalMessageBox" Webblockを参照してください。 あなたの画面にWebblockを挿入します。 タイトルとメッセージのような入力パラメータを設定します。 アクション "OpenModal"を呼び出してモーダルを開きます。 ブートボックスモーダルアラート それの使い方: あなたのアプリケーションでそれを使用するには、 "Bootbox" Webblockとアクション "MessageBoxAlert"を参照してください。 あなたの画面にWebblockを挿入します。 アクション "MessageBoxAlert"を呼び出して、警告メッセージボックスを開きます。 ブートボックスモードの確認 それの使い方: "Bootbox"と "BootboxConfirm" Webblockを参照してアプリケーションで使用する。 "Bootbox" Webblockを画面に挿入します。 画面内の確認ダイアログが必要なボタンごとに、画面に「BootboxConfirm」Webblockを挿入し、ボタンまたはリンクをWebblockのプレースホルダに置き、入力パラメータを設定します。

[Overview]
The Bootstrap Modal MessageBox is a dialog box/popup window that is displayed on top of the current page, based on Bootstrap JS Modal and Bootstrap modals made easy (http://bootboxjs.com/). Contains a simple alert dialog with or without an ok button, and also a confirm dialog with a cancel and a confirm button.
[Detail]
The Bootstrap Modal MessageBox is a dialog box/popup window that is displayed on top of the current page. Based on Bootstrap JS Modal from w3schools.com, http://www.w3schools.com/bootstrap/bootstrap_ref_js_modal.asp How to use it: Reference "ModalMessageBox" webblock to use it on your application; Insert the webblock into your screen; Set the Input Parameters, like the Title and Message; Open the modal by calling the action "OpenModal" . Bootbox Modal Alert How to use it: Reference "Bootbox" webblock and the action "MessageBoxAlert" to use it on your application; Insert the webblock into your screen; Open the Alert message box by calling the action "MessageBoxAlert" . Bootbox Modal Confirm How to use it: Reference "Bootbox" and "BootboxConfirm" webblocks to use it on your application; Insert the "Bootbox" webblock into your screen; For each button in your screen that requires a confirmation dialog, insert the "BootboxConfirm" webblock into your screen, then then put the button or link into the placeholder of the webblock and set the input parameters.
戻る