summaryrefslogtreecommitdiffstats
path: root/lib/jquery.event.drag.custom.js
Commit message (Collapse)AuthorAgeFilesLines
* - CHANGED: removed unused files and added jquery.event.drop-2.9.min.jsmleibman2010-09-091-142/+0
| | | | | - ADDED: new grid method "getCellFromEvent" - ADDED: drag'n'drop example to "example9-row-reordering.html"
* Preserve license information in Google Closure Compiler outputMilan Gardian2010-02-121-29/+30
|
* Fixed text selection in cell editors.mleibman2009-12-181-3/+3
|
* CRLF -> LFmleibman2009-12-171-140/+140
|
* - Minor UI changes and bug fixes.michael.leibman2009-12-121-0/+141
- Modified jquery.event.drag plugin to expose "beforedragstart" event in order to be able to cancel out of drag while still allowing mousedown to be processed. - Initial checkin of the row reorder functionality along with a sample page ("example9-row-reordering.html"). Still need to figure out a good way to do single and multiple row selection and how it all works together with drag'n'drop.