aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/accordion/accordion_common.js
blob: ef24cf25ec5178678dfe471d495bb626f8c2c3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TestHelpers.commonWidgetTests( "accordion", {
	defaults: {
		active: 0,
		animate: {},
		collapsible: false,
		disabled: false,
		event: "click",
		header: "> li > :first-child,> :not(li):even",
		heightStyle: "auto",
		icons: {
			"activeHeader": "ui-icon-triangle-1-s",
			"header": "ui-icon-triangle-1-e"
		},

		// callbacks
		activate: null,
		beforeActivate: null,
		create: null
	}
});