Class Ext.dd.PanelProxy
|
Package:
|
Ext.grid
|
|
Defined In:
|
.js
|
|
Class:
|
|
|
Extends:
|
Object
|
A custom drag proxy implementation specific to Ext.Panels. This class is primarily used internally
for the Panel's drag drop implementation, and should never need to be created directly.
配置项
| |
insertProxy : Boolean
True to insert a placeholder proxy ...
True to insert a placeholder proxy element while dragging the panel,
false to drag with no proxy (defaults to true).
|
PanelProxy
|
公告属性
这个类没有公告属性。
公共方法
| |
getEl
(
)
: Element
Gets the proxy's element
Gets the proxy's element
参数项:
返回:
Element The proxy's element
|
PanelProxy
|
| |
getGhost
(
)
: Element
Gets the proxy's ghost element
Gets the proxy's ghost element
参数项:
返回:
Element The proxy's ghost element
|
PanelProxy
|
| |
getProxy
(
)
: Element
Gets the proxy's element
Gets the proxy's element
参数项:
返回:
Element The proxy's element
|
PanelProxy
|
| |
hide
(
)
|
PanelProxy
|
| |
show
(
)
|
PanelProxy
|
| |
moveProxy
(
HTMLElement parentNode,
HTMLElement before
)
Moves the proxy to a different posi...
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.
to the parent's last child if not specified)
|
PanelProxy
|
公告事件
这个类没公共的事件。