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

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

?? biselectionmodel.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁 / 共 3 頁
字號(hào):
<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="handleClick"></a>handleClick</h3>
<p>
				This should be called when the user clicks on an item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.handleClick(<span class="methodArgument">oItem</span>, <span class="methodArgument">oMouseEvent</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 that was clicked</td>
</tr>
<tr>
<td><code>oMouseEvent</code></td>
<td><code class="type"><code><a href="BiMouseEvent.html">BiMouseEvent</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The mouse event used in the mouse up event</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="handleDblClick"></a>handleDblClick</h3>
<p>
				This should be called when the user double clicks on an item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.handleDblClick(<span class="methodArgument">oItem</span>, <span class="methodArgument">oMouseEvent</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 that was double clicked</td>
</tr>
<tr>
<td><code>oMouseEvent</code></td>
<td><code class="type"><code><a href="BiMouseEvent.html">BiMouseEvent</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The mouse event used in the mouse up event</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="handleKeyDown"></a>handleKeyDown</h3>
<p>
				This should be called when the user presses down a key on the component
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.handleKeyDown(<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 keyboard event used in the key down event</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="handleMouseDown"></a>handleMouseDown</h3>
<p>
				This should be called when the user pressed down the mouse button on an item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.handleMouseDown(<span class="methodArgument">oItem</span>, <span class="methodArgument">oMouseEvent</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 that was pressed</td>
</tr>
<tr>
<td><code>oMouseEvent</code></td>
<td><code class="type"><code><a href="BiMouseEvent.html">BiMouseEvent</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The mouse event used in the mouse down event</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="handleMouseUp"></a>handleMouseUp</h3>
<p>
				This should be called when the user releases the mouse button on an item
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.handleMouseUp(<span class="methodArgument">oItem</span>, <span class="methodArgument">oMouseEvent</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 that the mouse up was triggered on</td>
</tr>
<tr>
<td><code>oMouseEvent</code></td>
<td><code class="type"><code><a href="BiMouseEvent.html">BiMouseEvent</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The mouse event used in the mouse up event</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="isBefore"></a>isBefore</h3>
<p>
				Returns whether the first item is before the second item in the component.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.isBefore(<span class="methodArgument">oItem1</span>, <span class="methodArgument">oItem2</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>oItem1</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 test if before</td>
</tr>
<tr>
<td><code>oItem2</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 test if after</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="isEqual"></a>isEqual</h3>
<p>
				Compares two items and returns true if they are equal. Override this
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.isEqual(<span class="methodArgument">oItem1</span>, <span class="methodArgument">oItem2</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>oItem1</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>Item one to compare</td>
</tr>
<tr>
<td><code>oItem2</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>Item two to compare</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="scrollItemIntoView"></a>scrollItemIntoView</h3>
<p>
				Scrolls the owner so that the item becomes visible.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.scrollItemIntoView(<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 scroll into view</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="selectAll"></a>selectAll</h3>
<p>Selects all items</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.selectAll()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="selectItemRange"></a>selectItemRange</h3>
<p>
				Selects the items passed as arguments and all the items between them
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.selectItemRange(<span class="methodArgument">oItem1</span>, <span class="methodArgument">oItem2</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>oItem1</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 first item to select</td>
</tr>
<tr>
<td><code>oItem2</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 last item to select</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setItemSelected"></a>setItemSelected</h3>
<p>
				Sets the item as selected (or deselected) and also updates the
				selected items collection.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setItemSelected(<span class="methodArgument">oItem</span>, <span class="methodArgument">bSelected</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 select or deselect</td>
</tr>
<tr>
<td><code>bSelected</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"></td>
<td></td>
<td>Whether to select or deselect</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="updateItemAnchorState"></a>updateItemAnchorState</h3>
<p>
				This is called when the anchor state of the item has changed.
				Override this to update the visuals to reflect the anchor state.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.updateItemAnchorState(<span class="methodArgument">oItem</span>, <span class="methodArgument">bAnchor</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 update the anchor state for</td>
</tr>
<tr>
<td><code>bAnchor</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"></td>
<td></td>
<td>Whether the item is the anchor item</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="updateItemLeadState"></a>updateItemLeadState</h3>
<p>
				This is called when the lead state of the item has changed.
				Override this to update the visuals to reflect the lead state.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.updateItemLeadState(<span class="methodArgument">oItem</span>, <span class="methodArgument">bLead</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 update the selected state for</td>
</tr>
<tr>
<td><code>bLead</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"></td>
<td></td>
<td>Whether the item is the lead item</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="updateItemSelectionState"></a>updateItemSelectionState</h3>
<p>
				This is called when the selection state of the item has changed.
				Override this to update the visuals to reflect the selected state.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.updateItemSelectionState(<span class="methodArgument">oItem</span>, <span class="methodArgument">bSelected</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 update the selected state for</td>
</tr>
<tr>
<td><code>bSelected</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"></td>
<td></td>
<td>Whether the item is selected</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
</body>
</html>

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩一区国产二区欧美三区| 美腿丝袜亚洲色图| 久久精品一区二区三区不卡| 精品久久久久一区二区国产| 26uuu久久综合| 久久久久99精品一区| 国产欧美视频在线观看| 国产日韩欧美一区二区三区乱码| 亚洲自拍偷拍av| 五月天中文字幕一区二区| 日韩影视精彩在线| 国产美女一区二区三区| 大尺度一区二区| 色综合天天综合网天天看片| 欧美在线观看一二区| 日韩午夜激情av| 性做久久久久久免费观看 | 91超碰这里只有精品国产| 欧美巨大另类极品videosbest | youjizz久久| 欧美在线短视频| 自拍偷在线精品自拍偷无码专区| 一区二区三区免费观看| 日韩高清不卡一区二区三区| 成人精品一区二区三区四区| 精品国产髙清在线看国产毛片| 国产精品久久午夜夜伦鲁鲁| 一区二区三区小说| 99国产精品一区| 欧美一级二级在线观看| 日本大胆欧美人术艺术动态| 欧美日韩亚洲综合在线| 欧美国产欧美亚州国产日韩mv天天看完整 | 久久久亚洲精品石原莉奈| 久久99精品久久久久久久久久久久| 成人午夜激情片| 一区视频在线播放| 久久 天天综合| 久久综合久久99| 国产一区 二区| 国产精品三级在线观看| 日本aⅴ精品一区二区三区| 色综合久久久久| 亚洲精品一线二线三线无人区| 久色婷婷小香蕉久久| 色综合久久综合网欧美综合网| 亚洲私人影院在线观看| 欧美视频在线播放| 亚洲欧美综合网| 在线观看成人免费视频| 日本一区中文字幕| 久久色视频免费观看| 成人av资源下载| 精品国产sm最大网站免费看| 国产精品一区二区不卡| 久久蜜桃一区二区| 成人av第一页| 丝袜诱惑制服诱惑色一区在线观看| 91精品国产综合久久久久| 国产一区二区三区电影在线观看| 中文字幕精品一区二区精品绿巨人| 北条麻妃国产九九精品视频| 亚洲自拍偷拍九九九| 欧美videossexotv100| 国产99久久久久| 久久精品人人做人人综合 | 国产精品18久久久久久久久| 欧美午夜电影一区| 精品无人码麻豆乱码1区2区| ...av二区三区久久精品| 91福利社在线观看| 一区二区三区在线视频播放 | 不卡一区二区中文字幕| 亚洲超碰97人人做人人爱| 久久精品视频在线看| 色就色 综合激情| 国产一区二区成人久久免费影院| 尤物av一区二区| 91免费版在线| 亚洲精品免费播放| 欧美成人性战久久| 欧美三级资源在线| 99天天综合性| 国产一区福利在线| 三级亚洲高清视频| 综合精品久久久| 欧美一区二区免费观在线| 久久国产视频网| 有码一区二区三区| 国产精品久久久久久久岛一牛影视| 欧美一区在线视频| 欧美视频在线一区| 91无套直看片红桃| 成人精品高清在线| 国产黄色精品网站| 久久电影网站中文字幕| 爽好久久久欧美精品| 亚洲自拍偷拍麻豆| 亚洲精品欧美在线| 国产欧美视频在线观看| 久久亚洲春色中文字幕久久久| 91精品在线免费观看| 91国产丝袜在线播放| 色一情一伦一子一伦一区| 99在线热播精品免费| 成人激情免费视频| 成a人片国产精品| 成人精品国产一区二区4080 | 欧洲色大大久久| 91丨九色丨黑人外教| www.日韩大片| 9色porny自拍视频一区二区| 成人网在线播放| av在线一区二区| 91欧美激情一区二区三区成人| 国产91精品在线观看| 国产99精品国产| 岛国精品一区二区| 成人精品在线视频观看| 99精品偷自拍| 欧美综合一区二区| 欧美精品九九99久久| 91精品国产高清一区二区三区 | 老司机精品视频在线| 久草精品在线观看| 国产美女精品人人做人人爽| 国产一区二区剧情av在线| 国产福利不卡视频| 成人国产视频在线观看| 一本色道久久综合精品竹菊| 精品视频1区2区3区| 欧美久久一区二区| 欧美电影免费观看高清完整版在| 91影视在线播放| 在线免费观看不卡av| 91精品综合久久久久久| 国产亚洲精品久| 专区另类欧美日韩| 午夜精品视频在线观看| 欧美性一级生活| 欧美肥胖老妇做爰| 久久久国产一区二区三区四区小说| 国产精品久久二区二区| 亚洲精品免费看| 久久99久久99| 99久久久无码国产精品| 7777精品久久久大香线蕉| 2欧美一区二区三区在线观看视频| 国产精品网友自拍| 亚洲午夜精品一区二区三区他趣| 中文字幕一区二区三| 亚洲电影视频在线| 国产福利一区二区| 91精品1区2区| 久久蜜桃av一区精品变态类天堂| 亚洲精品国产第一综合99久久| 免费欧美日韩国产三级电影| av一二三不卡影片| 欧美大片一区二区三区| 亚洲婷婷在线视频| 九九国产精品视频| 在线免费视频一区二区| 亚洲国产精品成人综合| 日本欧美在线观看| 在线免费观看日本一区| 国产亚洲一区二区三区四区| 日韩vs国产vs欧美| 99国产精品久久久| 久久久久久麻豆| 天天av天天翘天天综合网| 成人av资源网站| 精品国产一区二区三区四区四| 夜夜揉揉日日人人青青一国产精品| 国产麻豆精品久久一二三| 欧美日韩久久一区二区| 日韩视频在线观看一区二区| 夜夜精品视频一区二区| 国产98色在线|日韩| 91精品婷婷国产综合久久竹菊| 亚洲精品中文字幕乱码三区| 国产在线一区二区综合免费视频| 国产99久久久久久免费看农村| 911精品国产一区二区在线| 一区二区成人在线视频| 成人av第一页| 国产精品久久久久久亚洲伦| 黑人巨大精品欧美黑白配亚洲| 欧美精品色综合| 亚洲午夜久久久久久久久久久| 北条麻妃国产九九精品视频| 欧美国产激情一区二区三区蜜月| 精品一区二区三区免费| 91精品国产综合久久福利软件 | 亚洲日本丝袜连裤袜办公室| 国产超碰在线一区| 国产丝袜在线精品| 国产精品资源网| 国产日韩欧美亚洲| 国产成人免费网站| 中文一区二区在线观看|