Information Message Portlet
Portlet Title | Information Message |
Portlet Name | wm_infomessage |
Portlet File Name | wm_infomessage.pdp |
Top-level Folder | default |
JSR168 Portlet? | No |
Alias | None |
Default Instances of the portlet | None |
System. Page developers use this portlet to display an information, warning, or error messages on a page for the end user. Based on the configured severity, the portlet displays an appropriate icon to lead the message. The portlet displays the message using the CSS class portlet-msg-info.
Properties
Information Text (infoText)
Defines the message to display in the body if the portlet. Specify a text string. If the property has no value, the portlet displays a blank message.
Severity (Severity)
Indicates the icon to display with the message. Specify one of the following:
info – Default. Display the information messages icon.
warning – Display the warning messages icon.
error – Display the error messages icon.
Escape Markup (escapeMarkup)
Indicates whether you want HTML characters in the message be escaped before passing them for display in the message. Specify one of the following:
true – Escape any HTML characters for display in the message, for example, change '\>' to '>'.
false – Default. Pass the text unmodified to the portlet.