⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bigridpanel.html

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 HTML
字号:
<!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>BiGridPanel</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="BiGridPanel">BiGridPanel</h1><p>This layout component positions and sizes its children in a simple grid where the columns and rows are decided using string patterns much like the way the rows and cols attribute for HTML framesets decides the size and position of the frames.</p><p>This class extends		<code><a href="BiComponent.html">BiComponent</a></code>		and therefore all methods and fields available for		<code><a href="BiComponent.html">BiComponent</a></code>		are also available for <code>BiGridPanel</code>.</p><ul class="partial-class-tree"><li><code><a href="BiObject.html">BiObject</a></code><ul><li><code><a href="BiEventTarget.html">BiEventTarget</a></code><ul><li><code><a href="BiComponent.html">BiComponent</a></code><ul><li><code>BiGridPanel</code><ul id="api-derived-classes"></ul></li></ul></li></ul></li></ul></li></ul><h2>Constructor</h2><p><code>	new BiGridPanel([<span class="methodArgument">sRows</span> [, <span class="methodArgument">sCols</span> [, <span class="methodArgument">nHGap</span> [, <span class="methodArgument">nVGap</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>sRows</code></td><td><code class="type">String</code></td><td class="optional-column"><img src="check.png" alt="checked"></td><td></td><td>Row heights pattern </td></tr><tr><td><code>sCols</code></td><td><code class="type">String</code></td><td class="optional-column"><img src="check.png" alt="checked"></td><td></td><td>Column widths pattern </td></tr><tr><td><code>nHGap</code></td><td><code class="type">Number</code></td><td class="optional-column"><img src="check.png" alt="checked"></td><td></td><td>The horizontal gap between columns </td></tr><tr><td><code>nVGap</code></td><td><code class="type">Number</code></td><td class="optional-column"><img src="check.png" alt="checked"></td><td></td><td>The vertical gap between rows </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="cols"></a><code>cols</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>This is a string representing the column widths. It is a comma seperated string of column sizes. See the remarks for more info.</td></tr><tr><td><a name="hGap"></a><code>hGap</code></td><td><code class="type">Number</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 horizontal gap between the columns</td></tr><tr><td><a name="rows"></a><code>rows</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>This is a string representing the row heights. It is a comma seperated string of row sizes. See the remarks for more info.</td></tr><tr><td><a name="vGap"></a><code>vGap</code></td><td><code class="type">Number</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 vertical gap between the rows</td></tr></tbody></table><h2>Methods</h2><p>None.</p><h2>Events</h2><p>None.</p><h2>Static Methods</h2><p>None.</p><h2>Static Fields</h2><p>None.</p><h2>Remarks</h2><p>The syntax for the rows and cols is similar to how HTML framesets 			size their frames. These properties take a comma separated string             of sizes. Sizes can be of the following formats:<br>		             75 - 75 px<br>		             25% - 25% of the client size of the<code><a href="BiGridPanel.html">BiGridPanel</a></code> component<br>		             * - Remaining space<br>		             1.5* - Weighted remaining space. This is used when more than one of             the sizes contains a '*' to decide how to distribute the size.<br>				<br>		             Below is the syntax for the cols and rows properties:<br>				<code>ROWS = SIZE ( ',' SIZE ) *<br>			             COLS = SIZE ( ',' SIZE ) *<br>			             SIZE = NUMBER<br>			                  | NUMBER '%'<br>			                  | '*'<br>			                  | NUMBER '*'</code>	</p></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -