Scott González
|
33e93ef7f0
|
Tabs tests: Don't pollute the global namespace with helpers.
|
2012-04-19 12:53:13 -04:00 |
|
Scott González
|
a28983086e
|
Tests: Lint.
|
2012-04-18 22:36:15 -04:00 |
|
Jörn Zaefferer
|
72023dd045
|
Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.
|
2012-02-29 18:36:40 +01:00 |
|
Scott González
|
8cd4a8330c
|
Widget: Allow redefining a widget after other widgets have inherited from it.
|
2012-02-01 16:59:26 -05:00 |
|
Scott González
|
ad53b55f61
|
Tabs: Fixed load event with back compat enabled.
|
2011-05-17 15:46:41 -04:00 |
|
Scott González
|
85ac420a1e
|
Tabs: Fixed select event.
|
2011-05-10 14:04:50 -04:00 |
|
Scott González
|
7fddb1c5b5
|
Tabs: Fixed show event.
|
2011-05-10 13:56:59 -04:00 |
|
Scott González
|
36fccdda14
|
Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.
|
2011-05-10 09:15:08 -04:00 |
|
Scott González
|
f53d117853
|
Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.
|
2011-05-09 16:55:31 -04:00 |
|
Scott González
|
9ea6db634f
|
Tabs: Only trigger tabsload on success.
|
2011-05-09 16:55:31 -04:00 |
|
Scott González
|
7157af2550
|
Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
|
2011-05-09 15:04:01 -04:00 |
|
Scott González
|
9549686cb3
|
Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
Thanks gnarf for the unit test idea.
|
2011-05-09 14:45:57 -04:00 |
|
Scott González
|
5ae44f8a3b
|
Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.
|
2011-05-09 12:52:00 -04:00 |
|
Scott González
|
0546cd57bb
|
Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).
|
2011-05-09 11:31:01 -04:00 |
|
Scott González
|
cbce3585bc
|
Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate select method.
|
2011-05-03 07:48:08 -04:00 |
|
Scott González
|
92bcb2504f
|
Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selected option to active.
|
2011-05-03 07:14:19 -04:00 |
|
Scott González
|
45c727d75e
|
Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enable and disable events.
|
2011-05-03 06:31:12 -04:00 |
|
Scott González
|
468e66ae62
|
Tabs: Added tests for add and remove events.
|
2011-04-28 22:12:59 -04:00 |
|
Scott González
|
1bacdec6be
|
Tabs: Cleaned up add and remove methods.
|
2011-04-28 21:35:04 -04:00 |
|
Scott González
|
ccac8cd492
|
Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.
|
2011-04-11 10:08:32 -04:00 |
|
Scott González
|
d573a92beb
|
Tabs: Added tests for aria-controls attribute being assigned on init.
|
2011-04-07 13:53:20 -04:00 |
|
Scott González
|
bc6a28ee03
|
Tabs: Cleaned up _tabId() implementation.
|
2011-04-05 21:39:02 -04:00 |
|
Scott González
|
168ab6656d
|
Tabs: Updated test for deprecated length method.
|
2011-04-05 20:07:27 -04:00 |
|
Scott González
|
7aad37bfd5
|
Tabs: Better handling of active option and various cleanup.
|
2011-04-05 16:53:52 -04:00 |
|
Scott González
|
ff84d58444
|
Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
|
2011-04-05 11:28:05 -04:00 |
|
Scott González
|
995518c10f
|
Tabs: cleanup.
|
2011-04-04 17:06:13 -04:00 |
|
David Petersen
|
e9ae04a394
|
Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency Updates
|
2011-03-29 07:44:01 -04:00 |
|
David Petersen
|
cb0588f2dd
|
Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie option
|
2011-03-28 22:46:31 -04:00 |
|
David Petersen
|
c6a6ef5ee6
|
Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select method
|
2011-03-28 22:28:59 -04:00 |
|
David Petersen
|
8b0c3618bd
|
Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select event to beforeActivate
|
2011-03-27 17:02:58 -04:00 |
|
David Petersen
|
787efd307a
|
Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to activate
|
2011-03-27 16:55:05 -04:00 |
|
David Petersen
|
9a00fd4c5e
|
Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected option to active
|
2011-03-27 16:42:30 -04:00 |
|
David Petersen
|
c363019590
|
Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
|
2011-03-27 16:42:19 -04:00 |
|
David Petersen
|
1e2d3145ff
|
Tabs: Deprecate url method; use aria-controls instead of title to specify panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels
|
2011-03-27 14:56:20 -04:00 |
|
David Petersen
|
03eb54b379
|
Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method
|
2011-03-26 21:02:17 -04:00 |
|
David Petersen
|
e378876918
|
Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and remove methods
|
2011-03-26 21:02:13 -04:00 |
|
David Petersen
|
e5f081bc1c
|
Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate enable and disable events
|
2011-03-26 21:00:45 -04:00 |
|
David Petersen
|
e7971c9077
|
Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner option
|
2011-03-26 21:00:45 -04:00 |
|
David Petersen
|
aeaaf93ebb
|
Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options
|
2011-03-26 21:00:34 -04:00 |
|