Class ecm.widget.Ellipsis


Extends dijit.layout._LayoutWidget.
Provides a widget that displays an ellipsis (...) to indicate that data is truncated so the user is not seeing all the values. The widget can be configured to truncate data on the left or on the right. By default, data is truncated on the right.
Defined in: <ecm\widget\Ellipsis.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
If true, fit to the parent.
 
String with value "right" or "left".

Method Summary

Method Attributes Method Name and Description
 
Destroys the widget.
 
layout(width)
Sets the layout of the widget to the specified width.
 

Constructor Detail

ecm.widget.Ellipsis()

Field Detail

fitParent

If true, fit to the parent.

truncate

String with value "right" or "left". Truncate any extra data on the right or left side.

Method Detail

destroy()

Destroys the widget.

layout(width)

Sets the layout of the widget to the specified width.
Parameters:
width
The width.

postMixInProperties()