aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.accordion.js
Commit message (Expand)AuthorAgeFilesLines
* accordion: Fix for #4695, refactoredJörn Zaefferer2009-08-111-2/+1
* accordion: Fix for #4695Jörn Zaefferer2009-08-111-4/+3
* accordion: fix for #4436Jörn Zaefferer2009-08-111-1/+1
* Fixed accordion option active getter and setter. Normalized getter to number,...Richard Worth2009-08-111-0/+6
* accordion: fix for #4754; related tests were failing before, fixed them, too ...Jörn Zaefferer2009-08-061-1/+1
* Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - ac...Scott González2009-07-311-6/+10
* Fixed the regression introduced in r2861Jörn Zaefferer2009-07-151-1/+3
* accordion fix for #4653: added tests, adopted no-auto-height demo to also cov...Jörn Zaefferer2009-07-031-13/+15
* Fix for #4222Jörn Zaefferer2009-05-111-5/+28
* Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not wo...Scott González2009-04-181-7/+1
* Accordion: Gracefully falling back to a linear animation for any non-existant...Scott González2009-04-171-0/+3
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...Scott González2009-04-151-0/+5
* Fixed #4331 - Accordion requires theme CSS to function in IERichard Worth2009-03-181-1/+1
* accordion: call .blur() so ui-state-focus class gets removed from last-focuse...Richard Worth2009-03-021-1/+1
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
* all: fixed jslint warningsPaul Bakaus2009-02-101-1/+1
* accordion: chaining breaks if value in height() is negative (fixes #4102)Paul Bakaus2009-02-101-1/+1
* accordion defaults in alpha orderRichard Worth2009-02-051-1/+1
* accordion: use synced animations only when animating two elements; optimize f...Jörn Zaefferer2009-02-021-16/+13
* Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed d...Scott González2009-02-021-1/+9
* accordion: deprecated alwaysOpen option, introduced collapsible option (inver...Paul Bakaus2009-02-021-8/+14
* Accordion: Added focus state to headers.Scott González2009-02-011-1/+3
* accordion: another partial fix for #4011, fixes tests/visual/accordion/width....Jörn Zaefferer2009-01-311-2/+10
* Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false.Scott González2009-01-311-9/+17
* accordion: partial fix for #4011Jörn Zaefferer2009-01-301-4/+2
* accordion: added ul-visual-test; improved solution for fixing ul-accordions, ...Jörn Zaefferer2009-01-301-1/+6
* accordion: fix for the previous commit; event triggering still somewhat cripp...Jörn Zaefferer2009-01-301-16/+12
* accordion: better default for header-optionJörn Zaefferer2009-01-301-1/+1
* Accordion: Fixed destroy method with new markup.Scott González2009-01-301-3/+1
* Accordion: only animate height and padding.Scott González2009-01-301-3/+1
* Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, allowin...Scott González2009-01-301-20/+29
* accordion: overflow is set to hidden during calculations for fillSpace in IE6...Paul Bakaus2009-01-271-1/+4
* accordion: navigation option wasn't working (fixes #3944)Paul Bakaus2009-01-261-1/+1
* accordion: fix for newContent/oldContent in the UI object that was pointing t...Paul Bakaus2009-01-251-2/+2
* whitespaceRichard Worth2009-01-221-49/+49
* accordion: fixed always open regression introduced by r1715Richard Worth2009-01-221-1/+1
* accordion: fix for #3896Jörn Zaefferer2009-01-211-1/+1
* accordion: removal of selectedClass option (fixes #3886)Paul Bakaus2009-01-201-7/+6
* accordion: added missing defaults (fixes #3884)Paul Bakaus2009-01-201-0/+4
* accordion: fixed calling activate with -1 and alwaysOpen: false not properly ...Paul Bakaus2009-01-191-0/+2
* accordion: fixed two small variable issues related to the rewritePaul Bakaus2009-01-191-3/+2
* accordion: partial refactor and cleanup, all proviously outer functions are n...Paul Bakaus2009-01-191-224/+253
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-18/+11
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-11/+18
* accordion: all classes added should have a 'ui-' prefix (fixes #3705)Paul Bakaus2009-01-071-4/+4
* Happy New YearRichard Worth2009-01-031-1/+1
* Remove trailing spacesEduardo Lundgren2008-12-311-3/+3
* accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; ...Jörn Zaefferer2008-12-261-3/+4
* accordion: update content div classes to move theme classes to wrapper with s...Jörn Zaefferer2008-12-221-2/+2
* accordion: fix for #3626, refactoring resize code into its own public methodJörn Zaefferer2008-12-221-16/+21