+
+
+
+
+
+
+
+
+ Class Plugin.Drop
+
+ - extends DD.Drop
+
+
+
+
+
+
+
+
+
+ This is a simple Drop plugin that can be attached to a Node via the plug method.
+
+
+
+
Constructor
+
+
+
Plugin.Drop
+
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
Properties
+
+
+
NAME
+ - {String}
+
+
+
+
+
+
+
+
+
+
NS
+ - {String}
+
+
+
+ The Drop instance will be placed on the Node instance under the drop namespace. It can be accessed via Node.drop;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Properties inherited from Attribute:
+
+
+
+
+
+
+
+
+
Properties inherited from Base:
+
+
+
+
+
+
+
+
+
+
Methods inherited from EventTarget:
+
+
+
+ _getType,
+
+
+ _parseType,
+
+
+ addTarget,
+
+
+ after,
+
+
+ before,
+
+
+ bubble,
+
+
+ detach,
+
+
+ detachAll,
+
+
+ fire,
+
+
+ getEvent,
+
+
+ on,
+
+
+ publish,
+
+
+ removeTarget,
+
+
+ subscribe,
+
+
+ unsubscribe,
+
+
+ unsubscribeAll
+
+
+
+
+
+
Methods inherited from Attribute:
+
+
+
+ _addAttrs,
+
+
+ _addLazyAttr,
+
+
+ _defAttrChangeFn,
+
+
+ _fireAttrChange,
+
+
+ _getAttr,
+
+
+ _getAttrInitVal,
+
+
+ _getAttrs,
+
+
+ _getStateVal,
+
+
+ _isLazyAttr,
+
+
+ _normAttrVals,
+
+
+ _protectAttrs,
+
+
+ _set,
+
+
+ _setAttr,
+
+
+ _setAttrs,
+
+
+ _setAttrVal,
+
+
+ _setStateVal,
+
+
+ addAttr,
+
+
+ addAttrs,
+
+
+ attrAdded,
+
+
+ get,
+
+
+ getAttrs,
+
+
+ modifyAttr,
+
+
+ removeAttr,
+
+
+ reset,
+
+
+ set,
+
+
+ setAttrs
+
+
+
+
+
+
Methods inherited from DD.Drop:
+
+
+
+ _activateShim,
+
+
+ _createEvents,
+
+
+ _createShim,
+
+
+ _deactivateShim,
+
+
+ _handleOut,
+
+
+ _handleOutEvent,
+
+
+ _handleOverEvent,
+
+
+ _handleOverTarget,
+
+
+ destructor,
+
+
+ inGroup,
+
+
+ initializer,
+
+
+ sizeShim
+
+
+
+
+
+
Methods inherited from Base:
+
+
+
+ _aggregateAttrs,
+
+
+ _defDestroyFn,
+
+
+ _defInitFn,
+
+
+ _destroyHierarchy,
+
+
+ _filterAttrCfs,
+
+
+ _getAttrCfgs,
+
+
+ _getClasses,
+
+
+ _initHierarchy,
+
+
+ _initHierarchyData,
+
+
+ destroy,
+
+
+ init,
+
+
+ toString
+
+
+
+
+
+
+
+
+
+
+
+
+
Events inherited from DD.Drop:
+
+
+
+
Events inherited from Base:
+
+
+
+
+
+
+
+
+