X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..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 @@ +Ext.panel.Proxy | Ext JS 4.0 Documentation +
For up to date documentation and features, visit +http://docs.sencha.com/ext-js/4-0

Sencha Documentation

+ + + + + +

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.

+
Defined By

Config Options

Other Configs

 
True to insert a placeholder proxy element +while dragging the panel, false to drag with no proxy (defaults to true). +...

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.

+
Defined By

Properties

 

 

+
Defined By

Methods

 
Proxy( +Object panel, Object config) + : void

 

+

Parameters

  • panel : Object

    The Ext.panel.Panel to proxy for

    +
  • config : Object

    Configuration options

    +

Returns

  • void    +
 

Gets the proxy's element

+

Gets the proxy's element

+

Returns

  • Element   

    The proxy's element

    +
 

Gets the proxy's ghost Panel

+

Gets the proxy's ghost Panel

+

Returns

  • Panel   

    The proxy's ghost Panel

    +
 

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.

+

Returns

  • Element   

    The proxy's element

    +
 

Hides the proxy

+

Hides the proxy

+

Returns

  • void    +
 
moveProxy( +HTMLElement parentNode, [HTMLElement before]) + : void
Moves the proxy to a different position in the DOM. This is typically +called while dragging the Panel to keep the pr...

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.

+

Parameters

  • parentNode : HTMLElement

    The proxy's parent DOM node

    +
  • before : HTMLElement

    (optional) The sibling node before which the +proxy should be inserted (defaults to the parent's last child if not +specified)

    +

Returns

  • void    +
 

Shows the proxy

+

Shows the proxy

+

Returns

  • void    +
\ No newline at end of file