offers cross-browser support for text-overflow: ellipsis
Add "dojoxEllipsis" on any node that you want to ellipsis-ize. In order to function properly,
the node with the dojoxEllipsis class set on it should be a child of a node with a defined width.
It should also be a block-level element (i.e. <div>
) - it will not work on td elements.
NOTE: When using the dojoxEllipsis class within tables, the table needs to have the table-layout: fixed style
See the dojox/html/ellipsis reference documentation for more information.