{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\ 

{table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Method Summary{th}{tr}{tbody}{tr}{td}[String]{td}{td}[#showQuestionDialog]\(dialogTitle, dialogMessage)
Shows a message dialog with the specified title, message and a customizable set of buttons.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#showWarningDialog]\(dialogTitle, dialogMessage)
Shows a message dialog with the specified title, message and a customizable set of buttons.{td}{tr}{tbody}{table}\\ 

{table:id=function|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Method Details{th}{tr}{tbody:id=showQuestionDialog|class=node}{tr:id=name}{td}h6.showQuestionDialog{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}showQuestionDialog{span}{span:id=iets|style=float: left;}\(dialogTitle, dialogMessage){span}{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:showQuestionDialog_des|trigger=button|text=}{sub-section}{sub-section:showQuestionDialog_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:showQuestionDialog_snc|trigger=button|text=}{sub-section}{sub-section:showQuestionDialog_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{tr:id=prs}{td}*Parameters*\\{sub-section:showQuestionDialog_prs|trigger=button|text=}{sub-section}{sub-section:showQuestionDialog_prs|trigger=none|class=sIndent}\{[String]} dialogTitle -- Dialog title.
\{[String]} dialogMessage -- Dialog message.
{sub-section}{td}{tr}{tr:id=ret}{td}*Returns*\\{sub-section:showQuestionDialog_ret|trigger=button|text=}{sub-section}{sub-section:showQuestionDialog_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:showQuestionDialog_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:showQuestionDialog_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:showQuestionDialog_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:showQuestionDialog_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:showQuestionDialog_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:showQuestionDialog_sam|trigger=none}{code:language=javascript}
//show dialog
var thePressedButton = plugins.dialogs.showQuestionDialog('Title', 'Value not allowed','OK');
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=showWarningDialog|class=node}{tr:id=name}{td}h6.showWarningDialog{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}showWarningDialog{span}{span:id=iets|style=float: left;}\(dialogTitle, dialogMessage){span}{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:showWarningDialog_des|trigger=button|text=}{sub-section}{sub-section:showWarningDialog_des|trigger=none|class=sIndent}Replace with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:showWarningDialog_snc|trigger=button|text=}{sub-section}{sub-section:showWarningDialog_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{tr:id=prs}{td}*Parameters*\\{sub-section:showWarningDialog_prs|trigger=button|text=}{sub-section}{sub-section:showWarningDialog_prs|trigger=none|class=sIndent}\{[String]} dialogTitle -- Dialog title.
\{[String]} dialogMessage -- Dialog message.
{sub-section}{td}{tr}{tr:id=ret}{td}*Returns*\\{sub-section:showWarningDialog_ret|trigger=button|text=}{sub-section}{sub-section:showWarningDialog_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:showWarningDialog_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:showWarningDialog_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:showWarningDialog_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:showWarningDialog_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:showWarningDialog_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:showWarningDialog_sam|trigger=none}{code:language=javascript}
//show dialog
var thePressedButton = plugins.dialogs.showWarningDialog('Title', 'Value not allowed');
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}