first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
@@ -0,0 +1,44 @@
YUI.add('dd-drop-plugin', function (Y, NAME) {
/**
* Simple Drop plugin that can be attached to a Node via the plug method.
* @module dd
* @submodule dd-drop-plugin
*/
/**
* Simple Drop plugin that can be attached to a Node via the plug method.
* @class Drop
* @extends DD.Drop
* @constructor
* @namespace Plugin
*/
var Drop = function(config) {
config.node = config.host;
Drop.superclass.constructor.apply(this, arguments);
};
/**
* dd-drop-plugin
* @property NAME
* @type {String}
*/
Drop.NAME = "dd-drop-plugin";
/**
* The Drop instance will be placed on the Node instance under the drop namespace. It can be accessed via Node.drop;
* @property NS
* @type {String}
*/
Drop.NS = "drop";
Y.extend(Drop, Y.DD.Drop);
Y.namespace('Plugin');
Y.Plugin.Drop = Drop;
}, '3.18.1', {"requires": ["dd-drop"]});
@@ -0,0 +1 @@
YUI.add("dd-drop-plugin",function(e,t){var n=function(e){e.node=e.host,n.superclass.constructor.apply(this,arguments)};n.NAME="dd-drop-plugin",n.NS="drop",e.extend(n,e.DD.Drop),e.namespace("Plugin"),e.Plugin.Drop=n},"3.18.1",{requires:["dd-drop"]});
@@ -0,0 +1,44 @@
YUI.add('dd-drop-plugin', function (Y, NAME) {
/**
* Simple Drop plugin that can be attached to a Node via the plug method.
* @module dd
* @submodule dd-drop-plugin
*/
/**
* Simple Drop plugin that can be attached to a Node via the plug method.
* @class Drop
* @extends DD.Drop
* @constructor
* @namespace Plugin
*/
var Drop = function(config) {
config.node = config.host;
Drop.superclass.constructor.apply(this, arguments);
};
/**
* dd-drop-plugin
* @property NAME
* @type {String}
*/
Drop.NAME = "dd-drop-plugin";
/**
* The Drop instance will be placed on the Node instance under the drop namespace. It can be accessed via Node.drop;
* @property NS
* @type {String}
*/
Drop.NS = "drop";
Y.extend(Drop, Y.DD.Drop);
Y.namespace('Plugin');
Y.Plugin.Drop = Drop;
}, '3.18.1', {"requires": ["dd-drop"]});