X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/DD.html diff --git a/docs/source/DD.html b/docs/source/DD.html index 5365e048..96d2f1e8 100644 --- a/docs/source/DD.html +++ b/docs/source/DD.html @@ -24,22 +24,23 @@ */ -/** - * @class Ext.dd.DD +/** + * @class Ext.dd.DD * A DragDrop implementation where the linked element follows the * mouse cursor during a drag. * @extends Ext.dd.DragDrop - * @constructor - * @param {String} id the id of the linked element - * @param {String} sGroup the group of related DragDrop items - * @param {object} config an object containing configurable attributes - * Valid properties for DD: - * scroll */ - Ext.define('Ext.dd.DD', { extend: 'Ext.dd.DragDrop', requires: ['Ext.dd.DragDropManager'], + + /** + * Creates new DD instance. + * @param {String} id the id of the linked element + * @param {String} sGroup the group of related DragDrop items + * @param {object} config an object containing configurable attributes. + * Valid properties for DD: scroll + */ constructor: function(id, sGroup, config) { if (id) { this.init(id, sGroup, config);