SYS_Dialog class
System / dialog class
Signature
typescript
class SYS_Dialog1
Remarks
Generate dialog windows
Methods
Method | Modifiers | Description |
|---|---|---|
Create a communication entry for a componentized popup window | ||
showConfirmationMessage(content, title, mainButtonTitle, buttonTitle, callbackFn) | Show a confirmation dialog | |
Show an information dialog | ||
showInputDialog(beforeContent, afterContent, title, type, value, otherProperty, callbackFn) | (BETA) Show an input dialog | |
showSelectDialog(options, beforeContent, afterContent, title, defaultOption, multiple, callbackFn) | (BETA) Show a select dialog | |
showSelectDialog(options, beforeContent, afterContent, title, defaultOption, multiple, callbackFn) | (BETA) Show a multi-select dialog |