source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/unit/tabs/tabs_defaults.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 556 bytes
Line 
1/*
2 * tabs_defaults.js
3 */
4
5var tabs_defaults = {
6 add: null,
7 ajaxOptions: null,
8 cache: false,
9 collapsible: false,
10 cookie: null,
11 disable: null,
12 disabled: [],
13 enable: null,
14 event: 'click',
15 fx: null,
16 idPrefix: 'ui-tabs-',
17 load: null,
18 panelTemplate: '<div></div>',
19 remove: null,
20 select: null,
21 show: null,
22 spinner: '<em>Loading&#8230;</em>',
23 tabTemplate: '<li><a href="#{href}"><span>#{label}</span></a></li>'
24};
25
26// FAIL: falsy values break the cookie option
27commonWidgetTests('tabs', { defaults: tabs_defaults });
Note: See TracBrowser for help on using the repository browser.