aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Widget factory: Added support for deep extending multiple option hashes on init.Scott González2009-08-281-1/+1
|
* Widget factory: Support passing multiple option hashes on init. Fixes #4784.Scott González2009-08-261-0/+5
|
* Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed ↵Scott González2009-08-261-2/+0
| | | | positioning for dialogs.
* draggable, sortable: include originalPosition in ui hash, implements #3782Paul Bakaus2009-08-232-0/+2
|
* sortable: removed deprecated ui.absolutePosition from ui hash, fixes #3991Paul Bakaus2009-08-221-1/+0
|
* sortable: toArray/serialize should not include the placeholder, fixes #4138Paul Bakaus2009-08-221-3/+3
|
* droppable: greedy childs that dont accept the draggable dont block ↵Paul Bakaus2009-08-221-4/+7
| | | | propagation anymore, fixes #4570
* draggable: scope option failed when no droppables within that scope exist, ↵Paul Bakaus2009-08-221-3/+3
| | | | fixes #4289
* draggable: position and offset were undefined in start callback, fixes #4380Paul Bakaus2009-08-221-2/+2
|
* draggable: made stack accept a selector instead of a complex hash, min value ↵Paul Bakaus2009-08-221-5/+6
| | | | is autodetermined now, implements #4365
* draggable: direct removal of draggable element on drop event doesnt make ↵Paul Bakaus2009-08-211-0/+4
| | | | used plugins fire an error anymore, fixes #4550
* Datepicker: Add yearSuffix value for Chinese/Korean. fixes #4793Chi Cheng2009-08-193-5/+5
|
* 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 ↵Richard Worth2009-08-111-0/+6
| | | | number, 0-based index.
* accordion: fix for #4754; related tests were failing before, fixed them, too ↵Jörn Zaefferer2009-08-061-1/+1
| | | | (checked to correct sizes in Firebug)
* draggable: inline comment to clarify some odd checkJörn Zaefferer2009-08-061-0/+1
|
* datepicker i18n: missing comma (syntax checking editors are great)Jörn Zaefferer2009-08-061-1/+1
|
* Added zIndex method. Fixes #4709 - Add zIndex setter/getter method.Scott González2009-08-051-0/+20
|
* Slider: Create a copy of the options.values array for the return value of ↵Scott González2009-08-041-1/+3
| | | | | | _value(). Fixes #4751 - Dragging slider modifies values, even if callback returns false. Thanks bkrausz.
* Resizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize.Scott González2009-08-041-5/+5
|
* Dialog: Support hash, array, string for cursorAt option. Use position ↵Scott González2009-08-031-45/+40
| | | | plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
* Position: fixed comment wording.Scott González2009-08-031-2/+2
|
* Sortable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-6/+19
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-6/+19
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Position: set "at" option while align to cursor, fixes collision:flip not ↵Chi Cheng2009-08-021-1/+2
| | | | work with default value
* Position: set "at" option while align to cursor, fixes collision:flip not ↵Chi Cheng2009-08-021-0/+1
| | | | work with default value
* Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - ↵Scott González2009-07-311-6/+10
| | | | accordion steals header clicks.
* Position: Removed default options hash.Scott González2009-07-311-7/+2
|
* Position: Allow without "at" option passed. (Not need it when align to cursor.) Chi Cheng2009-07-301-1/+1
|
* Position: Allow without "at" option passed. (Not need it when align to cursor.) Chi Cheng2009-07-301-1/+1
|
* Datepicker: Fixed #4131 Could week numbers [be] added to the DatepickerKeith Wood2009-07-2947-4/+69
|
* Datepicker: Default duration changedKeith Wood2009-07-291-1/+1
|
* sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!)Paul Bakaus2009-07-281-29/+51
|
* Effects: handle switch parameter in toggleClass, fixes #4722Chi Cheng2009-07-271-2/+12
|
* Position: rollbackChi Cheng2009-07-271-4/+4
|
* position: add document link; values should be string but not defaultValue ↵Chi Cheng2009-07-261-5/+5
| | | | variant
* position: make it work without ui.core.jsChi Cheng2009-07-251-3/+6
|
* Stackfix: restrict version test to IE versionChi Cheng2009-07-251-2/+2
|
* Copied position plugin from /branches/dev/positionTo r2971.Scott González2009-07-241-0/+227
|
* Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog ↵Scott González2009-07-241-2/+2
| | | | is resizable. Fixes a bug when the resizable plugin isn't loaded and the :ui-resizable selector therefore doesn't exist.
* Dialog: Update position option after drag. Fixes #4679 - Dialogs should ↵Scott González2009-07-231-1/+4
| | | | | | remember their position after drag. Thanks wewals.
* Datepicker: Fixed #4691 Datepicker positioning is off if the window has ↵Keith Wood2009-07-221-2/+4
| | | | almost the same height as the calendar div
* Datepicker: Fixed #3891 Autosize input fieldKeith Wood2009-07-221-1/+30
|
* Datepicker: Fixed #4684 Datepicker bug when textbox id contains '$'Keith Wood2009-07-221-1/+1
|
* Datepicker: Fixed #4647 setDate cannot be called multiple timesKeith Wood2009-07-221-1/+2
|
* Highlight effect: refactor.Scott González2009-07-211-28/+30
|
* Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable ↵Scott González2009-07-211-0/+1
| | | | | | needs containment:'document' to agree with uiDialog.draggable. Thanks AudreyT.
* Dialog: Removed drag and resize option handling from setDataSwitch hash ↵Scott González2009-07-161-7/+1
| | | | (legacy from when dialog didn't have its own events).