Class Ext.dd.DDProxy
Object
|
+--Ext.dd.DragDrop
|
+--Ext.dd.DD
|
+--Ext.dd.DDProxy
- class
Ext.dd.DDProxy
- extends Ext.dd.DD
Ext.dd.DDProxy
A DragDrop implementation that inserts an empty, bordered div into
the document that follows the cursor during drag operations. At the time of
the click, the frame div is resized to the dimensions of the linked html
element, and moved to the exact location of the linked element.
References to the "frame" element refer to the single proxy element that
was created to be dragged in place of all DDProxy elements on the
page.
Defined in DDProxy.js
dragElId
<static> String dragElId
The default drag frame div id
Ext.dd.DDProxy
Ext.dd.DDProxy(<String> id, <String> sGroup, <object> config)
Parameters:
id - the id of the linked html element
sGroup - the group of related DragDrop objects
config - an object containing configurable attributes Valid properties for DDProxy in addition to those in DragDrop: resizeFrame, centerFrame, dragElId
Documentation generated by
JSDoc on Mon May 12 18:11:30 2008