Wijmo UI for the Web
options type
wijmo.accordion.wijaccordion Namespace : options type
Inheritance Hierarchy

Object
   wijmo.accordion.wijaccordion.options

Fields
 NameDescription
public Option

Default value: 'slide'

Sets the animation easing effect that users experience when they switch between panes.

 
public Option

Default value: null

The animation duration in milliseconds.

 
public Option

Default value: 'click'

Determines the event that triggers the accordion to change panes.

 
public Option

Default value: 'bottom'

Determines the direction in which the content area of the control expands.

 
public Option

Default value: '> li > :first-child,> :not(li):even'

Determines the selector for the header element.

 
public Option

Default value: true

Determines whether clicking a header closes the current pane before opening the new one.

 
public Option

Default value: 0

Gets or sets the zero-based index of the accordion pane to show expanded initially.

 
Top
Events
 NameDescription
public EventOccurs before an active accordion pane change.  
public EventOccurs when an active accordion pane changed.  
Top
See Also

Reference

wijmo.accordion.wijaccordion Namespace