Child pages
  • dialogs

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClientsWordListMobileClient

servoy sSummary12%30%58%height: 30px;3Methods SummaryShows a message dialog with the specified title, message and a customizable set of buttons.Shows a message dialog with the specified title, message and a customizable set of buttons.Shows an input dialog where the user can enter data.Shows an input dialog where the user can enter data.Shows an input dialog where the user can enter data.Shows an input dialog where the user can enter data.Shows a message dialog with the specified title, message and a customizable set of buttons.Shows a message dialog with the specified title, message and a customizable set of buttons.Shows a selection dialog, where the user can select an entry from a list of options.Shows a selection dialog, where the user can select an entry from a list of options.Shows a message dialog with the specified title, message and a customizable set of buttons.Shows a message dialog with the specified title, message and a customizable set of buttons.

sam

Sample

sIdentjavascriptlastDetailRowshowQuestionDialogname

showQuestionDialog(dialogTitle, dialogMessage)

dessIndent
Shows a message dialog with the specified title, message and a customizable set of buttons.
Returns pressed button text, in case window is closed without pressing any button return value depends on client type.
prs

Parameters

sIndentdialogTitleDialog title.dialogMessageDialog message.ret

Returns

sIndentfunctionservoy sDetail2100%height:30px2Methods DetailsshowErrorDialogname

showErrorDialog(dialogTitle, dialogMessage, buttonsText)

dessIndent
Shows a message dialog with the specified title, message and a customizable set of buttons.
Returns pressed button text, in case window is closed without pressing any button return value depends on client type.
prs

Parameters

sIndentdialogTitleDialog title.dialogMessageDialog message.buttonsTextArray of button texts.
ret

Returns

sIndent pressed button text
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showInfoDialogname

showInfoDialog(dialogTitle, dialogMessage, buttonsText)

dessIndent
Shows a message dialog with the specified title, message and a customizable set of buttons.
Returns pressed button text, in case window is closed without pressing any button return value depends on client type.
prs

Parameters

sIndentdialogTitleDialog title.dialogMessageDialog message.buttonsTextArray of button texts.
ret

Returns

sIndent pressed button text
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showInputDialogname

showInputDialog()

dessIndent
Shows an input dialog where the user can enter data. Returns the entered data, or nothing when canceled.
ret

Returns

sIndent input text or null
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showInputDialogname

showInputDialog(dialog_title)

dessIndent
Shows an input dialog where the user can enter data. Returns the entered data, or nothing when canceled.
prs

Parameters

sIndentdialog_title ;
ret

Returns

sIndent input text or null
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showInputDialogname

showInputDialog(dialog_title, msg)

dessIndent
Shows an input dialog where the user can enter data. Returns the entered data, or nothing when canceled.
prs

Parameters

sIndentdialog_title ;msg ;
ret

Returns

sIndent input text or null
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showInputDialogname

showInputDialog(dialog_title, msg, initialValue)

dessIndent
Shows an input dialog where the user can enter data. Returns the entered data, or nothing when canceled.
prs

Parameters

sIndentdialog_title ;msg ;initialValue ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
input text or nullclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
,MobileClientsam

Sample

sIdentjavascriptlastDetailRowshowWarningDialogname

showWarningDialog(dialogTitle, dialogMessage)

dessIndent
Shows a message dialog with the specified title, message and a customizable set of buttons.
Returns pressed button text, in case window is closed without pressing any button return value depends on client type.
prs

Parameters

sIndentdialogTitleDialog title.dialogMessageDialog message.ret

Returns

sIndentsam

Sample

sIdentjavascript
lastDetailRow
showQuestionDialogname

showQuestionDialog(dialogTitle, dialogMessage, buttonsText)

dessIndent
Shows a message dialog with the specified title, message and a customizable set of buttons.
Returns pressed button text, in case window is closed without pressing any button return value depends on client type.
prs

Parameters

sIndentdialogTitleDialog title.dialogMessageDialog message.buttonsTextArray of button texts.
ret

Returns

sIndent pressed button text
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showSelectDialogname

showSelectDialog(dialog_title, msg, optionArray)

dessIndent
Shows a selection dialog, where the user can select an entry from a list of options. Returns the selected entry, or nothing when canceled.
prs

Parameters

sIndentdialog_title ;msg ;optionArray ;
ret

Returns

sIndent selected value or null
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
showSelectDialogname

showSelectDialog(dialog_title, msg, options)

dessIndent
Shows a selection dialog, where the user can select an entry from a list of options. Returns the selected entry, or nothing when canceled.
prs

Parameters

sIndentdialog_title ;msg ;options ;
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
selected value or nullclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
,MobileClientsam

Sample

sIdentjavascript
lastDetailRow
showWarningDialogname

showWarningDialog(dialogTitle, dialogMessage, buttonsText)

dessIndent
Shows a message dialog with the specified title, message and a customizable set of buttons.
Returns pressed button text, in case window is closed without pressing any button return value depends on client type.
prs

Parameters

sIndentdialogTitleDialog title.dialogMessageDialog message.buttonsTextArray of button texts.
ret

Returns

sIndent pressed button text
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow