77 lines
1.7 KiB
XML
77 lines
1.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<xlib_symbol id='xTriStateImage'>
|
|
|
|
<copyright>Copyright 2004-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>Image</grp>
|
|
<grp>Object</grp>
|
|
</groups>
|
|
<type>Object</type>
|
|
|
|
<description><![CDATA[Image rollover with a third state - mousedown.]]></description>
|
|
|
|
<syntax>new xTriStateImage(idOut, urlOver, urlDown, fnUp)</syntax>
|
|
|
|
<parameters>
|
|
<par>
|
|
<name>idOut</name>
|
|
<note><![CDATA[]]></note>
|
|
</par>
|
|
<par>
|
|
<name>urlOver</name>
|
|
<note><![CDATA[]]></note>
|
|
</par>
|
|
<par>
|
|
<name>urlDown</name>
|
|
<note><![CDATA[]]></note>
|
|
</par>
|
|
<par>
|
|
<name>fnUp</name>
|
|
<note><![CDATA[]]></note>
|
|
</par>
|
|
</parameters>
|
|
|
|
<properties>
|
|
<prop>
|
|
<name></name>
|
|
<note><![CDATA[]]></note>
|
|
</prop>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dep>xIE4Up</dep>
|
|
</dependencies>
|
|
|
|
<demos>
|
|
<demo>
|
|
<url>http://cross-browser.com/x/examples/xtristateimage.php</url>
|
|
<note><![CDATA[3 state image rollovers]]></note>
|
|
</demo>
|
|
</demos>
|
|
|
|
<revisions>
|
|
<rev>
|
|
<num>3</num>
|
|
<date>11May05</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Add xIE4Up conditional to unload method (still unsure about this)]]></note>
|
|
</rev>
|
|
<rev>
|
|
<num>2</num>
|
|
<date>6Apr05</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Added missing semicolons to support XC compression]]></note>
|
|
</rev>
|
|
<rev>
|
|
<num>1</num>
|
|
<date>11Mar05</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[put in it's own file for use with XC]]></note>
|
|
</rev>
|
|
</revisions>
|
|
|
|
</xlib_symbol>
|