summaryrefslogtreecommitdiff
path: root/lib/scripts/drag.js
Commit message (Collapse)AuthorAge
* deprecated drag.jsAndreas Gohr2011-07-04
|
* Do not cancel event bubble in dragAdrian Lang2010-07-28
|
* Various JavaScript fixesAdrian Lang2010-03-15
| | | | | | | | | * Syntax error fixed * lock refresh event is now attached to the whole edit form since it bubbles up and we cannot be sure that the wikitext input exists on all edit forms * Updated findPos(X|Y) * Easier and less error-prone way of getting the section edit button in the highlight mouseover event handler
* Fix pageX and pageY in IE’s JS eventsAdrian Lang2010-03-02
|
* Make drag inheritableAdrian Lang2010-01-19
| | | | darcs-hash:20091127112402-e4919-dc8340c03ef2d3b242302dcc228d56539eaf9e28.gz
* var declaration in drag.jsAndreas Gohr2009-11-28
| | | | | | Ignore-this: a5dbedead9ab55588f186a197b3409b darcs-hash:20091128114734-7ad00-9a97355005e1a28e9def5eb3505f714e92c124d6.gz
* Fixed IE compatibility for recent JavaScript changesAndreas Gohr2009-08-27
| | | | | | | | | Ignore-this: 62d43ad8ce4d6c506839a0da4a8ec40 Note: development is part of ICKE 2.0 project http://www.icke-projekt.de darcs-hash:20090827113438-6e07b-4378f3835e023b81dc12ce93e2c5b20cb8ad9a59.gz
* make dragged objects stylable via CSSAndreas Gohr2009-08-12
| | | | | | | | | | | | Ignore-this: ae47b532b80d10868e82e0ccc5c963d1 A DOM object that is dragged through the new drag Object gets the ondrag assigned. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz
* Script lib for draggable DOM objectsAndreas Gohr2009-08-12
Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1 This adds a simple object that can be attached to positioned DOM objects to make them draggable. This is useful for inplace dialogs. note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz