Class ecm.widget._Separator


Extends dijit._Widget.
Separator used in the breadcrumb.
Defined in: <ecm\widget\_Separator.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Boolean indicating whether this widget should be presented as clickable.
 
Boolean indicating that this is a separator.

Method Summary

Method Attributes Method Name and Description
 
Toggle the separator into closed (default) state.
 
Returns open state value.
 
 
open()
Toggles the separator into open state.
 
 
Renders the breadcrumb separator.

Constructor Detail

ecm.widget._Separator()

Field Detail

isActive

Boolean indicating whether this widget should be presented as clickable.
Since:
2.0.3

isSeparator

Boolean indicating that this is a separator.

Method Detail

close()

Toggle the separator into closed (default) state.
Since:
2.0.3

isOpen()

Returns open state value. Returns true or false.
Since:
2.0.3

onClickSeparator()


open()

Toggles the separator into open state.
Since:
2.0.3

postCreate()


render()

Renders the breadcrumb separator.