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

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

?? bigridcell.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
字號(hào):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><!--
Generated using api.website.xsl version 2003-07-17
-->
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BiGridCell</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="api.css"><script type="text/javascript">

				function showDerivedClasses() {
					var ul = document.getElementById("api-derived-classes");
					var lis = ul.childNodes;
					var l = lis.length;
					for (var i = 1; i < l; i++)
						lis[i].style.display = "";
					lis[0].style.display = "none";
				}

			</script></head>
<body>
<h1 id="BiGridCell">BiGridCell</h1>
<p>
		This class represents a cell in a <code><a href="BiGridRow.html">grid row</a></code>.
	</p>
<p>This class extends
		<code><a href="BiObject.html">BiObject</a></code>
		and therefore all methods and fields available for
		<code><a href="BiObject.html">BiObject</a></code>
		are also available for <code>BiGridCell</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code>BiGridCell</code><ul id="api-derived-classes"><li><code><a href="BiGridChartCell.html">BiGridChartCell</a></code></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiGridCell(<span class="methodArgument">oData</span>)</code></p>
<h3>Parameters</h3>
<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>oData</code></td>
<td><code class="type">Object</code></td>
<td class="optional-column"></td>
<td></td>
<td>
				The data describing the cell. This is by default displayed as text on the cell.
			</td>
</tr>
</tbody>
</table>
<h2>Properties</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="get-header">get</td>
<td class="set-header">set</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="backColor"></a><code>backColor</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The background color name</td>
</tr>
<tr>
<td><a name="columnIndex"></a><code>columnIndex</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The column index of the cell</td>
</tr>
<tr>
<td><a name="created"></a><code>created</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				This is true when the cell has been drawn and has a visual
				representation. For this to be <code>true</code> the grid must have been
				created and drawn.
			</td>
</tr>
<tr>
<td><a name="cssClassName"></a><code>cssClassName</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the CSS class name used for the cell.
			</td>
</tr>
<tr>
<td><a name="data"></a><code>data</code></td>
<td><code class="type">Object</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>Returns the data</td>
</tr>
<tr>
<td><a name="foreColor"></a><code>foreColor</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The foreground color name</td>
</tr>
<tr>
<td><a name="grid"></a><code>grid</code></td>
<td><code class="type"><code><a href="BiGrid.html">BiGrid</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>Returns the grid component that the cell is part of</td>
</tr>
<tr>
<td><a name="height"></a><code>height</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the height of the cell.
			</td>
</tr>
<tr>
<td><a name="html"></a><code>html</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the HTML for the cell. This is used by the
				<code><a href="BiAbstractGrid.html#treeBodyHtml">BiAbstractGrid treeBodyHtml
				property</a></code> when drawing the grid.
			</td>
</tr>
<tr>
<td><a name="icon"></a><code>icon</code></td>
<td><code class="type"><code><a href="BiImage.html">BiImage</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the icon for the row. If you need different icons for different
				cells you should override this getter.
			</td>
</tr>
<tr>
<td><a name="iconHtml"></a><code>iconHtml</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the HTML used to draw the icon.
			</td>
</tr>
<tr>
<td><a name="labelHtml"></a><code>labelHtml</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the actual HTML to show on the cell. Override this to handle specific
				data. The default implementation uses <code>String(cell.getData())</code>
			</td>
</tr>
<tr>
<td><a name="row"></a><code>row</code></td>
<td><code class="type"><code><a href="BiGridRow.html">BiGridRow</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The row that the cell is part of</td>
</tr>
<tr>
<td><a name="rowIndex"></a><code>rowIndex</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The index of the row that the cell is part of</td>
</tr>
<tr>
<td><a name="selected"></a><code>selected</code></td>
<td><code class="type">Boolean</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>
				Whether the cell is selected or not. This should not be set when
				the selection mode for the grid is set to row selection.
			</td>
</tr>
<tr>
<td><a name="top"></a><code>top</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the top position relative to the grid.
			</td>
</tr>
<tr>
<td><a name="top"></a><code>top</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the left position relative to the grid.
			</td>
</tr>
<tr>
<td><a name="width"></a><code>width</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the width of the cell.
			</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#isIconCell">isIconCell</a></code></td>
<td>
				Returns <code>true</code> when the cell should display an icon. This
				asks the grid for the <code><a href="BiAbstractGrid.html#iconColumn">icon column</a></code>
				to decide whether this cell should show the icon.
			</td>
</tr>
<tr>
<td><code><a href="#scrollIntoView">scrollIntoView</a></code></td>
<td>Scrolls the grid component viewport so that the
				cell becomes visible inside the viewport if possible. The
				argument can be used to tell what edge of the viewport the cell
				should be aligned to.
			</td>
</tr>
<tr>
<td><code><a href="#scrollIntoViewX">scrollIntoViewX</a></code></td>
<td>Scrolls the grid component viewport horizontally so that the
				cell becomes visible inside the viewport if possible. The
				argument can be used to tell what edge of the viewport the cell
				should be aligned to.
			</td>
</tr>
<tr>
<td><code><a href="#scrollIntoViewY">scrollIntoViewY</a></code></td>
<td>Scrolls the grid component viewport vertically so that the
				cell becomes visible inside the viewport if possible. The
				argument can be used to tell what edge of the viewport the cell
				should be aligned to.
			</td>
</tr>
<tr>
<td><code><a href="#update">update</a></code></td>
<td>
				Updates the cell. This allows the grid to redraw only the current
				cell of the grid. This is useful when only a few items have
				changed and therefore the whole data of the grid does not need
				to be redrawn.
			</td>
</tr>
</tbody>
</table>
<h2>Events</h2>
<p>None.</p>
<h2>Static Methods</h2>
<p>None.</p>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>
		To change the way the cell is displayed after the grid is drawn use the
		<code><a href="#update">update</a></code> method.<br>
		<br>
		To change the way the cell displays the data override the <code><a href="#labelHtml">labelHtml</a></code>
		getter.
	</p>
<h2>Method Details</h2>
<h3><a name="isIconCell"></a>isIconCell</h3>
<p>
				Returns <code>true</code> when the cell should display an icon. This
				asks the grid for the <code><a href="BiAbstractGrid.html#iconColumn">icon column</a></code>
				to decide whether this cell should show the icon.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.isIconCell()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="scrollIntoView"></a>scrollIntoView</h3>
<p>Scrolls the grid component viewport so that the
				cell becomes visible inside the viewport if possible. The
				argument can be used to tell what edge of the viewport the cell
				should be aligned to.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.scrollIntoView([<span class="methodArgument">bTopLeft</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>bTopLeft</code></td>
<td><code class="type">void</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td><code>null</code></td>
<td>
						This describes the value to align the cell to relative
						to the viewport of the grid.<br>
						<br>
						<code>null</code> - Scroll as little as possible to make
							the cell visible in the grid viewport.<br>
						<code>true</code> - try to align the cell with the
						upper left edge of the grid viewport.<br>
						<code>false</code> - try to align the cell with the
						lower right edge of the grid viewport.
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="scrollIntoViewX"></a>scrollIntoViewX</h3>
<p>Scrolls the grid component viewport horizontally so that the
				cell becomes visible inside the viewport if possible. The
				argument can be used to tell what edge of the viewport the cell
				should be aligned to.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.scrollIntoViewX([<span class="methodArgument">bLeft</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>bLeft</code></td>
<td><code class="type">void</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td><code>null</code></td>
<td>
						This describes the value to align the cell to relative
						to the viewport of the grid.<br>
						<br>
						<code>null</code> - Scroll as little as possible to make
							the cell visible in the parent viewport.<br>
						<code>true</code> - try to align the cell with the
						left edge of the grid viewport.<br>
						<code>false</code> - try to align the cell with the
						right edge of the grid viewport.
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="scrollIntoViewY"></a>scrollIntoViewY</h3>
<p>Scrolls the grid component viewport vertically so that the
				cell becomes visible inside the viewport if possible. The
				argument can be used to tell what edge of the viewport the cell
				should be aligned to.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.scrollIntoViewY([<span class="methodArgument">bTop</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>bTop</code></td>
<td><code class="type">void</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td><code>null</code></td>
<td>
						This describes the value to align the cell to relative
						to the viewport of the grid.<br>
						<br>
						<code>null</code> - Scroll as little as possible to make
							the cell visible in the parent viewport.<br>
						<code>true</code> - try to align the cell with the
						upper edge of the grid viewport.<br>
						<code>false</code> - try to align the cell with the
						lower edge of the grid viewport.
					</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="update"></a>update</h3>
<p>
				Updates the cell. This allows the grid to redraw only the current
				cell of the grid. This is useful when only a few items have
				changed and therefore the whole data of the grid does not need
				to be redrawn.
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.update()</pre>
<h4>Parameters</h4>
<p>No arguments.</p>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
</body>
</html>

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区丝袜| 国产精品久久午夜| 成人精品小蝌蚪| 午夜精品久久久久久| 国产日本欧美一区二区| 欧美群妇大交群中文字幕| 成人一道本在线| 久久se精品一区精品二区| 亚洲自拍与偷拍| 国产精品午夜电影| 精品国产乱码久久久久久闺蜜| 日本精品一区二区三区四区的功能| 国产精品99久久久久| 奇米色一区二区| 一区二区三区四区在线免费观看| 国产日产欧产精品推荐色| 日韩一级大片在线| 欧美色偷偷大香| 色综合久久久久| 成人av电影在线观看| 国产麻豆精品视频| 久久机这里只有精品| 日韩电影一二三区| 日日欢夜夜爽一区| 午夜精品久久久久久久久| 亚洲一区二区精品视频| 亚洲欧美视频在线观看| 中文字幕制服丝袜一区二区三区| 久久久99久久| 久久美女高清视频| 久久久影视传媒| 精品91自产拍在线观看一区| 日韩亚洲欧美综合| 欧美videossexotv100| 欧美一级夜夜爽| 日韩一区二区不卡| 精品国产凹凸成av人网站| 精品久久久久久最新网址| 欧美不卡一区二区三区四区| 日韩三级视频在线看| 日韩欧美aaaaaa| 日韩精品一区二区三区中文精品| 欧美成人精品3d动漫h| 精品国产乱码久久久久久老虎| 日韩你懂的在线观看| 精品美女在线观看| 久久久久国产精品麻豆ai换脸| 久久久国产精华| 国产欧美精品一区二区三区四区 | 欧美精品一区男女天堂| 精品少妇一区二区三区免费观看| 日韩一区二区三区四区| 亚洲精品一区二区精华| 国产精品三级av在线播放| 综合婷婷亚洲小说| 亚洲精品高清视频在线观看| 一区二区不卡在线播放| 婷婷中文字幕综合| 毛片av一区二区| 懂色av噜噜一区二区三区av| av成人老司机| 欧美精品高清视频| 欧美一区二区视频网站| 久久网这里都是精品| 国产精品盗摄一区二区三区| 亚洲综合男人的天堂| 免费成人在线视频观看| 国产精品1024| 精品视频123区在线观看| 日韩精品一区二区在线观看| 中文字幕国产一区二区| 一区二区三区精品在线观看| 麻豆精品一区二区av白丝在线| 国产一区二区三区四| 色综合久久66| 欧美电影免费观看高清完整版在| 日本一二三不卡| 午夜精品久久久久久久久久久 | 欧美情侣在线播放| 久久综合久久综合亚洲| 亚洲人成精品久久久久| 蜜臀av性久久久久蜜臀av麻豆| 国产美女视频91| 欧美日韩一区二区三区在线| 精品国产一区二区三区四区四 | 欧美三级韩国三级日本三斤| 精品国产伦一区二区三区观看体验| 国产精品美女久久久久aⅴ | 黄网站免费久久| 色综合天天做天天爱| 欧美www视频| 亚洲一区在线观看免费| 国产999精品久久久久久绿帽| 欧美日韩夫妻久久| 国产精品国产a级| 久久99久久久久| 欧美亚洲国产一区在线观看网站 | 91福利国产成人精品照片| 欧美成人乱码一区二区三区| 一二三区精品福利视频| 国产精品123| 6080yy午夜一二三区久久| 中文字幕一区二区三区视频| 青青草原综合久久大伊人精品优势 | 亚洲一卡二卡三卡四卡无卡久久| 国产一区二区三区不卡在线观看| 精品视频一区二区三区免费| 中文字幕巨乱亚洲| 麻豆成人免费电影| 欧美日韩和欧美的一区二区| 中文字幕一区免费在线观看| 国产不卡在线播放| 久久蜜桃一区二区| 久久成人av少妇免费| 欧美中文字幕一区二区三区亚洲 | 亚洲四区在线观看| 国产精品影视在线观看| 91精品国产综合久久福利| 亚洲精品亚洲人成人网| 国产99久久久国产精品潘金| 精品999在线播放| 久久国产精品99久久人人澡| 欧美精品乱码久久久久久按摩 | 亚洲成a人v欧美综合天堂下载| 91亚洲精品乱码久久久久久蜜桃| 国产网站一区二区三区| 国产在线乱码一区二区三区| 日韩精品一区二区三区四区| 首页欧美精品中文字幕| 欧美亚洲国产一区在线观看网站 | 国产精品免费看片| 国产成人h网站| 国产蜜臀av在线一区二区三区| 国产精选一区二区三区| 久久免费电影网| 国产成人aaa| 国产精品美女久久久久aⅴ| 成人动漫一区二区| 中文字幕日韩精品一区| 99精品视频在线观看| 综合色天天鬼久久鬼色| 日本韩国精品一区二区在线观看| 亚洲欧美激情视频在线观看一区二区三区| 成人黄色片在线观看| 亚洲色图.com| 91福利资源站| 午夜精品福利一区二区蜜股av| 欧美欧美午夜aⅴ在线观看| 日韩国产精品91| 欧美大片拔萝卜| 国产麻豆日韩欧美久久| 国产精品欧美一级免费| 色婷婷综合久久久久中文| 夜夜爽夜夜爽精品视频| 欧美色成人综合| 免费精品视频在线| 久久蜜桃一区二区| 色哟哟在线观看一区二区三区| 亚洲在线免费播放| 91精品国产免费久久综合| 国产综合色在线| 亚洲欧美一区二区三区孕妇| 3d动漫精品啪啪| 国产精品一品二品| 亚洲精品亚洲人成人网| 91精品中文字幕一区二区三区| 麻豆精品在线观看| 国产精品久久久久久久久晋中| 在线观看国产日韩| 九九热在线视频观看这里只有精品| 国产欧美日韩另类一区| 欧美亚洲国产一区在线观看网站 | 精品一区二区国语对白| 亚洲欧洲一区二区三区| 欧美日韩中文一区| 国产一区二区三区精品视频| 自拍偷拍欧美精品| 日韩三级精品电影久久久| 成人黄色大片在线观看| 亚洲成人综合在线| 欧美激情一区二区在线| 在线观看欧美黄色| 国产麻豆一精品一av一免费 | 在线观看日韩电影| 国产夫妻精品视频| 亚洲成人你懂的| 欧美高清在线视频| 91精品国产91久久综合桃花| 波多野结衣在线aⅴ中文字幕不卡 波多野结衣在线一区 | 欧美精品粉嫩高潮一区二区| 国产v日产∨综合v精品视频| 午夜亚洲国产au精品一区二区| 久久久av毛片精品| 日韩限制级电影在线观看| 91小视频在线免费看| 国产精品原创巨作av| 免费人成网站在线观看欧美高清| 亚洲日本乱码在线观看| 久久人人爽爽爽人久久久| 4438x亚洲最大成人网|