亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ext.air.nativewindow.html.svn-base

?? PHP 知識管理系統(tǒng)(基于樹結(jié)構(gòu)的知識管理系統(tǒng)), 英文原版的PHP源碼。
?? SVN-BASE
?? 第 1 頁 / 共 3 頁
字號:
                </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
    </tr>
        <tr class="method-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-addListener"></a>
            <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
                        <div class="short">Appends an event handler to this component</div>
            <div class="long">
                Appends an event handler to this component    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handlerfunction. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configurationproperties. This may contain any of the following properties:<ul><li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li><li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li><li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li><li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayedby the specified number of milliseconds. If the event fires again within that time, the originalhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li></ul><br><p><b>Combining Options</b><br>Using the options argument, it is possible to combine different types of listeners:<br><br>A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {    single: true,    delay: 100,    forumId: 4});</code></pre><p><b>Attaching multiple handlers in 1 call</b><br>The method also allows for a single argument to be passed which is a config object containing propertieswhich specify multiple handlers.<p><pre><code>foo.on({    <em>'click'</em> : {        fn: <b>this</b>.onClick,        scope: <b>this</b>,        delay: 100    },    <em>'mouseover'</em> : {        fn: <b>this</b>.onMouseOver,        scope: <b>this</b>    },    <em>'mouseout'</em> : {        fn: <b>this</b>.onMouseOut,        scope: <b>this</b>    }});</code></pre><p>Or a shorthand syntax:<br><pre><code>foo.on({    <em>'click'</em> : <b>this</b>.onClick,    <em>'mouseover'</em> : <b>this</b>.onMouseOver,    <em>'mouseout'</em> : <b>this</b>.onMouseOut,     scope: <b>this</b>});</code></pre></div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>void</code></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
    </tr>
        <tr class="method-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-close"></a>
            <b>close</b>() : void            <div class="mdesc">
                        <div class="short">Closes the window</div>
            <div class="long">
                Closes the window    <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">NativeWindow</td>
    </tr>
        <tr class="method-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-fireEvent"></a>
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
            <div class="long">
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
    </tr>
        <tr class="method-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-getCenterXY"></a>
            <b>getCenterXY</b>() : x:            <div class="mdesc">
                        <div class="short">Returns the x/y coordinates for centering the windw on the screen</div>
            <div class="long">
                Returns the x/y coordinates for centering the windw on the screen    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li>None.</li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>x:</code><div class="sub-desc">Number, y: Number}</div></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">NativeWindow</td>
    </tr>
        <tr class="method-row alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-getNative"></a>
            <b>getNative</b>() : air.NativeWindow            <div class="mdesc">
                        <div class="short">Returns the air.NativeWindow instance</div>
            <div class="long">
                Returns the air.NativeWindow instance    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li>None.</li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>air.NativeWindow</code></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">NativeWindow</td>
    </tr>
        <tr class="method-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-hasListener"></a>
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
            <div class="long">
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
    </tr>
        <tr class="method-row alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-hide"></a>
            <b>hide</b>() : void            <div class="mdesc">
                        <div class="short">Hides the window</div>
            <div class="long">
                Hides the window    <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">NativeWindow</td>
    </tr>
        <tr class="method-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-isMaximized"></a>
            <b>isMaximized</b>() : Boolean            <div class="mdesc">
                        <div class="short">Returns true if this window is maximized</div>
            <div class="long">
                Returns true if this window is maximized    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li>None.</li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>Boolean</code></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">NativeWindow</td>
    </tr>
        <tr class="method-row alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-isMinimized"></a>
            <b>isMinimized</b>() : Boolean            <div class="mdesc">
                        <div class="short">Returns true if this window is minimized</div>
            <div class="long">
                Returns true if this window is minimized    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li>None.</li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>Boolean</code></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">NativeWindow</td>
    </tr>
        <tr class="method-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-moveTo"></a>
            <b>moveTo</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : void            <div class="mdesc">
                        <div class="short">Moves the window to the passed xy and y coordinates</div>
            <div class="long">
                Moves the window to the passed xy and y coordinates    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>x</code> : Number<div class="sub-desc"></div></li><li><code>y</code> : Number<div class="sub-desc"></div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>void</code></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource">NativeWindow</td>
    </tr>
        <tr class="method-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-on"></a>
            <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
            <div class="long">
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handlerfunction. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>void</code></li>
        </ul>
    </div>
                </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
    </tr>
        <tr class="method-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.air.NativeWindow-purgeListeners"></a>
            <b>purgeListeners</b>() : void            <div class="mdesc">
                        <div class="short">Removes all listeners for this object</div>
            <div class="long">
                Removes all listeners for this object    <div class="mdetail-params">
        <strong>Parameters:</strong>
        <ul><li>None.</li>        </ul>
        <strong>Returns:</strong>
        <ul>
            <li><code>void</code></li>

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
裸体一区二区三区| 高清久久久久久| 久久久蜜臀国产一区二区| 色av成人天堂桃色av| 久久99精品久久久久久国产越南| 《视频一区视频二区| 日韩精品一区二区三区视频在线观看| av午夜一区麻豆| 国产成人在线视频网址| 三级精品在线观看| 一区二区欧美视频| 国产精品你懂的| 久久久亚洲午夜电影| 欧美精品 国产精品| 色悠久久久久综合欧美99| 国产在线精品一区在线观看麻豆| 一区二区成人在线| 综合久久综合久久| 中文天堂在线一区| 久久综合九色综合97婷婷女人| 欧美日韩精品一区二区| 色综合中文综合网| 91美女精品福利| 狠狠色丁香久久婷婷综合丁香| 午夜精品一区在线观看| 亚洲免费观看高清完整版在线| 国产午夜精品一区二区三区四区| 欧美一级高清片| 欧美日韩色综合| 欧美三级中文字| 欧美亚洲愉拍一区二区| 99视频在线精品| 不卡一区二区中文字幕| 国产麻豆精品95视频| 精品亚洲成a人在线观看| 秋霞午夜av一区二区三区| 亚洲国产乱码最新视频| 亚洲最大成人网4388xx| 亚洲综合色成人| 亚洲综合免费观看高清完整版 | 亚洲国产成人tv| 亚洲一区视频在线观看视频| 自拍偷拍国产精品| 自拍偷拍亚洲欧美日韩| 亚洲乱码国产乱码精品精的特点| 中文字幕一区二区三| 亚洲欧洲精品一区二区三区| 欧美韩国日本综合| 最新国产精品久久精品| 亚洲欧美国产高清| 亚洲第一激情av| 蜜桃av噜噜一区| 九九精品视频在线看| 国产精品 日产精品 欧美精品| 国产成+人+日韩+欧美+亚洲| 国产suv精品一区二区883| 成人黄色网址在线观看| 91麻豆免费看片| 欧美日韩亚洲高清一区二区| 日韩一卡二卡三卡四卡| 国产亚洲综合av| 亚洲美女少妇撒尿| 日韩av不卡在线观看| 国产一区二区三区综合| www.日本不卡| 欧美精品一级二级三级| 精品久久国产老人久久综合| 中文字幕乱码久久午夜不卡| 亚洲美女区一区| 麻豆精品视频在线观看| 成人sese在线| 欧美日韩和欧美的一区二区| 精品欧美黑人一区二区三区| 国产精品美日韩| 日韩精品一二三区| www.视频一区| 日韩一区二区三区在线视频| 国产精品美女久久久久久久| 亚洲1区2区3区4区| 国产福利一区二区三区视频| 欧洲av一区二区嗯嗯嗯啊| 精品久久久网站| 亚洲自拍都市欧美小说| 国产麻豆精品在线| 欧美日韩成人激情| 国产欧美日韩麻豆91| 亚洲高清免费视频| 国产91精品久久久久久久网曝门| 欧美性大战久久久久久久蜜臀| 欧美成人三级电影在线| 亚洲男女一区二区三区| 国产一区美女在线| 欧美日韩三级视频| 中文字幕一区二区在线观看| 三级欧美在线一区| 日本道在线观看一区二区| 久久久精品tv| 日韩av中文在线观看| 91视视频在线直接观看在线看网页在线看| 欧美高清www午色夜在线视频| 国产精品国产三级国产普通话蜜臀 | 美女视频一区二区三区| 在线观看视频欧美| 欧美激情一区二区三区不卡| 蜜臀av性久久久久av蜜臀妖精| 92精品国产成人观看免费| 久久综合色婷婷| 日韩不卡手机在线v区| 色老汉av一区二区三区| 国产精品理伦片| 国产一区二区精品在线观看| 欧美日韩免费高清一区色橹橹| 国产精品国产三级国产普通话99 | 欧美精品18+| 亚洲激情男女视频| 99re热视频精品| 国产校园另类小说区| 久久99九九99精品| 日韩三级伦理片妻子的秘密按摩| 亚洲成人精品影院| 欧日韩精品视频| 亚洲激情欧美激情| 91视频观看视频| 综合分类小说区另类春色亚洲小说欧美| 国产91清纯白嫩初高中在线观看| 精品福利一区二区三区免费视频| 日本中文字幕一区| 欧美精品v国产精品v日韩精品| 亚州成人在线电影| 欧美日韩日日摸| 亚洲成人动漫在线观看| 欧美影院一区二区| 亚洲一区二区在线免费观看视频| 色综合久久66| 亚洲一区二区三区免费视频| 色婷婷国产精品| 亚洲一区二区三区中文字幕在线| 91免费观看国产| 一区二区三区在线播| 91成人国产精品| 午夜精品影院在线观看| 欧美一卡二卡在线观看| 欧美aaa在线| 欧美mv日韩mv国产网站| 国产自产2019最新不卡| 久久久久久免费毛片精品| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 91极品视觉盛宴| 午夜免费久久看| 91麻豆精品国产91久久久久久 | 亚洲一区中文日韩| 欧美精品九九99久久| 青青草伊人久久| 久久人人97超碰com| 国产成人av网站| 国产精品福利电影一区二区三区四区| 99久久伊人网影院| 午夜精品一区二区三区电影天堂| 91精品国产全国免费观看| 狠狠色丁香久久婷婷综| 久久精品视频在线免费观看| 99久久久精品| 日本亚洲三级在线| 中文字幕精品综合| 欧美人与禽zozo性伦| 久久国内精品视频| 中文幕一区二区三区久久蜜桃| 在线看国产日韩| 久久97超碰色| 亚洲欧美日韩国产一区二区三区| 欧美日本一区二区三区四区| 国产美女精品人人做人人爽| 亚洲欧美一区二区三区国产精品 | 综合久久给合久久狠狠狠97色| 欧美性大战久久久| 国产精品伊人色| 一个色妞综合视频在线观看| 日韩欧美资源站| 99久久精品国产毛片| 石原莉奈在线亚洲三区| 国产精品久久免费看| 欧美色综合天天久久综合精品| 久久精品国产99国产精品| 日韩伦理电影网| 日韩一级黄色片| 93久久精品日日躁夜夜躁欧美| 青青草精品视频| 一区二区三区在线免费| 久久久久久毛片| 欧美一区二区三区日韩| 99久久99精品久久久久久| 久久草av在线| 亚洲成av人片一区二区梦乃| 国产人妖乱国产精品人妖| 欧美精品一级二级三级| 99精品视频在线免费观看| 国产中文一区二区三区| 亚洲3atv精品一区二区三区| 国产精品家庭影院| 久久久久综合网|