mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
20 lines
393 B
JavaScript
20 lines
393 B
JavaScript
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
|
|
}
|
|
});
|