cvs: peardoc /en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect setelementtemplate.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1233228630@cvsserver> |
farell Thu Jan 29 11:30:30 2009 UTC
Modified files:
/peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect
setelementtemplate.xml
Log:
setElementTemplate() function signature changed (but keep BC)
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect/setelementtemplate.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect/setelementtemplate.xml
diff -u peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect/setelementtemplate.xml:1.4 peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect/setelementtemplate.xml:1.5
--- peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect/setelementtemplate.xml:1.4 Thu Jan 22 16:32:39 2009
+++ peardoc/en/package/html/html-quickform-advmultiselect/html-quickform-advmultiselect/setelementtemplate.xml Thu Jan 29 11:30:29 2009
@@ -12,7 +12,16 @@
</funcsynopsisinfo>
<funcprototype>
<funcdef>void <function>HTML_QuickForm_advmultiselect::setElementTemplate</function></funcdef>
- <paramdef choice="req">string <parameter>$html</parameter></paramdef>
+ <paramdef choice="opt">
+ string
+ <parameter>$html</parameter>
+ <initializer>NULL</initializer>
+ </paramdef>
+ <paramdef choice="opt">
+ boolean
+ <parameter>$js</parameter>
+ <initializer>TRUE</initializer>
+ </paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
@@ -184,7 +193,18 @@
</term>
<listitem>
<para>
- The HTML surrounding select boxes and buttons
+ (optional) The HTML surrounding select boxes and buttons
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ &type.bool;
+ <parameter>$js</parameter>
+ </term>
+ <listitem>
+ <para>
+ (optional) if we need to include qfams javascript handler
</para>
</listitem>
</varlistentry>