aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Setting data.accept now works fine (Fixes #3386)Paul Bakaus2008-09-151-0/+13
|
* - kickass draggable refactoring - fixes many bugs, many edge case issuesPaul Bakaus2008-09-151-64/+134
| | | | - added many new tests to draggable, especially related to scrolling and helper clone
* Dialog: Reordered functions.Scott González2008-09-141-164/+164
|
* Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.Scott González2008-09-141-21/+26
|
* Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.Scott González2008-09-141-29/+45
|
* Dialog: Partial fix for #3327: When opening a dialog, give focus to the ↵Scott González2008-09-111-0/+1
| | | | first tabbable element inside the dialog.
* Fixes #3342, prevents bubbling (and default key behaviour) for slider based ↵David Bolter2008-09-111-1/+3
| | | | key events.
* UI Tabs: fixed cookie name generation which wasn't based on DOM element any ↵Klaus Hartl2008-09-091-2/+6
| | | | longer after change in this.element, update cookie after init/add/destroy (fixes #3015)
* Spinner: added an init callback which exposes the addItem method for dynamic ↵Ca-Phun Ung2008-09-091-2/+20
| | | | population of spinner via an external objects.
* Widget factory: Prevent calling non-existent methods.Scott González2008-09-071-1/+1
|
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-2/+2
|
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-071-0/+1
|
* Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.Scott González2008-09-061-1/+24
|
* Core: Improved :tabbable selectorScott González2008-09-061-5/+25
| | | | | | | | - 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
|
* draggable: removing loggingJörn Zaefferer2008-09-031-1/+0
|
* draggable: sortable.refreshItems got renamed to _refreshItemsJörn Zaefferer2008-09-031-1/+2
|
* 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
|
* draggable: wrong class when trying to remove iframeFix divs (fixes #3161)Paul Bakaus2008-09-011-1/+1
|
* Spinner: For DOM based spinners, the height is now calculated based on ↵Ca-Phun Ung2008-08-301-12/+16
| | | | number of children.
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-301-5/+10
|
* 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: Included support for generic objects - currently only supports ↵Ca-Phun Ung2008-08-261-3/+26
| | | | <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-251-5/+2
| | | | Update spinner/progressbar demos
* 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
|
* 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
|
* 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-211-0/+25
|
* Fixed 3159 Datepicker function to do refresh/redrawKeith Wood2008-08-211-6/+15
| | | | Simplified iso8601Week function
* spinner: fixed rounding error when stepping=0.3Ca-Phun Ung2008-08-191-3/+4
|
* Spinner: ui() doesn't return instanceChi Cheng2008-08-191-6/+3
|
* Spinner: this.options._decimals -> this._decimalsChi Cheng2008-08-191-6/+2
| | | | decimal test
* sortable: moved serialize brackets after every key to default value, so ↵Paul Bakaus2008-08-191-1/+1
| | | | configuring it as well using the key option is possible