Home Dialog Object Dialog Object Dialog.addCtrl()

3.2.4.1 Dialog Constructor

dlg = new Dialog();

Create a new dialog object, you can add controls to the dialog using the Dialog.addCtrl() methods. When done, you can show the dialog using Dialog.showModal() or Dialog.show().

For simple dialogs, please also have a look at the static methods alert(), confirm() and prompt().


Home Dialog Object Dialog Object Dialog.addCtrl()

Search

Latest news from the Forum