summaryrefslogtreecommitdiffstats
path: root/ui/ui.accordion.js
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jörn Zaefferer2009-02-021-16/+13
| | | | for only-one
* Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵Scott González2009-02-021-1/+9
| | | | demos, tests, and using alwaysOpen on init.
* accordion: deprecated alwaysOpen option, introduced collapsible option ↵Paul Bakaus2009-02-021-8/+14
| | | | (invert value) (fixes #3969)
* Accordion: Added focus state to headers.Scott González2009-02-011-1/+3
|
* accordion: another partial fix for #4011, fixes ↵Jörn Zaefferer2009-01-311-2/+10
| | | | tests/visual/accordion/width.html in FF, IE still buggy
* Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false.Scott González2009-01-311-9/+17
| | | | | Removed some browser snifing. Added support for non-px units.
* 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
| | | | no more potential scope issues
* accordion: fix for the previous commit; event triggering still somewhat ↵Jörn Zaefferer2009-01-301-16/+12
| | | | crippled, a few tests failing
* 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, ↵Scott González2009-01-301-20/+29
| | | | allowing accordions to work with dl's and ul's again.
* accordion: overflow is set to hidden during calculations for fillSpace in ↵Paul Bakaus2009-01-271-1/+4
| | | | IE6 (fixes #3845)
* 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 ↵Paul Bakaus2009-01-251-2/+2
| | | | to the workaround wrapper (temporary, until we remove the wrapper completely)
* 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
| | | | removing classes (fixes #3785)
* 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 ↵Paul Bakaus2009-01-191-224/+253
| | | | now part of the widget (no change in logic)
* 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
| | | | added demo
* accordion: update content div classes to move theme classes to wrapper with ↵Jörn Zaefferer2008-12-221-2/+2
| | | | seperate content-wrap and content classes
* accordion: fix for #3626, refactoring resize code into its own public methodJörn Zaefferer2008-12-221-16/+21
|
* accordion: updated to icons: { header, headerSelected }Jörn Zaefferer2008-12-221-6/+8
|
* accordion: #3646 update - expose icons as headerIcon and headerIconSelected ↵Jörn Zaefferer2008-12-141-4/+6
| | | | options
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-141-1/+1
|
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-131-1/+1
|
* Accordion: #3646 - fixed iconsJörn Zaefferer2008-12-121-4/+4
|
* Accordion: #3646 - add hover classes and unbind on destroyJörn Zaefferer2008-12-121-2/+4
|
* Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an ↵Jörn Zaefferer2008-12-121-9/+8
| | | | additional div
* Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added ↵Jörn Zaefferer2008-12-121-26/+26
| | | | visual test and updated tests to markup changes
* accordion: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-17/+19
| | | | _init and destroy at the top. Sorted defaults alphabetically.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-37/+37
|
* Various: Fixed #3596: Removed references to jQuery for .noConflict() ↵Scott González2008-11-181-3/+3
| | | | compatibility.
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-7/+7
|
* refactored keyboard handling to a switch statement for clarity.David Bolter2008-11-131-12/+12
|