aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_deprecated.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵Scott González2012-10-251-182/+0
| | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute.
* Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵Scott González2012-10-251-61/+0
| | | | back-compat for load event.
* Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.Scott González2012-10-251-18/+0
|
* Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.Scott González2012-10-251-18/+0
|
* Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.Scott González2012-10-251-53/+0
|
* Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.Scott González2012-10-251-40/+0
|
* Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.Scott González2012-10-251-40/+0
|
* Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.Scott González2012-10-251-45/+0
|
* Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable ↵Scott González2012-10-251-32/+0
| | | | and disable events.
* Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.Scott González2012-10-251-7/+0
|
* Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-251-35/+0
|
* Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.Scott González2012-10-251-15/+0
|
* Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ↵Scott González2012-10-251-53/+0
| | | | ajaxOptions and cache options.
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs ↵Scott González2012-08-171-1/+5
| | | | not passing data in 1.9. beta 1.
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵Scott González2012-05-181-29/+32
| | | | from the anchor to the list item.
* Tabs tests: Work around IE quirks.Scott González2012-05-041-3/+15
|
* Use length property, instead of the deprecated size() method.Shahyar G2012-04-231-1/+1
|
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-44/+46
|
* Tests: Lint.Scott González2012-04-181-9/+11
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-63/+63
|
* Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-011-5/+5
|
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-171-1/+57
|
* Tabs: Fixed select event.Scott González2011-05-101-18/+37
|
* Tabs: Fixed show event.Scott González2011-05-101-14/+35
|
* Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-101-27/+27
|
* Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.Scott González2011-05-091-2/+12
|
* Tabs: Only trigger tabsload on success.Scott González2011-05-091-2/+5
|
* Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵Scott González2011-05-091-2/+28
| | | | event; deprecate ajaxOptions and cache options.
* Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add ↵Scott González2011-05-091-2/+21
| | | | | | beforeload event; deprecate ajaxOptions and cache options. Thanks gnarf for the unit test idea.
* Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵Scott González2011-05-091-26/+11
| | | | spinner option.
* Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - ↵Scott González2011-05-091-8/+37
| | | | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵Scott González2011-05-031-22/+38
| | | | Deprecate select method.
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵Scott González2011-05-031-35/+43
| | | | selected option to active.
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵Scott González2011-05-031-23/+21
| | | | enable and disable events.
* Tabs: Added tests for add and remove events.Scott González2011-04-281-21/+32
|
* Tabs: Cleaned up add and remove methods.Scott González2011-04-281-39/+64
|
* Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.Scott González2011-04-111-1/+1
|
* Tabs: Added tests for aria-controls attribute being assigned on init.Scott González2011-04-071-2/+2
|
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-051-16/+27
|
* Tabs: Updated test for deprecated length method.Scott González2011-04-051-4/+4
|
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-5/+1
|
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵Scott González2011-04-051-1/+1
| | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
* Tabs: cleanup.Scott González2011-04-041-1/+1
|
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-1/+1
|
* Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-281-0/+36
|
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-0/+30
|
* Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵David Petersen2011-03-271-0/+21
| | | | event to beforeActivate
* Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵David Petersen2011-03-271-0/+20
| | | | activate
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-271-0/+49
| | | | option to active