dd-plugin.js revision 9eb94626cedb24875edf2f541cdceb32c6a96046
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * Simple Drag plugin that can be attached to a Node or Widget via the plug method.
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @module dd
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @submodule dd-plugin
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * Simple Drag plugin that can be attached to a Node or Widget via the plug method.
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @class Drag
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @extends DD.Drag
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @constructor
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @namespace Plugin
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley if (Y.Widget && config.host instanceof Y.Widget) {
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @property NAME
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @description dd-plugin
73f4d29ef46f9bbcb104b3dd54393c702848a0abBob Halley * @type {String}
* @description The Drag instance will be placed on the Node instance under the dd namespace. It can be accessed via Node.dd;
if (widget) {
_setWidgetCoords: function(e) {
updateStopPosition: function(e) {