showEllipsis( )


Displays an ellipsis in a breadcrumbs element instead of the middle items of the breadcrumbs trail.

The number of items hidden in the breadcrumbs trail when you use showEllipsis() depends on the values of the itemsBeforeEllipsis and itemsAfterEllipsis properties. Any items not accounted for by those properties are hidden and replaced by an ellipsis.

For example, if your breadcrumbs trail includes 5 items and itemsBeforeEllipsis and itemsAfterEllipsis are both set to 1, the 3 middle items in the trail are hidden when you use showEllipsis().

Using showEllipsis() changes the value of isEllipsisVisible.

Method Declaration
Copy
Request
This method does not take any parameters
Was this helpful?
Yes
No