aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.droppable.js
Commit message (Collapse)AuthorAgeFilesLines
* droppable: defaults should be set to 'false' if disabled, not null (fixes ↵Paul Bakaus2009-01-201-4/+2
| | | | #3881)
* sortable: $.ui.plugin is not used anymore (fixes #3725)Paul Bakaus2009-01-161-4/+2
| | | | droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options
* Fixed #3723 - Fix the ui.options referenceEduardo Lundgren2009-01-161-6/+6
|
* droppable: removed all instances of $.ui.plugin, fairly safe here (fixes #3723)Paul Bakaus2009-01-161-37/+6
|
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-15/+10
|
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-10/+15
|
* draggable,droppable,sortable: properly implemented cssNamespace option ↵Paul Bakaus2009-01-071-2/+2
| | | | across plugins (selectable & resizable to go, so those options should stay undocumented until all plugins are converted. Fixes #3707)
* Happy New YearRichard Worth2009-01-031-1/+1
|
* Droppable: Fixed #3727: Use this._trigger for all callbacks/events.Scott González2009-01-031-5/+6
|
* droppable: missing default for option 'accept' (set to "*" = everything)Paul Bakaus2008-12-301-0/+1
|
* droppable: removed disabled default as it's provided by widget factoryRichard Worth2008-11-211-1/+0
|
* draggable, droppable, resizable, selectable, sortable: formatting changes - ↵Richard Worth2008-11-211-34/+43
| | | | | | moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins 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-52/+52
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-32/+32
|
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-101-2/+4
|
* droppable: defined some defaultsRichard Worth2008-11-081-2/+5
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-1/+1
|
* whitespaceRichard Worth2008-09-201-6/+6
|
* Reverted r695.Scott González2008-09-191-48/+48
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-48/+48
|
* droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the ↵Paul Bakaus2008-09-181-1/+1
| | | | | | actual droppable (instead of true) in the case of a drop. draggable: implemented patch that allows revert to be a callback, receives one argument which is the droppable (implements #3175)
* use $.isFunction instead of checking the constructorPaul Bakaus2008-09-161-2/+2
|
* Setting data.accept now works fine (Fixes #3386)Paul Bakaus2008-09-151-0/+13
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Internal methods: fixes #3195, #3196, #3200, #3201, #3209Chi Cheng2008-08-171-12/+12
|
* draggable,droppable: implemented cssNamespace option, if set to false/null, ↵Paul Bakaus2008-07-281-2/+5
| | | | it won't add a class to the element
* sortable: small fix that causes the scope default not to work correctlyPaul Bakaus2008-07-281-1/+1
|
* 1.8: initial version of tree component, dependant upon sortables and droppablesPaul Bakaus2008-07-281-11/+18
| | | | 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues
* Droppable .is(accept) on init() fixedEduardo Lundgren2008-07-141-1/+2
|
* core: added :data selector that matches elements that have data for a given key.Paul Bakaus2008-07-141-13/+8
| | | | droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2
* droppable: a small performance improvement by not using :visible, and ↵Paul Bakaus2008-07-031-1/+1
| | | | deferring to a simpler syntax of checking for diplay none (fixed bool)
* droppable: a small performance improvement by not using :visible, and ↵Paul Bakaus2008-07-031-1/+3
| | | | deferring to a simpler syntax of checking for diplay none
* Dropabble minor performance changesEduardo Lundgren2008-07-021-3/+2
|
* fixed #3010Paul Bakaus2008-06-261-1/+1
|
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
|
* fixed #2928 - Plugin instances should not be exposed in the ui parameter of ↵Richard Worth2008-06-071-1/+0
| | | | callbacks
* renamed source -> uiRichard Worth2008-06-071-0/+283