| Dialogs.promptAdv() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
| Back to Dialogs Class Summary |
| Availability |
| Windows, Mac OSX, Linux |
| Usage |
| mdm.Dialogs.promptAdv(message:String, promptStyle:String):Boolean |
| Parameters |
| message:String The message to be displayed promptStyle:String - Prompt Style |
| Returns |
| A Boolean |
| Description |
| Executes an advanced Prompt Dialog displaying the custom message. Prompt style can be set by using the following expressions: alert info confirm error empty |
| Notes |
| A 'true' value is returned if the user clicks 'OK', and 'false' if the user clicks 'CANCEL'. |
| Example Code |
| var Result = mdm.Dialogs.promptAdv("Does Zinc Rock?", "alert") |
| mdm.Dialogs Class Example Downloads |
| No Example Downloads Available |
| Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here | |
| After Logging In, Click Here to Refresh This Page |