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

54 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xlib_symbol id='xLeft'>
<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>Position</grp>
<grp>Style</grp>
</groups>
<type>Function</type>
<description><![CDATA[Return and optionally set the element's x coordinate.]]></description>
<syntax>xLeft(ele[, iX])</syntax>
<parameters>
<par>
<name>ele</name>
<note><![CDATA[id string or object reference]]></note>
</par>
<par>
<name>iX</name>
<note><![CDATA[integer x coordinate]]></note>
</par>
</parameters>
<return>integer</return>
<dependencies>
<dep>xGetElementById</dep>
<dep>xDef</dep>
<dep>xStr</dep>
<dep>xNum</dep>
</dependencies>
<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>