Searched defs:DD (Results 1 - 1 of 1) sorted by relevance

/yui3/src/dd/js/
H A Ddrag-gestures.js3 * This module is the conditional loaded DD file to support gesture events.
4 * In the event that DD is loaded onto a device that support touch based events
5 * This module is loaded and over rides 2 key methods on DD.Drag and DD.DDM to
10 Y.DD.Drag.START_EVENT = 'gesturemovestart';
12 Y.DD.Drag.prototype._prep = function() {
13 Y.log('Using DD override prep to attach gesture events', 'info', 'drag-gestures');
15 var node = this.get('node'), DDM = Y.DD.DDM;
19 node.on(Y.DD.Drag.START_EVENT, Y.bind(this._handleMouseDownEvent, this), {
29 Y.DD
[all...]

Completed in 11 milliseconds