Extends
Methods
getContentDiv() → {HTMLElement}
- Inherited From:
Returns:
Returns this panel's content div.
- Type
- HTMLElement
hide()
Hides this ModalPanel.
- Description:
Hides this ModalPanel.
- Overrides:
show()
Displays this ModalPanel.
- Description:
Displays this ModalPanel.
- Overrides:
(static) hide()
Hide the global wait panel.
- Description:
Hide the global wait panel. Call this when processing the response from an async request to close the wait panel.
(static) show(messagenullable)
Show the global wait panel.
- Description:
Show the global wait panel. Call this before making an async request to display the wait panel.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
string |
<nullable> |
An optional wait panel message. |