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

54 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xlib_symbol id='xGetElePropsString'>
<copyright>Copyright 2002-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>Debug</grp>
</groups>
<type>Function</type>
<description><![CDATA[Debugging utility.]]></description>
<syntax>xGetElePropsString(ele, eleName[, newLine])</syntax>
<parameters>
<par>
<name>ele</name>
<note><![CDATA[]]></note>
</par>
<par>
<name>eleName</name>
<note><![CDATA[]]></note>
</par>
<par>
<name>newLine</name>
<note><![CDATA[]]></note>
</par>
</parameters>
<return>a string of element properties</return>
<dependencies>
<dep>xGetElePropsArray</dep>
</dependencies>
<demos>
<demo>
<url>http://cross-browser.com/x/examples/properties_report.php</url>
<note><![CDATA[a simple test]]></note>
</demo>
</demos>
<revisions>
<rev>
<num>1</num>
<date>12Mar05</date>
<author>mf</author>
<note><![CDATA[put in it's own file for use with XC]]></note>
</rev>
</revisions>
</xlib_symbol>