40 lines
964 B
XML
40 lines
964 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<xlib_symbol id='xStopPropagation'>
|
|
|
|
<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>Event</grp>
|
|
</groups>
|
|
<type>Function</type>
|
|
|
|
<description><![CDATA[A cross-browser wrapper for event.stopPropagation]]></description>
|
|
|
|
<syntax>xStopPropagation(evt)</syntax>
|
|
|
|
<parameters>
|
|
<par>
|
|
<name>evt</name>
|
|
<note><![CDATA[the native event, if undefined will look for window.event]]></note>
|
|
</par>
|
|
</parameters>
|
|
|
|
<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>30Jul04</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Initial implementation.]]></note>
|
|
</rev>
|
|
</revisions>
|
|
|
|
</xlib_symbol>
|