aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-4/+1
| | | | version numbers on instances.
* Tabs: Don't cancel existing ajax requests when programmatically loading a ↵Scott González2011-05-171-5/+3
| | | | tab. Fixes #7204 - Tabs: Programmatically loading a tab shouldn't cancel active ajax requests.
* Tabs: Fixed load event with back compat enabled.Scott González2011-05-171-0/+12
|
* Tabs: Removed some animation cleanup code that doesn't appear to be necessary.Scott González2011-05-171-7/+1
|
* Tabs: Escape all special characters when sanitizing hash selectors. Fixes ↵Scott González2011-05-171-1/+1
| | | | #4681 - Tabs: _sanitizeSelector needs to escape '.'.
* Tabs: Added tests for load method.Scott González2011-05-161-6/+5
|
* Tabs: When adding a new tab with an existing panel, don't move it. Fixes ↵David Murdoch2011-05-161-3/+13
| | | | #4578 - adding tab moves targeted panel.
* Tabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - ↵gnarf2011-05-141-68/+50
| | | | Fixes #7357 Tabs: Remove queueing logic
* Tabs: Minor cleanup of deprecated code.Scott González2011-05-111-8/+6
|
* Tabs: Simplify logic for showing/hiding tabs.Scott González2011-05-111-36/+10
|
* Tabs: Fixed select event.Scott González2011-05-101-9/+10
|
* Tabs: Fixed show event.Scott González2011-05-101-11/+15
|
* Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-101-39/+32
|
* Tabs: Only trigger tabsload on success.Scott González2011-05-091-3/+2
|
* Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵Scott González2011-05-091-1/+1
| | | | event; deprecate ajaxOptions and cache options.
* Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵Scott González2011-05-091-24/+18
| | | | spinner option.
* Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need ↵eddiemonge2011-05-061-0/+0
| | | | to have execute permissions.
* Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵Scott González2011-05-031-2/+2
| | | | Deprecate select method.
* Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵Scott González2011-05-031-12/+8
| | | | selected option to active.
* Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵Scott González2011-05-031-4/+6
| | | | enable and disable events.
* Tabs: Cleaned up add and remove methods.Scott González2011-04-281-24/+30
|
* Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-22/+14
|
* 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