aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-13/+23
|
* Tabs: Remove refresh dependancy in _setOptionsDavid Petersen2011-04-281-2/+15
|
* Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-0/+3
|
* Tabs: enable/disable handle when current state already matches, fix error ↵David Petersen2011-04-281-1/+9
| | | | when disabled = true and enable gets called
* Tabs: simplify disabled logicDavid Petersen2011-04-281-46/+40
|
* Tabs: Make sure prototype.url is defined before trying to shim itDavid Petersen2011-04-281-8/+9
|
* Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-251-3/+5
|
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-111-0/+10
|
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-051-5/+4
|
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-65/+67
|
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵Scott González2011-04-051-22/+24
| | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options.
* Tabs: cleanup.Scott González2011-04-041-11/+16
|
* Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename ↵Scott González2011-04-041-29/+39
| | | | show event to activate.
* Tabs: Properly handle switching from active: false.Scott González2011-04-041-3/+3
|
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: ↵Scott González2011-04-041-40/+53
| | | | Rename select event to beforeActivate.
* Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-27/+25
|
* Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-281-33/+54
|
* Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-36/+63
|
* Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ↵David Petersen2011-03-271-7/+10
| | | | event to beforeActivate
* Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to ↵David Petersen2011-03-271-7/+25
| | | | activate
* Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected ↵David Petersen2011-03-271-26/+58
| | | | option to active
* Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) ↵David Petersen2011-03-271-16/+36
| | | | Fixes #7139 Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options)
* Tabs: Deprecate url method; use aria-controls instead of title to specify ↵David Petersen2011-03-271-37/+50
| | | | panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels
* Use this.running to know if we are still in process of showing/hidding a tabDavid Petersen2011-03-261-6/+13
|
* Tabs: split up _tabify, create refresh method. Fixes #7140 Tabs: Add refresh ↵David Petersen2011-03-261-119/+159
| | | | method
* Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length methodDavid Petersen2011-03-261-4/+6
|
* Tabs: Deprecate add and remove methods Fixes #7141 Tabs: Deprecate add and ↵David Petersen2011-03-261-78/+85
| | | | remove methods
* Tabs: Deprecate enable and disable events. Fixes #7142 Tabs: Deprecate ↵David Petersen2011-03-261-4/+41
| | | | enable and disable events
* Tabs: Deprecate spinner option. Fixes #7134 Tabs: Deprecate spinner optionDavid Petersen2011-03-261-19/+32
|
* Tabs: Deprecate abort method. Fixes #7133 Tabs: Deprecate abort methodDavid Petersen2011-03-261-23/+29
|
* Tabs: Add beforeload event; deprecate ajaxOptions and cache options. Fixes ↵David Petersen2011-03-261-49/+101
| | | | #7131 Tabs: Add beforeload event; deprecate ajaxOptions and cache options
* Tabs: Split out event handler, showtab, hidetab, resetStyle to their own methodsDavid Petersen2011-03-261-111/+116
|
* Tabs: Fix disable and enable methods to correctly handle when index is ↵David Petersen2011-03-211-21/+41
| | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
* Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: ↵David Petersen2011-02-151-9/+9
| | | | pass original event.
* Tabs: Use ._focusable() and ._hoverable().Scott González2011-01-311-29/+4
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Tabs: Pass an element instead of jQuery object on initial show. Fixes #6867 ↵Scott González2011-01-161-1/+1
| | | | - Inconsistent ui.panel contents for show event of tabs widget.
* Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - ↵MaxPower152010-12-201-6/+7
| | | | Tabs: Use event.preventDefault() instead of returning false.
* All: Use .toggleClass() instead of conditionally using .addClass() and ↵Xavi2010-12-191-6/+3
| | | | .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
* Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-55/+1
|
* Tabs: Added context to global selectors. Fixed #6710 - tabs module uses ↵saks2010-12-071-7/+7
| | | | global selectors instead of local to "this.element" element.
* Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-041-2/+2
| | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
* Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - ↵Christopher McCulloh2010-09-071-0/+1
| | | | Tabs: Occassionally displays multiple tabs when clicked with rotate control using opacity toggle fx.
* Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with ↵Scott González2010-09-031-1/+1
| | | | an empty href are enabled in IE6/7.
* Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵Scott González2010-09-031-1/+1
| | | | remote tabs does not support foreign languages.
* Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.ph-ausseil2010-08-111-1/+1
|
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵Scott González2010-08-101-1/+1
| | | | Problem with JavaScriptPacker.
* Tabs: coding standards.Scott González2010-07-281-349/+365
|
* Tabs: Fixed select method handling for index of -1.Scott González2010-07-171-2/+6
|
* Tabs: Updated tests.Scott González2010-07-161-7/+3
|