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

/yui3/src/dd/js/
H A Ddd-drop-plugin.js3 * Simple Drop plugin that can be attached to a Node via the plug method.
8 * Simple Drop plugin that can be attached to a Node via the plug method.
9 * @class Drop
10 * @extends DD.Drop
16 var Drop = function(config) { function
18 Drop.superclass.constructor.apply(this, arguments);
26 Drop.NAME = "dd-drop-plugin";
29 * @description The Drop instance will be placed on the Node instance under the drop namespace. It can be accessed via Node.drop;
32 Drop.NS = "drop";
35 Y.extend(Drop,
[all...]
H A Ddrop.js3 * Provides the ability to create a Drop Target.
8 * Provides the ability to create a Drop Target.
9 * @class Drop
54 * @description Fires when a draggable node is dropped on this Drop Target. (Fired from dd-ddm-drop)
66 Drop = function() {
68 Drop.superclass.constructor.apply(this, arguments);
86 Drop.NAME = 'drop';
88 Drop.ATTRS = {
91 * @description Y.Node instanace to use as the element to make a Drop Target
98 Y.error('DD.Drop
[all...]

Completed in 21 milliseconds