aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Added some more tests.Scott González2008-09-071-46/+139
|
* Widget factory: Prevent calling non-existent methods.Scott González2008-09-071-1/+1
|
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-073-60/+78
|
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-072-2/+16
|
* Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.Scott González2008-09-061-1/+24
|
* Core: Improved :tabbable selectorScott González2008-09-063-5/+152
| | | | | | | | - check tabindex >= 0 instead of != -1 - check anchor tags for href - check for hidden input types - check styles (display and visibility; self and ancestors) Added tests for :tabbable selector
* Core: Added :tabbable selector to find elements that participate in the ↵Scott González2008-09-051-4/+23
| | | | tabbing order.
* Core: Converted :data selector to a function.Scott González2008-09-051-1/+3
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-0427-27/+27
|
* layout demo: further bugfixing in IE; set handle for draggables to be ↵Jörn Zaefferer2008-09-033-6/+7
| | | | consistent with sortables
* layout demo: update up/down controls when adding elements from toolboxJörn Zaefferer2008-09-031-9/+19
|
* layout demo: exclude trash for new componentsJörn Zaefferer2008-09-031-1/+1
|
* draggable: removing loggingJörn Zaefferer2008-09-031-1/+0
|
* layout demo: add new components via cloned draggables, connected to sortablesJörn Zaefferer2008-09-034-5/+24
|
* draggable: sortable.refreshItems got renamed to _refreshItemsJörn Zaefferer2008-09-031-1/+2
|
* layout demo: fixed positioning of add-button, border-top of header got ↵Jörn Zaefferer2008-09-033-4/+7
| | | | messed up in IE
* layout demo: minor js refactoring; decreased duration of loading overlay, ↵Jörn Zaefferer2008-09-034-9/+14
| | | | improved indicator position, fixed overlay in IE (100% height for html and body)
* Dialog: Fixed #3259: Remove title attribute from dialog elements on init.Scott González2008-09-031-1/+5
|
* Widget factory: Fixed #3275: Prevent multiple instantiations of the same ↵Scott González2008-09-021-5/+8
| | | | plugin on a single element.
* sortable: fixed toArray methodPaul Bakaus2008-09-021-1/+1
|
* Spinner: corrected a bug in functional demo (enable/disable switched) and ↵Ca-Phun Ung2008-09-023-811/+871
| | | | added spinner styles to the default theme.
* draggable: wrong class when trying to remove iframeFix divs (fixes #3161)Paul Bakaus2008-09-011-1/+1
|
* Add icons for controlsKeith Wood2008-08-314-2/+4
|
* Spinner: For DOM based spinners, the height is now calculated based on ↵Ca-Phun Ung2008-08-302-21/+19
| | | | number of children.
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-302-12/+22
|
* Core: Fixed #3257: Added option method to widget factory.Scott González2008-08-271-4/+31
|
* Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if ↵Scott González2008-08-271-4/+4
| | | | closeOnEscape is set to false.
* Sortable: fix wrong patameter in toArrayChi Cheng2008-08-261-1/+1
|
* spinner: fixed styling issues in IECa-Phun Ung2008-08-261-2/+3
|
* spinner: Included support for generic objects - currently only supports ↵Ca-Phun Ung2008-08-262-7/+72
| | | | <ul>. See visual test (#s4) for example usage. Needs more work...
* Accordion: XHTMLChi Cheng2008-08-251-2/+2
|
* Progressbar: hidden instance in ui(), options._interval->this._intervalChi Cheng2008-08-253-12/+9
| | | | Update spinner/progressbar demos
* Remove invalid includesEduardo Lundgren2008-08-241-10/+9
|
* Remove label texts, using the background labelsEduardo Lundgren2008-08-241-50/+50
|
* Use type button to avoid undesired submitsEduardo Lundgren2008-08-241-1/+1
|
* Use type button to avoid undesired submitsEduardo Lundgren2008-08-241-2/+2
|
* Functional demos fixesEduardo Lundgren2008-08-2413-123/+282
|
* Theme default minor updatesEduardo Lundgren2008-08-243-59/+243
|
* Spinner: Fixed key code constants.Scott González2008-08-241-2/+2
|
* dialog: $.keyCodeChi Cheng2008-08-241-4/+2
|
* Spinner: use keyCode from ui.core.jsChi Cheng2008-08-241-23/+3
|
* JSLint checkChi Cheng2008-08-232-3/+3
|
* Core: Fixed reference to jQuery.Scott González2008-08-231-1/+1
|
* Core: Fixed #3233: Added constants for key codes.Scott González2008-08-231-3/+32
|
* spinner: added support for numeric keypadCa-Phun Ung2008-08-211-1/+5
|
* Added tests for 3191 - handling NaN and other invalid values for relative datesKeith Wood2008-08-211-22/+43
|
* Fixed 3191 NaN causes breakage for relative datesKeith Wood2008-08-211-2/+3
|
* Fixed 3238 getDate causes error if datepicker does not existKeith Wood2008-08-211-15/+28
|
* Fixed 3180 Datepicker automatic ID assignmentKeith Wood2008-08-211-2/+3
|
* Fixed 3224 Croatian localisationKeith Wood2008-08-213-1/+30
|