Package: | Ext.dd |
Defined In: | PanelDD.js |
Class: | PanelProxy |
Extends: | Object |
Config Options | Defined By | |
---|---|---|
insertProxy : Boolean True to insert a placeholder proxy element while dragging the panel,
false to drag with no proxy (defaults to true). | PanelProxy |
Method | Defined By | |
---|---|---|
PanelProxy( panel The , config Configuration )
Parameters:
| PanelProxy | |
getEl()
:
Element Gets the proxy's element Gets the proxy's element Parameters:
| PanelProxy | |
getGhost()
:
Element Gets the proxy's ghost element Gets the proxy's ghost element Parameters:
| PanelProxy | |
getProxy()
:
Element Gets the proxy's element Gets the proxy's element Parameters:
| PanelProxy | |
hide()
:
void Hides the proxy Hides the proxy Parameters:
| PanelProxy | |
moveProxy( HTMLElement parentNode , [HTMLElement before ] )
:
voidMoves 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:
| PanelProxy | |
show()
:
void Shows the proxy Shows the proxy Parameters:
| PanelProxy |