Module

collapser

Methods used to collapse or expand a widget

View Source mixins/collapser.js, line 29

Methods

# collapse()

Collapse the widget.

View Source mixins/collapser.js, line 56

# expand()

Expand the widget.

View Source mixins/collapser.js, line 64

# isCollapsed() → {boolean}

Check if the widget is collapsed.

View Source mixins/collapser.js, line 73

  • Indicates whether the widget is collapsed.
boolean

# toggle()

Toggle the collapse and expand function.

View Source mixins/collapser.js, line 81