/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/accordion/accordion_common.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/accordion/accordion_common.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File MIME type: application/javascript
File size: 393 byte(s)
initial import
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 });

  ViewVC Help
Powered by ViewVC 1.1.20