Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 759 Bytes

File metadata and controls

29 lines (24 loc) · 759 Bytes

#Message Box for CMV Show a modal Confirmation or Alert dialog box. Intended to be called from other widgets.


Configurable Options

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'.

Example Configuration:

messagebox: {
    include: true,
    id: 'messagebox',
    type: 'invisible',
    path: 'widgets/MessageBox',
    options: {
        nameSpace: 'app' // optional namespace
    }
}

Screenshot:

Screenshot