Child pages
  • dialogs

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Currently this plugin is only supported in the Smart Client. ServoyForge hosts a drop-in replacement for the Dialogs plugin adds support for the same type of Dialogs and this plugin, but then equally supported in both the Smart and Web Client. This Dialogs module can be found here.

HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showErrorDialog(dialog_title, msg, [...button])
Shows a message dialog with the specified title, message and a customizable set of buttons.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showInfoDialog(dialog_title, msg, [...button])
Shows a message dialog with the specified title, message and a customizable set of buttons.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showInputDialog(dialog_title, msg, [initialValue])
Shows an input dialog where the user can enter data.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showQuestionDialog(dialog_title, msg, [...button])
Shows a message dialog with the specified title, message and a customizable set of buttons.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showSelectDialog(dialog_title, msg, optionArray/option1, [...option])
Shows a selection dialog, where the user can select an entry from a list of options.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showWarningDialog(dialog_title, msg, [...button])
Shows a message dialog with the specified title, message and a customizable set of buttons.

...