Class ecm.widget.listView.modules.InlineMessage


Extends ecm.widget.listView.modules._Module.
This content list module provides the ability to display error, warning, confirm, and information messages inline.
Defined in: <ecm\widget\listView\modules\InlineMessage.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Clears the text message.
 
Destroy the dom nodes.
 
 
Create the dom nodes.
 
setMessage(text, category, iconHoverText)
Displays a category "error", "warning", "info", "alert" or "confirm" text message.

Constructor Detail

ecm.widget.listView.modules.InlineMessage()

Since:
2.0.2

Method Detail

clearMessage()

Clears the text message.

destroy()

Destroy the dom nodes.

getAPIPath()


preload()

Create the dom nodes.

setMessage(text, category, iconHoverText)

Displays a category "error", "warning", "info", "alert" or "confirm" text message.
Parameters:
text
The string text of the message or a domNode that is placed in the messageText domNode.
category
The message category - "error", "warning", "info", "alert" or "confirm". If not provided "error" is assumed.
iconHoverText
The text to display on the category icon.