X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.panel.Proxy.html diff --git a/docs/api/Ext.panel.Proxy.html b/docs/api/Ext.panel.Proxy.html new file mode 100644 index 00000000..73d3a11e --- /dev/null +++ b/docs/api/Ext.panel.Proxy.html @@ -0,0 +1,81 @@ +
A custom drag proxy implementation specific to Ext.panel.Panels. This class +is primarily used internally for the Panel's drag drop implementation, and +should never need to be created directly.
+True to insert a placeholder proxy element +while dragging the panel, false to drag with no proxy (defaults to true). +Most Panels are not absolute positioned and therefore we need to reserve +this space.
+
The Ext.panel.Panel to proxy for
+Configuration options
+Gets the proxy element. This is the element that represents where the +Panel was before we started the drag operation.
+Gets the proxy element. This is the element that represents where the +Panel was before we started the drag operation.
+The proxy's element
+Moves the proxy to a different position in the DOM. This is typically +called while dragging the Panel to keep the proxy sync'd to the Panel's +location.
+The proxy's parent DOM node
+(optional) The sibling node before which the +proxy should be inserted (defaults to the parent's last child if not +specified)
+