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

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

?? biselectionmodel.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁 / 共 3 頁
字號:
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getEnd"></a>getEnd</h3>
<p>
				Returns the item to navigate to when the end key is pressed.
				This should usually just return the last item.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getEnd(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getHome"></a>getHome</h3>
<p>
				Returns the item to navigate to when the home key is pressed.
				This should usually just return the first item.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getHome(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getItemHashCode"></a>getItemHashCode</h3>
<p>
				Returns a unique identifier for the item. Override this if your
				items are not instances of <code><a href="BiObject.html">BiObject</a></code>.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemHashCode(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiObject.html">BiObject</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>Item to get the hash code for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="getItemHeight"></a>getItemHeight</h3>
<p>
				Returns the height of the item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemHeight(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item to get the size for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getItemLeft"></a>getItemLeft</h3>
<p>
				Returns the left position of the item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemLeft(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item to get the position for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getItemSelected"></a>getItemSelected</h3>
<p>
				Returns whether the item is selected or not.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemSelected(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to check whether it is selected</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="getItemTop"></a>getItemTop</h3>
<p>
				Returns the top position of the item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemTop(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item to get the position for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getItemToSelect"></a>getItemToSelect</h3>
<p>
				Returns the next item to select (move to) when using the keyboard.
				Usually it is enough to override the needed methods among these:
				getLeft, getRight, getUp, getDown, getHome, getCtrlHome, getEnd,
				getCtrlEnd, getpageUp and getPageDown.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemToSelect(<span class="methodArgument">oKeyboardEvent</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oKeyboardEvent</code></td>
<td><code class="type"><code><a href="BiKeyboardEvent.html">BiKeyboardEvent</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The event object used for the keyboard event</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="getItemWidth"></a>getItemWidth</h3>
<p>
				Returns the width of the item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getItemWidth(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item to get the size for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getLeft"></a>getLeft</h3>
<p>
				Returns the item to navigate to when the left arrow key is pressed.
				This should usually just return the item to the left of the current one.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getLeft(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getNext"></a>getNext</h3>
<p>Gets the item coming next after the item</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getNext(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item to get the next from</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code></code></p>
<h3><a name="getPageDown"></a>getPageDown</h3>
<p>
				Returns the item to navigate to when the page down is pressed.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getPageDown(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getPageUp"></a>getPageUp</h3>
<p>
				Returns the item to navigate to when the page up key is pressed.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getPageUp(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getPrevious"></a>getPrevious</h3>
<p>Gets the item coming before after the item</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getPrevious(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The item to get the previous from</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code></code></p>
<h3><a name="getRight"></a>getRight</h3>
<p>
				Returns the item to navigate to when the right arrow key is pressed.
				This should usually just return the item to the right of the current one.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getRight(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oItem</code></td>
<td><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>The item that we want to get the new item relative to</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiComponent.html">BiComponent</a></code>/Object</code></p>
<h3><a name="getUp"></a>getUp</h3>
<p>
				Returns the item to navigate to when the up arrow key is pressed.
				This should usually just return the item above the current one.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getUp(<span class="methodArgument">oItem</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产乱子伦一区| 中文字幕中文字幕一区二区| 成人精品视频一区| 免费美女久久99| 亚洲欧美二区三区| 国产婷婷色一区二区三区在线| 精品1区2区3区| 成人精品视频.| 精品亚洲aⅴ乱码一区二区三区| 亚洲午夜羞羞片| 国产精品久久久久7777按摩| 欧美精品一区视频| 91精品国产高清一区二区三区| 97se亚洲国产综合自在线不卡| 狠狠网亚洲精品| 全国精品久久少妇| 亚洲国产精品久久久男人的天堂| 国产精品久久午夜夜伦鲁鲁| 精品国产sm最大网站免费看| 欧美日韩小视频| 欧美性生活影院| 99精品欧美一区二区蜜桃免费| 国精产品一区一区三区mba桃花 | 欧美成人vr18sexvr| 欧美体内she精高潮| 91麻豆精品一区二区三区| 国产成人免费9x9x人网站视频| 免费精品视频在线| 亚洲成人av一区二区三区| 一区二区三区在线观看网站| 国产精品狼人久久影院观看方式| 欧美激情一区三区| 久久一夜天堂av一区二区三区 | 在线播放日韩导航| 精品婷婷伊人一区三区三| 色婷婷久久久亚洲一区二区三区| 91在线视频在线| 日本韩国精品一区二区在线观看| 91香蕉视频mp4| 在线视频欧美精品| 欧美猛男gaygay网站| 欧美日韩亚洲不卡| 91精品国产美女浴室洗澡无遮挡| 日韩一区二区三区电影在线观看 | 高清在线观看日韩| 国产成人精品aa毛片| 成人视屏免费看| 99在线精品观看| 在线视频观看一区| 91精品欧美福利在线观看| 7777精品久久久大香线蕉| 欧美日韩国产综合一区二区三区| 正在播放亚洲一区| 精品久久久久一区| 国产无遮挡一区二区三区毛片日本| 国产日韩一级二级三级| 国产亚洲欧美色| 中文字幕亚洲欧美在线不卡| 悠悠色在线精品| 日韩精品一二三四| 国内外成人在线视频| 国产成人在线视频网站| 91免费精品国自产拍在线不卡| 欧美日韩亚洲综合在线 | 日韩免费一区二区| 国产女同互慰高潮91漫画| 18成人在线观看| 午夜精品久久久久| 国产黄色精品视频| 欧美亚洲高清一区| 欧美mv日韩mv国产| 亚洲欧洲av一区二区三区久久| 樱桃视频在线观看一区| 久久66热re国产| 色综合色狠狠天天综合色| 91精品国产美女浴室洗澡无遮挡| 久久久久久久综合日本| 亚洲精品成人a在线观看| 美洲天堂一区二卡三卡四卡视频| 成人午夜私人影院| 777a∨成人精品桃花网| 国产欧美精品日韩区二区麻豆天美| 一区二区三区不卡在线观看| 美国一区二区三区在线播放| av电影天堂一区二区在线观看| 欧美日韩不卡在线| 国产精品色呦呦| 日韩中文字幕亚洲一区二区va在线 | 成人黄色小视频在线观看| 欧美亚洲丝袜传媒另类| 亚洲精品一区二区三区影院| 亚洲影院免费观看| 国产不卡一区视频| 欧美一区中文字幕| 亚洲女人的天堂| 国产精品1区2区3区| 欧美日韩综合色| 国产精品美女久久久久久久久 | 首页国产欧美日韩丝袜| 国产成人精品综合在线观看 | 色噜噜狠狠色综合欧洲selulu| 日韩一区二区三区精品视频| 亚洲女同ⅹxx女同tv| 国产成人啪免费观看软件 | 亚洲免费三区一区二区| 国产在线精品一区二区不卡了 | 亚洲免费观看高清完整版在线 | 国产精品影视在线| 欧美日韩二区三区| 一区二区三区高清| 国产精品自拍毛片| 精品国产乱码久久久久久老虎| 亚洲bt欧美bt精品| 色88888久久久久久影院按摩| 久久久精品黄色| 久久精品国产第一区二区三区| 欧美视频一区二区三区在线观看| 国产精品无遮挡| 国产精品99久| 久久久久久综合| 韩国成人福利片在线播放| 欧美一区在线视频| 喷水一区二区三区| 欧美一区二区黄| 免费的成人av| 欧美电影免费观看高清完整版| 日韩av电影免费观看高清完整版在线观看 | 国产午夜一区二区三区| 黑人巨大精品欧美一区| 精品盗摄一区二区三区| 久久国产精品第一页| 日韩精品资源二区在线| 日本在线不卡视频一二三区| 欧美日韩国产中文| 丝袜亚洲精品中文字幕一区| 精品视频色一区| 视频一区二区不卡| 51久久夜色精品国产麻豆| 天天爽夜夜爽夜夜爽精品视频| 欧美精品99久久久**| 日韩精品亚洲专区| 欧美成va人片在线观看| 久久国产日韩欧美精品| 久久免费的精品国产v∧| 国产精品一区二区在线观看不卡| 久久香蕉国产线看观看99| 国产黄人亚洲片| 国产精品不卡一区二区三区| 色婷婷综合久久| 偷拍与自拍一区| 欧美成人video| 国产a精品视频| 亚洲黄色免费网站| 91精品在线观看入口| 久久99精品国产麻豆婷婷| 国产亚洲一区二区三区在线观看| av日韩在线网站| 午夜影院在线观看欧美| 欧美成人乱码一区二区三区| 国产成人精品免费一区二区| 亚洲日本在线观看| 欧美精品在线视频| 国产麻豆午夜三级精品| 欧美国产综合一区二区| 91福利在线观看| 日本不卡视频在线| 国产精品乱人伦一区二区| 欧美唯美清纯偷拍| 国产一区二区免费视频| 亚洲欧美日韩国产综合| 91精品国产福利在线观看| 国产成人午夜99999| 亚洲狠狠爱一区二区三区| 日韩精品一区二区三区视频| 成人h动漫精品一区二区| 天天综合色天天| 国产精品视频在线看| 欧美日韩一区中文字幕| 国产精品影视在线观看| 亚洲综合丁香婷婷六月香| 337p粉嫩大胆色噜噜噜噜亚洲| 99国产精品久久久久久久久久| 午夜精品福利在线| 国产精品免费久久| 日韩欧美电影一二三| 91色porny蝌蚪| 激情偷乱视频一区二区三区| 亚洲精品久久久久久国产精华液| 欧美成人性战久久| 欧美亚洲日本国产| 9色porny自拍视频一区二区| 日韩av二区在线播放| 亚洲情趣在线观看| 国产日产欧美一区| 日韩一区二区三区在线观看| 91在线免费看| 国产精品综合在线视频| 日本欧美韩国一区三区| 亚洲精品国产成人久久av盗摄| 久久午夜老司机|