Description
The widget for "component manage error and warning messages".
Public Properties
Name | Type | Description |
level | String | Level of error and warnings |
text | String | Error text to display |
styleClass | String | Style class name for this widget |
name | String | Context field name to display a message from context |
messageArray | Array | Messages to disaply |
isNotSubmitted | String | Indicate this widget is not submitted to server when form submitted with ajax |
displayMode | String | Indicate the display mode of this error, static message or popo up dialog |
Public Functions
Name | Return Value | Description |
init | Void | Inti the widget |
display | Void | Display the message |
displayMessageArray | Void | Display mutil message |
displayPopup | Void | Display message with pop up dialog |
closeMessage | Void | Close current display message |