📄 ext.dd.ddproxy.html
字号:
<li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOver" href="output/Ext.dd.DragDrop.html#onDragOver">DragDrop</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-onInvalidDrop"></a> <b>onInvalidDrop</b>( <code>Event e</code> ) : void <div class="mdesc"> <div class="short">Abstract method called when this item is dropped on an area with nodrop target</div> <div class="long"> Abstract method called when this item is dropped on an area with nodrop target <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onInvalidDrop" href="output/Ext.dd.DragDrop.html#onInvalidDrop">DragDrop</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-onMouseDown"></a> <b>onMouseDown</b>( <code>Event e</code> ) : void <div class="mdesc"> <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div> <div class="long"> Event handler that fires when a drag/drop obj gets a mousedown <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mousedown event</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseDown" href="output/Ext.dd.DragDrop.html#onMouseDown">DragDrop</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-onMouseUp"></a> <b>onMouseUp</b>( <code>Event e</code> ) : void <div class="mdesc"> <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div> <div class="long"> Event handler that fires when a drag/drop obj gets a mouseup <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseUp" href="output/Ext.dd.DragDrop.html#onMouseUp">DragDrop</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-removeFromGroup"></a> <b>removeFromGroup</b>( <code>string sGroup</code> ) : void <div class="mdesc"> <div class="short">Remove's this instance from the supplied interaction group</div> <div class="long"> Remove's this instance from the supplied interaction group <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>sGroup</code> : string<div class="sub-desc">The group to drop</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeFromGroup" href="output/Ext.dd.DragDrop.html#removeFromGroup">DragDrop</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-removeInvalidHandleClass"></a> <b>removeInvalidHandleClass</b>( <code>string cssClass</code> ) : void <div class="mdesc"> <div class="short">Unsets an invalid css class</div> <div class="long"> Unsets an invalid css class <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the element(s) you wish tore-enable</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleClass" href="output/Ext.dd.DragDrop.html#removeInvalidHandleClass">DragDrop</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-removeInvalidHandleId"></a> <b>removeInvalidHandleId</b>( <code>string id</code> ) : void <div class="mdesc"> <div class="short">Unsets an invalid handle id</div> <div class="long"> Unsets an invalid handle id <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>id</code> : string<div class="sub-desc">the id of the element to re-enable</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleId" href="output/Ext.dd.DragDrop.html#removeInvalidHandleId">DragDrop</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-removeInvalidHandleType"></a> <b>removeInvalidHandleType</b>( <code>string tagName</code> ) : void <div class="mdesc"> <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div> <div class="long"> Unsets an excluded tag name set by addInvalidHandleType <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to unexclude</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleType" href="output/Ext.dd.DragDrop.html#removeInvalidHandleType">DragDrop</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-resetConstraints"></a> <b>resetConstraints</b>( <code>boolean maintainOffset</code> ) : void <div class="mdesc"> <div class="short">resetConstraints must be called if you manually reposition a dd element.</div> <div class="long"> resetConstraints must be called if you manually reposition a dd element. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>maintainOffset</code> : boolean<div class="sub-desc"></div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#resetConstraints" href="output/Ext.dd.DragDrop.html#resetConstraints">DragDrop</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-setDelta"></a> <b>setDelta</b>( <code>int iDeltaX</code>, <code>int iDeltaY</code> ) : void <div class="mdesc"> <div class="short">Sets the pointer offset. You can call this directly to force theoffset to be in a particular location (e.g., pass i...</div> <div class="long"> Sets the pointer offset. You can call this directly to force theoffset to be in a particular location (e.g., pass in 0,0 to set itto the center of the object) <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>iDeltaX</code> : int<div class="sub-desc">the distance from the left</div></li><li><code>iDeltaY</code> : int<div class="sub-desc">the distance from the top</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DD" ext:member="#setDelta" href="output/Ext.dd.DD.html#setDelta">DD</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-setDragElId"></a> <b>setDragElId</b>( <code>id {string}</code> ) : void <div class="mdesc"> <div class="short">Allows you to specify that an element other than the linked elementwill be moved with the cursor during a drag</div> <div class="long"> Allows you to specify that an element other than the linked elementwill be moved with the cursor during a drag <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to initiate the drag</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setDragElId" href="output/Ext.dd.DragDrop.html#setDragElId">DragDrop</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-setDragElPos"></a> <b>setDragElPos</b>( <code>int iPageX</code>, <code>int iPageY</code> ) : void <div class="mdesc"> <div class="short">Sets the drag element to the location of the mousedown or click event,maintaining the cursor location relative to th...</div> <div class="long"> Sets the drag element to the location of the mousedown or click event,maintaining the cursor location relative to the location on the elementthat was clicked. Override this if you want to place the element in alocation other than where the cursor is. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>iPageX</code> : int<div class="sub-desc">the X coordinate of the mousedown or drag event</div></li><li><code>iPageY</code> : int<div class="sub-desc">the Y coordinate of the mousedown or drag event</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -