51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<xlib_symbol id='xVisibility'>
|
|
|
|
<copyright>Copyright 2003-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>Style</grp>
|
|
</groups>
|
|
<type>Function</type>
|
|
|
|
<description><![CDATA[Set and/or get the element's style.visibility]]></description>
|
|
|
|
<syntax>xVisibility(ele[, bShow])</syntax>
|
|
|
|
<parameters>
|
|
<par>
|
|
<name>ele</name>
|
|
<note><![CDATA[id string or object reference]]></note>
|
|
</par>
|
|
<par>
|
|
<name>bShow</name>
|
|
<note><![CDATA[true = show, false = hide]]></note>
|
|
</par>
|
|
</parameters>
|
|
|
|
<return>string</return>
|
|
|
|
<dependencies>
|
|
<dep>xGetElementById</dep>
|
|
<dep>xDef</dep>
|
|
</dependencies>
|
|
|
|
<demos>
|
|
<demo>
|
|
<url>http://cross-browser.com/toys/</url>
|
|
<note><![CDATA[Index of all X demos.]]></note>
|
|
</demo>
|
|
</demos>
|
|
|
|
<comments>
|
|
<comment>
|
|
<date></date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Improvements pending final discussion with Russell (zimzat.com)]]></note>
|
|
</comment>
|
|
</comments>
|
|
|
|
</xlib_symbol>
|