61 lines
1.5 KiB
XML
61 lines
1.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<xlib_symbol id='xTableRowDisplay'>
|
|
|
|
<copyright>Copyright 2001-2005 Michael Foster (Cross-Browser.com)</copyright>
|
|
<license>Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL</license>
|
|
<groups>
|
|
<grp>Presentation</grp>
|
|
<grp>Table</grp>
|
|
</groups>
|
|
<type>Function</type>
|
|
|
|
<description><![CDATA[Sets the display of a table row.]]></description>
|
|
|
|
<syntax>xTableRowDisplay(bShow, sec, nRow)</syntax>
|
|
|
|
<parameters>
|
|
<par>
|
|
<name>bShow</name>
|
|
<note><![CDATA[if true show the row, else hide it]]></note>
|
|
</par>
|
|
<par>
|
|
<name>sec</name>
|
|
<note><![CDATA[ID or element reference of table, tHead, tBody or tFoot]]></note>
|
|
</par>
|
|
<par>
|
|
<name>nRow</name>
|
|
<note><![CDATA[zero-based row number]]></note>
|
|
</par>
|
|
</parameters>
|
|
|
|
<dependencies>
|
|
<dep>xgetelementbyid</dep>
|
|
</dependencies>
|
|
|
|
<demos>
|
|
<demo>
|
|
<url>http://cross-browser.com/x/examples/table_toys.php</url>
|
|
<note><![CDATA[table toys]]></note>
|
|
</demo>
|
|
</demos>
|
|
|
|
<comments>
|
|
<comment>
|
|
<date></date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Note: may not work in Safari v1.2. Reference: http://www.quirksmode.org/dom/w3c_html.html. Thanks Rob :-)]]></note>
|
|
</comment>
|
|
</comments>
|
|
|
|
<revisions>
|
|
<rev>
|
|
<num>1</num>
|
|
<date>30Jul04</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Initial release]]></note>
|
|
</rev>
|
|
</revisions>
|
|
|
|
</xlib_symbol>
|