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

51 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xlib_symbol id='xInnerHtml'>
<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></grp>
</groups>
<type>Function</type>
<description><![CDATA[A safe wrapper for element.innerHTML]]></description>
<syntax>xInnerHtml(e, sHtml)</syntax>
<parameters>
<par>
<name>e</name>
<note><![CDATA[id string or element reference]]></note>
</par>
<par>
<name>sHtml</name>
<note><![CDATA[string of text which can include html markup]]></note>
</par>
</parameters>
<return>string, element.innerHTML if it exists else null</return>
<dependencies>
<dep>xGetElementById</dep>
<dep>xStr</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>