- Copyright:
- ParaSQL LLC 2013-2021. All rights reserved.
- License:
Extends
Methods
(static) hide()
Static method. Hide the global wait panel.
Call this when processing the response from an async request to close the wait panel.
(static) show()
Static method. Show the global wait panel.
Call this before making an async request to display the wait panel.
getContentDiv() → {HTMLElement}
- Inherited From:
Returns:
Returns this panel's content div.
- Type
- HTMLElement
hide()
Hides this ModalPanel.
- Overrides:
show()
Displays this ModalPanel.
- Overrides: