📄 ext.dd.ddproxy.html
字号:
</div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#init" href="output/Ext.dd.DragDrop.html#init">DragDrop</a></td> </tr> <tr class="method-row alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.dd.DDProxy-initFrame"></a> <b>initFrame</b>() : void <div class="mdesc"> <div class="short">Initialization for the drag frame element. Must be called in theconstructor of all subclasses</div> <div class="long"> Initialization for the drag frame element. Must be called in theconstructor of all subclasses <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource">DDProxy</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-initTarget"></a> <b>initTarget</b>( <code>id the</code>, <code>String sGroup</code>, <code>object config</code> ) : void <div class="mdesc"> <div class="short">Initializes Targeting functionality only... the object does notget a mousedown handler.</div> <div class="long"> Initializes Targeting functionality only... the object does notget a mousedown handler. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</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="#initTarget" href="output/Ext.dd.DragDrop.html#initTarget">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-isLocked"></a> <b>isLocked</b>() : boolean <div class="mdesc"> <div class="short">Returns true if this instance is locked, or the drag drop mgr is locked(meaning that all drag/drop is disabled on th...</div> <div class="long"> Returns true if this instance is locked, or the drag drop mgr is locked(meaning that all drag/drop is disabled on the page.) <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</li> </ul> <strong>Returns:</strong> <ul> <li><code>boolean</code><div class="sub-desc">true if this obj or all drag/drop is locked, else false</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isLocked" href="output/Ext.dd.DragDrop.html#isLocked">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-isValidHandleChild"></a> <b>isValidHandleChild</b>( <code>HTMLElement node</code> ) : boolean <div class="mdesc"> <div class="short">Checks the tag exclusion list to see if this click should be ignored</div> <div class="long"> Checks the tag exclusion list to see if this click should be ignored <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>node</code> : HTMLElement<div class="sub-desc">the HTMLElement to evaluate</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>boolean</code><div class="sub-desc">true if this is a valid tag type, false if not</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isValidHandleChild" href="output/Ext.dd.DragDrop.html#isValidHandleChild">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-lock"></a> <b>lock</b>() : void <div class="mdesc"> <div class="short">Lock this instance</div> <div class="long"> Lock this instance <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</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="#lock" href="output/Ext.dd.DragDrop.html#lock">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-onAvailable"></a> <b>onAvailable</b>() : void <div class="mdesc"> <div class="short">Override the onAvailable method to do what is needed after the initialposition was determined.</div> <div class="long"> Override the onAvailable method to do what is needed after the initialposition was determined. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</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="#onAvailable" href="output/Ext.dd.DragDrop.html#onAvailable">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-onDrag"></a> <b>onDrag</b>( <code>Event e</code> ) : void <div class="mdesc"> <div class="short">Abstract method called during the onMouseMove event while dragging anobject.</div> <div class="long"> Abstract method called during the onMouseMove event while dragging anobject. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove 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="#onDrag" href="output/Ext.dd.DragDrop.html#onDrag">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-onDragDrop"></a> <b>onDragDrop</b>( <code>Event e</code>, <code>String|DragDrop[] id</code> ) : void <div class="mdesc"> <div class="short">Abstract method called when this item is dropped on another DragDropobj</div> <div class="long"> Abstract method called when this item is dropped on another DragDropobj <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the elementid this was dropped on. In INTERSECT mode, an array of dd items thiswas dropped on.</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="#onDragDrop" href="output/Ext.dd.DragDrop.html#onDragDrop">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-onDragEnter"></a> <b>onDragEnter</b>( <code>Event e</code>, <code>String|DragDrop[] id</code> ) : void <div class="mdesc"> <div class="short">Abstract method called when this element fist begins hovering overanother DragDrop obj</div> <div class="long"> Abstract method called when this element fist begins hovering overanother DragDrop obj <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the elementid this is hovering over. In INTERSECT mode, an array of one or moredragdrop items being hovered over.</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="#onDragEnter" href="output/Ext.dd.DragDrop.html#onDragEnter">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-onDragOut"></a> <b>onDragOut</b>( <code>Event e</code>, <code>String|DragDrop[] id</code> ) : void <div class="mdesc"> <div class="short">Abstract method called when we are no longer hovering over an element</div> <div class="long"> Abstract method called when we are no longer hovering over an element <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the elementid this was hovering over. In INTERSECT mode, an array of dd itemsthat the mouse is no longer over.</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="#onDragOut" href="output/Ext.dd.DragDrop.html#onDragOut">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-onDragOver"></a> <b>onDragOver</b>( <code>Event e</code>, <code>String|DragDrop[] id</code> ) : void <div class="mdesc"> <div class="short">Abstract method called when this element is hovering over anotherDragDrop obj</div> <div class="long"> Abstract method called when this element is hovering over anotherDragDrop obj <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the elementid this is hovering over. In INTERSECT mode, an array of dd itemsbeing hovered over.</div></li> </ul> <strong>Returns:</strong> <ul>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -