pandorafms/pandora_console/include/styles/cb/lib/xdef.xml

43 lines
1.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xlib_symbol id='xDef'>
<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>Type</grp>
<grp></grp>
</groups>
<type>Function</type>
<description><![CDATA[Determine if all arguments are 'defined'.]]></description>
<syntax>xDef(ref[, ...])</syntax>
<parameters>
<par>
<name>...</name>
<note><![CDATA[Can take any number and any type of arguments]]></note>
</par>
</parameters>
<return>True if none of the arguments == 'undefined', else false.</return>
<demos>
<demo>
<url>http://cross-browser.com/toys/</url>
<note><![CDATA[Index of all X demos.]]></note>
</demo>
</demos>
<revisions>
<rev>
<num>1</num>
<date>31Mar04</date>
<author>mf</author>
<note><![CDATA[put in it's own file for use with XC]]></note>
</rev>
</revisions>
</xlib_symbol>