new MessagePanel(title, message, messageDetailsnullable)
The MessagePanel class is used to display error info or other brief informational data to the user.
- Description:
The MessagePanel class is used to display error info or other brief informational data to the user.
- Copyright:
- ParaSQL LLC 2013-2020. All rights reserved.
Example
new parasql.ui.MessagePanel('Error Title','Some error message.','optional error details').show();
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
title |
string | ||
message |
string | ||
messageDetails |
string |
<nullable> |
Optional parameter. |
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: