#Message Box for CMV Show a modal Confirmation or Alert dialog box. Intended to be called from other widgets.
| Parameter | Type | Description |
|---|---|---|
nameSpace |
String | Default is null Optional Namespace. If omitted, the global window Namespace is used. |
okMessage |
String | Default is 'MessageBox.OK'. |
cancelMessage |
String | Default is 'MessageBox.Cancel'. |
messagebox: {
include: true,
id: 'messagebox',
type: 'invisible',
path: 'widgets/MessageBox',
options: {
nameSpace: 'app' // optional namespace
}
}