ef24cf25ec5178678dfe471d495bb626f8c2c3eb
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / accordion / accordion_common.js
1 TestHelpers.commonWidgetTests( "accordion", {
2         defaults: {
3                 active: 0,
4                 animate: {},
5                 collapsible: false,
6                 disabled: false,
7                 event: "click",
8                 header: "> li > :first-child,> :not(li):even",
9                 heightStyle: "auto",
10                 icons: {
11                         "activeHeader": "ui-icon-triangle-1-s",
12                         "header": "ui-icon-triangle-1-e"
13                 },
14
15                 // callbacks
16                 activate: null,
17                 beforeActivate: null,
18                 create: null
19         }
20 });