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