[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /en/package/html html-table.xml  /en/package/html/html-table intro.xml  /en/
From:       "Mark Wiesemann" <wiesemann () php ! net>
Date:       2007-04-29 15:27:02
Message-ID: cvswiesemann1177860422 () cvsserver
[Download RAW message or body]

wiesemann		Sun Apr 29 15:27:02 2007 UTC

  Added files:                 
    /peardoc/en/package/html/html-table/html-table	addbody.xml 

  Modified files:              
    /peardoc/en/package/html	html-table.xml 
    /peardoc/en/package/html/html-table	intro.xml 
    /peardoc/en/package/html/html-table/html-table	addcol.xml 
                                                  	addrow.xml 
                                                  	altrowattributes.xml 
                                                  	getautofill.xml 
                                                  	getautogrow.xml 
                                                  	getbody.xml 
                                                  	getcellattributes.xml 
                                                  	getcellcontents.xml 
                                                  	getcolcount.xml 
                                                  	getrowattributes.xml 
                                                  	getrowcount.xml 
                                                  	setallattributes.xml 
                                                  	setautofill.xml 
                                                  	setautogrow.xml 
                                                  	setcellattributes.xml 
                                                  	setcellcontents.xml 
                                                  	setcolattributes.xml 
                                                  	setcolcount.xml 
                                                  	setcoltype.xml 
                                                  	setheadercontents.xml 
                                                  	setrowattributes.xml 
                                                  	setrowcount.xml 
                                                  	setrowtype.xml 
                                                  	updateallattributes.xml 
                                                  	updatecellattributes.xml 
                                                  	updatecolattributes.xml 
                                                  	updaterowattributes.xml 
  Log:
  - documentation update for new feature in version 1.8.0
    (white-space clean-up follows later)
  - update getColCount() documentation ($row param wasn't documented)
  - fix weird indentation of example output
    
  
["wiesemann-20070429152702.txt" (text/plain)]

http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table.xml?r1=1.7&r2=1.8&diff_format=u
                
Index: peardoc/en/package/html/html-table.xml
diff -u peardoc/en/package/html/html-table.xml:1.7 \
                peardoc/en/package/html/html-table.xml:1.8
--- peardoc/en/package/html/html-table.xml:1.7	Sat Oct 21 10:46:07 2006
+++ peardoc/en/package/html/html-table.xml	Sun Apr 29 15:27:01 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <sect1 id="package.html.html-table">
  <title>HTML_Table</title>
 
@@ -14,6 +14,7 @@
  
  &package.html.html-table.html-table.html-table;
 
+ &package.html.html-table.html-table.addbody;
  &package.html.html-table.html-table.addcol;
  &package.html.html-table.html-table.addrow; 
  &package.html.html-table.html-table.altrowattributes; 
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/intro.xml?r1=1.6&r2=1.7&diff_format=u
                
Index: peardoc/en/package/html/html-table/intro.xml
diff -u peardoc/en/package/html/html-table/intro.xml:1.6 \
                peardoc/en/package/html/html-table/intro.xml:1.7
--- peardoc/en/package/html/html-table/intro.xml:1.6	Tue May  2 19:28:35 2006
+++ peardoc/en/package/html/html-table/intro.xml	Sun Apr 29 15:27:01 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='ISO-8859-1' ?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="package.html.html-table.intro">
    <refnamediv>
     <refname>Introduction</refname>
@@ -28,11 +28,11 @@
     </para>
     <para>
      In this case, you should 
-     <link linkend="package.html.html-table.html-table.setautogrow">enable
-      </link> the <parameter>autoGrow</parameter> feature. 
-      In this mode, <classname>HTML_Table</classname> adds new
-      rows or columns automatically, if you use a cell address located in a
-      not existing row or column.
+     <link linkend="package.html.html-table.html-table.setautogrow">enable</link>
+     the <parameter>autoGrow</parameter> feature. 
+     In this mode, <classname>HTML_Table</classname> adds new
+     rows or columns automatically, if you use a cell address located in a
+     not existing row or column.
     </para>
    </refsect2>
    <refsect2 id="package.html.html-table.intro.flags.autofill">   
@@ -150,51 +150,49 @@
      The output will look like this:
      <programlisting>
 <![CDATA[
-<!-- BEGIN TABLE LEVEL: 0 -->
 <table width="600">
-        <tr>
-         <th bgcolor="silver">&nbsp;</th>
-         <th bgcolor="silver">Surname</th>
-         <th bgcolor="silver">Name</th>
-         <th bgcolor="silver">Website</th>
-         <th bgcolor="silver">EMail</th>
-        </tr>
-        <tr>
-         <th bgcolor="silver">0</th>
-         <td>Bakken</td>
-         <td>Stig</td>
-         <td>n/a</td>
-         <td>stig@example.com</td>
-        </tr>
-        <tr>
-         <th bgcolor="silver">1</th>
-         <td bgcolor="red">Merz</td>
-         <td bgcolor="red">Alexander</td>
-         <td bgcolor="red">alex.example.com</td>
-         <td bgcolor="red">alex@example.com</td>
-        </tr>
-        <tr>
-         <th bgcolor="silver">2</th>
-         <td>Daniel</td>
-         <td>Adam</td>
-         <td>n/a</td>
-         <td>n/a</td>
-        </tr>
+  <tr>
+    <th bgcolor="silver">&nbsp;</th>
+    <th bgcolor="silver">Surname</th>
+    <th bgcolor="silver">Name</th>
+    <th bgcolor="silver">Website</th>
+    <th bgcolor="silver">EMail</th>
+  </tr>
+  <tr>
+    <th bgcolor="silver">0</th>
+    <td>Bakken</td>
+    <td>Stig</td>
+    <td>n/a</td>
+    <td>stig@example.com</td>
+  </tr>
+  <tr>
+    <th bgcolor="silver">1</th>
+    <td bgcolor="red">Merz</td>
+    <td bgcolor="red">Alexander</td>
+    <td bgcolor="red">alex.example.com</td>
+    <td bgcolor="red">alex@example.com</td>
+  </tr>
+  <tr>
+    <th bgcolor="silver">2</th>
+    <td>Daniel</td>
+    <td>Adam</td>
+    <td>n/a</td>
+    <td>n/a</td>
+  </tr>
 </table>
-<!-- END TABLE LEVEL: 0 -->
-
 ]]>
      </programlisting>
-
     </para>
    </refsect2>
    <refsect2 id="package.html.html-table.intro.create.tgroups">
     <title>Using thead, tfoot and tbody</title>
     <para>
-     If you want to divide your tables into <literal>thead</literal>, \
                <literal>tfoot</literal> and
-     <literal>tbody</literal> groups,
-     you need to get table objects using <function>getHeader</function>,
-     <function>getFooter</function> and <function>getBody</function>,
+     If you want to divide your tables into <literal>thead</literal>,
+     <literal>tfoot</literal> and <literal>tbody</literal> groups, you need to
+     get table objects using
+     <link linkend="package.html.html-table.html-table.getheader"><function>getHeader</function></link>,
 +     <link linkend="package.html.html-table.html-table.getfooter"><function>getFooter</function></link>,
 +     and <link linkend="package.html.html-table.html-table.getbody"><function>getBody</function></link>,
  which you can then use like the normal table object.
      <programlisting role="php">
 <![CDATA[
@@ -207,16 +205,32 @@
 echo $table->toHtml();
 ]]>
      </programlisting>
-     In this example, there is no content set for the <literal>tfoot</literal> \
                group.
-     Therefore, only <literal>thead</literal> and <literal>tbody</literal> will be \
rendered. +     In this example, there is no content set for the \
<literal>tfoot</literal> +     group. Therefore, only <literal>thead</literal> and \
<literal>tbody</literal> +     will be rendered.
     </para>
     <note>
      <para>
-      The rendering order is <literal>thead</literal>, then <literal>tfoot</literal> \
                and as the last group
-      <literal>tbody</literal>. This is not a bug but intended behaviour because \
                that's
-      the way it is defined in the (X)HTML Standard.
+      The rendering order is <literal>thead</literal>, then
+      <literal>tfoot</literal> and as the last group <literal>tbody</literal>.
+      This is not a bug but intended behaviour because that's the way it is
+      defined in the (X)HTML Standard.
      </para>
     </note>
+    <para>
+     Since release 1.8.0
+     <link linkend="package.html.html-table.html-table.getbody"><function>getBody</function></link>
 +     and several other methods like
+     <link linkend="package.html.html-table.html-table.setcellattributes"><function>setCellAttributes</function></link>
 +     accept an optional numeric parameter <literal>$body</literal> that allows
+     you to generate multiple <literal>tbody</literal> groups in your table. A
+     new group can be generated by using
+     <link linkend="package.html.html-table.html-table.addbody"><function>addBody</function></link>
 +     or, if the
+     <link linkend="package.html.html-table.intro.flags.autogrow"><literal>autoGrow</literal></link>
 +     feature is enabled, by using a new number in one of the mentioned method
+     calls.
+    </para>
    </refsect2>
   </refsect1>
 
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/addcol.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/addcol.xml
diff -u peardoc/en/package/html/html-table/html-table/addcol.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/addcol.xml:1.6
--- peardoc/en/package/html/html-table/html-table/addcol.xml:1.5	Tue May  2 19:28:35 \
                2006
+++ peardoc/en/package/html/html-table/html-table/addcol.xml	Sun Apr 29 15:27:01 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.addcol">
    <refnamediv>
     <refname>HTML_Table::addCol</refname>
@@ -23,8 +23,11 @@
       <paramdef>
        string <parameter><optional>$type='TD'</optional></parameter>
       </paramdef>
-      
-                  
+
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
+
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -62,6 +65,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/addrow.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/addrow.xml
diff -u peardoc/en/package/html/html-table/html-table/addrow.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/addrow.xml:1.6
--- peardoc/en/package/html/html-table/html-table/addrow.xml:1.5	Tue May  2 19:28:35 \
                2006
+++ peardoc/en/package/html/html-table/html-table/addrow.xml	Sun Apr 29 15:27:01 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.addrow">
    <refnamediv>
     <refname>HTML_Table::addRow</refname>
@@ -28,7 +28,10 @@
        boolean <parameter><optional>$inTR = &false;</optional></parameter>
       </paramdef>
       
-     
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
+
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -78,6 +81,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/altrowattributes.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/altrowattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/altrowattributes.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/altrowattributes.xml:1.6
                
--- peardoc/en/package/html/html-table/html-table/altrowattributes.xml:1.5	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/altrowattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.altrowattributes">
    <refnamediv>
     <refname>HTML_Table::altRowAttributes</refname>
@@ -28,7 +28,10 @@
 							boolean <parameter><optional>$inTR = &false;</optional></parameter>
 						</paramdef>
 						
-						
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
+
 					</funcprototype>
 				</funcsynopsis>
 			</refsynopsisdiv>
@@ -75,6 +78,14 @@
 							</para>
 						</listitem>      
 						
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
 					</itemizedlist>
 				</para>
 			</refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getautofill.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getautofill.xml
diff -u peardoc/en/package/html/html-table/html-table/getautofill.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/getautofill.xml:1.4
--- peardoc/en/package/html/html-table/html-table/getautofill.xml:1.3	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getautofill.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.getautofill">
    <refnamediv>
     <refname>HTML_Table::getAutoFill</refname>
@@ -11,10 +11,9 @@
      </funcsynopsisinfo>
      <funcprototype>
       <funcdef>mixed <function>HTML_Table::getAutoFill</function></funcdef>
-      
-      
-      <paramdef></paramdef>
-                  
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -25,7 +24,20 @@
     </para>
    </refsect1>   
       
-         
+   <refsect1 id="package.html.html-table.html-table.getautofill.parameter">
+    &title.param;
+    <para>
+     <itemizedlist>
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+     </itemizedlist>
+    </para>
+   </refsect1>
+
    <refsect1 id="package.html.html-table.html-table.getautofill.return">
     &title.returns;
     <para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getautogrow.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getautogrow.xml
diff -u peardoc/en/package/html/html-table/html-table/getautogrow.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/getautogrow.xml:1.6
--- peardoc/en/package/html/html-table/html-table/getautogrow.xml:1.5	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getautogrow.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.getautogrow">
    <refnamediv>
     <refname>HTML_Table::getAutoGrow</refname>
@@ -11,10 +11,9 @@
      </funcsynopsisinfo>
      <funcprototype>
       <funcdef>boolean <function>HTML_Table::getAutoGrow</function></funcdef>
-      
-      
-      <paramdef></paramdef>
-                  
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -29,6 +28,19 @@
     </para>
    </refsect1>   
       
+   <refsect1 id="package.html.html-table.html-table.getautogrow.parameter">
+    &title.param;
+    <para>
+     <itemizedlist>
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+     </itemizedlist>
+    </para>
+   </refsect1>
          
    <refsect1 id="package.html.html-table.html-table.getautogrow.return">
     &title.returns;
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getbody.xml?r1=1.2&r2=1.3&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getbody.xml
diff -u peardoc/en/package/html/html-table/html-table/getbody.xml:1.2 \
                peardoc/en/package/html/html-table/html-table/getbody.xml:1.3
--- peardoc/en/package/html/html-table/html-table/getbody.xml:1.2	Tue May  2 19:28:35 \
                2006
+++ peardoc/en/package/html/html-table/html-table/getbody.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="package.html.html-table.html-table.getbody">
    <refnamediv>
     <refname>HTML_Table::getBody</refname>
@@ -11,20 +11,35 @@
      </funcsynopsisinfo>
      <funcprototype>
       <funcdef>mixed <function>HTML_Table::getBody</function></funcdef>
-      <paramdef></paramdef>
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
    <refsect1 id="package.html.html-table.html-table.getbody.desc">
     &title.desc;
     <para>
-     Returns the table object for the tbody group
+     Returns the table object for a tbody group
     </para>
    </refsect1>   
+   <refsect1 id="package.html.html-table.html-table.getbody.parameter">
+    &title.param;
+    <para>
+     <itemizedlist>
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+     </itemizedlist>
+    </para>
+   </refsect1>
    <refsect1 id="package.html.html-table.html-table.getbody.return">
     &title.returns;
     <para>
-     <parameter>object</parameter> - the table object for the tbody group
+     <parameter>object</parameter> - the table object for a tbody group
     </para>
    </refsect1>      
    <refsect1 id="package.html.html-table.html-table.getbody.note">
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getcellattributes.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getcellattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/getcellattributes.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/getcellattributes.xml:1.4
                
--- peardoc/en/package/html/html-table/html-table/getcellattributes.xml:1.3	Tue May  \
                2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getcellattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.getcellattributes">
    <refnamediv>
     <refname>HTML_Table::getCellAttributes</refname>
@@ -20,6 +20,9 @@
        int <parameter>$col</parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -50,6 +53,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getcellcontents.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getcellcontents.xml
diff -u peardoc/en/package/html/html-table/html-table/getcellcontents.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/getcellcontents.xml:1.5
--- peardoc/en/package/html/html-table/html-table/getcellcontents.xml:1.4	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getcellcontents.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.getcellcontents">
    <refnamediv>
     <refname>HTML_Table::getCellContents</refname>
@@ -20,6 +20,9 @@
        int <parameter>$col</parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -50,6 +53,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getcolcount.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getcolcount.xml
diff -u peardoc/en/package/html/html-table/html-table/getcolcount.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/getcolcount.xml:1.4
--- peardoc/en/package/html/html-table/html-table/getcolcount.xml:1.3	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getcolcount.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.getcolcount">
    <refnamediv>
     <refname>HTML_Table::getColCount</refname>
@@ -11,10 +11,12 @@
      </funcsynopsisinfo>
      <funcprototype>
       <funcdef>int <function>HTML_Table::getColCount</function></funcdef>
-      
-      
-      <paramdef></paramdef>
-                  
+      <paramdef>
+       int <parameter><optional>$row=null</optional></parameter>
+      </paramdef>
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -24,8 +26,25 @@
      Returns the number of columns in the table 
     </para>
    </refsect1>   
-      
-         
+   <refsect1 id="package.html.html-table.html-table.getcolcount.parameter">
+    &title.param;
+    <para>
+     <itemizedlist>
+      <listitem>
+       <para>
+        <parameter>int $row</parameter> -
+        The row number to serve for cols count
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+     </itemizedlist>
+    </para>
+   </refsect1>
    <refsect1 id="package.html.html-table.html-table.getcolcount.return">
     &title.returns;
     <para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getrowattributes.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getrowattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/getrowattributes.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/getrowattributes.xml:1.5
                
--- peardoc/en/package/html/html-table/html-table/getrowattributes.xml:1.4	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getrowattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.getrowattributes">
    <refnamediv>
     <refname>HTML_Table::getRowAttributes</refname>
@@ -16,7 +16,10 @@
        int <parameter>$row</parameter>
       </paramdef>
       
-                  
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
+
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -40,6 +43,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/getrowcount.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/getrowcount.xml
diff -u peardoc/en/package/html/html-table/html-table/getrowcount.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/getrowcount.xml:1.4
--- peardoc/en/package/html/html-table/html-table/getrowcount.xml:1.3	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/getrowcount.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.getrowcount">
    <refnamediv>
     <refname>HTML_Table::getRowCount</refname>
@@ -11,10 +11,9 @@
      </funcsynopsisinfo>
      <funcprototype>
       <funcdef>int <function>HTML_Table::getRowCount</function></funcdef>
-      
-      
-      <paramdef></paramdef>
-                  
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -25,6 +24,19 @@
     </para>
    </refsect1>   
       
+   <refsect1 id="package.html.html-table.html-table.getrowcount.parameter">
+    &title.param;
+    <para>
+     <itemizedlist>
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+     </itemizedlist>
+    </para>
+   </refsect1>
          
    <refsect1 id="package.html.html-table.html-table.getrowcount.return">
     &title.returns;
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setallattributes.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setallattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/setallattributes.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/setallattributes.xml:1.6
                
--- peardoc/en/package/html/html-table/html-table/setallattributes.xml:1.5	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setallattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.setallattributes">
    <refnamediv>
     <refname>HTML_Table::setAllAttributes</refname>
@@ -16,6 +16,9 @@
        mixed <parameter><optional>$attributes = &null;</optional></parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -39,6 +42,14 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setautofill.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setautofill.xml
diff -u peardoc/en/package/html/html-table/html-table/setautofill.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/setautofill.xml:1.4
--- peardoc/en/package/html/html-table/html-table/setautofill.xml:1.3	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setautofill.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.setautofill">
    <refnamediv>
     <refname>HTML_Table::setAutoFill</refname>
@@ -15,7 +15,10 @@
       <paramdef>
        mixed <parameter>$fill</parameter>
       </paramdef>
-      
+
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -40,6 +43,14 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setautogrow.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setautogrow.xml
diff -u peardoc/en/package/html/html-table/html-table/setautogrow.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/setautogrow.xml:1.6
--- peardoc/en/package/html/html-table/html-table/setautogrow.xml:1.5	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setautogrow.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.setautogrow">
    <refnamediv>
     <refname>HTML_Table::setAutoGrow</refname>
@@ -16,6 +16,9 @@
        bool <parameter>$grow</parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -42,6 +45,14 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setcellattributes.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setcellattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/setcellattributes.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/setcellattributes.xml:1.6
                
--- peardoc/en/package/html/html-table/html-table/setcellattributes.xml:1.5	Tue May  \
                2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setcellattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.setcellattributes">
    <refnamediv>
     <refname>HTML_Table::setCellAttributes</refname>
@@ -24,7 +24,10 @@
       <paramdef>
        mixed <parameter>$attributes</parameter>
       </paramdef>
-      
+
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -67,6 +70,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setcellcontents.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setcellcontents.xml
diff -u peardoc/en/package/html/html-table/html-table/setcellcontents.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/setcellcontents.xml:1.6
--- peardoc/en/package/html/html-table/html-table/setcellcontents.xml:1.5	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setcellcontents.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.setcellcontents">
    <refnamediv>
     <refname>HTML_Table::setCellContents</refname>
@@ -28,6 +28,9 @@
        string <parameter><optional>$type='TD'</optional></parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -77,6 +80,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setcolattributes.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setcolattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/setcolattributes.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/setcolattributes.xml:1.5
                
--- peardoc/en/package/html/html-table/html-table/setcolattributes.xml:1.4	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setcolattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.setcolattributes">
    <refnamediv>
     <refname>HTML_Table::setColAttributes</refname>
@@ -20,7 +20,10 @@
        mixed <parameter><optional>$attributes = &null;</optional></parameter>
       </paramdef>
       
-                  
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
+
      </funcprototype>
     </funcsynopsis>
    </refsynopsisdiv>
@@ -50,6 +53,14 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setcolcount.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setcolcount.xml
diff -u peardoc/en/package/html/html-table/html-table/setcolcount.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/setcolcount.xml:1.4
--- peardoc/en/package/html/html-table/html-table/setcolcount.xml:1.3	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setcolcount.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.setcolcount">
    <refnamediv>
     <refname>HTML_Table::setColCount</refname>
@@ -15,7 +15,10 @@
       <paramdef>
        int <parameter>$cols</parameter>
       </paramdef>
-      
+
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -39,6 +42,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setcoltype.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setcoltype.xml
diff -u peardoc/en/package/html/html-table/html-table/setcoltype.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/setcoltype.xml:1.5
--- peardoc/en/package/html/html-table/html-table/setcoltype.xml:1.4	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setcoltype.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.setcoltype">
    <refnamediv>
     <refname>HTML_Table::setColType</refname>
@@ -20,6 +20,9 @@
        string <parameter>$type</parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -51,6 +54,14 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setheadercontents.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setheadercontents.xml
diff -u peardoc/en/package/html/html-table/html-table/setheadercontents.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/setheadercontents.xml:1.5
                
--- peardoc/en/package/html/html-table/html-table/setheadercontents.xml:1.4	Tue May  \
                2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setheadercontents.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.setheadercontents">
    <refnamediv>
     <refname>HTML_Table::setHeaderContents</refname>
@@ -23,7 +23,10 @@
       <paramdef>
        mixed <parameter>$contents</parameter>
       </paramdef>
-      
+
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -61,6 +64,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setrowattributes.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setrowattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/setrowattributes.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/setrowattributes.xml:1.6
                
--- peardoc/en/package/html/html-table/html-table/setrowattributes.xml:1.5	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setrowattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <refentry id="package.html.html-table.html-table.setrowattributes">
   <refnamediv>
    <refname>HTML_Table::setRowAttributes</refname>
@@ -23,6 +23,10 @@
 						<paramdef>
 							boolean <parameter><optional>$inTR = &false;</optional></parameter>
 						</paramdef>
+
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
 																											
 																											
 					</funcprototype>
@@ -65,6 +69,13 @@
         applied in <parameter>tr</parameter> tag
        </para>
 						</listitem>      
+
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
 						
 					</itemizedlist>
 				</para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setrowcount.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setrowcount.xml
diff -u peardoc/en/package/html/html-table/html-table/setrowcount.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/setrowcount.xml:1.4
--- peardoc/en/package/html/html-table/html-table/setrowcount.xml:1.3	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setrowcount.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.setrowcount">
    <refnamediv>
     <refname>HTML_Table::setRowCount</refname>
@@ -15,7 +15,10 @@
       <paramdef>
        int <parameter>$rows</parameter>
       </paramdef>
-      
+
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -39,6 +42,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/setrowtype.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/setrowtype.xml
diff -u peardoc/en/package/html/html-table/html-table/setrowtype.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/setrowtype.xml:1.5
--- peardoc/en/package/html/html-table/html-table/setrowtype.xml:1.4	Tue May  2 \
                19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/setrowtype.xml	Sun Apr 29 15:27:01 \
2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.setrowtype">
    <refnamediv>
     <refname>HTML_Table::setRowType</refname>
@@ -20,6 +20,9 @@
        string <parameter>$type</parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -51,6 +54,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/updateallattributes.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/updateallattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/updateallattributes.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/updateallattributes.xml:1.5
                
--- peardoc/en/package/html/html-table/html-table/updateallattributes.xml:1.4	Tue May \
                2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/updateallattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.updateallattributes">
    <refnamediv>
     <refname>HTML_Table::updateAllAttributes</refname>
@@ -15,7 +15,10 @@
       <paramdef>
        mixed <parameter><optional>$attributes = &null;</optional></parameter>
       </paramdef>
-      
+
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -38,6 +41,14 @@
         Associative array or string of table row attributes
        </para>
       </listitem>      
+
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
             
      </itemizedlist>
     </para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/updatecellattributes.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/updatecellattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/updatecellattributes.xml:1.3 \
                peardoc/en/package/html/html-table/html-table/updatecellattributes.xml:1.4
                
--- peardoc/en/package/html/html-table/html-table/updatecellattributes.xml:1.3	Tue \
                May  2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/updatecellattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="package.html.html-table.html-table.updatecellattributes">
    <refnamediv>
     <refname>HTML_Table::updateCellAttributes</refname>
@@ -24,6 +24,9 @@
        mixed <parameter>$attributes</parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -62,6 +65,13 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/updatecolattributes.xml?r1=1.4&r2=1.5&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/updatecolattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/updatecolattributes.xml:1.4 \
                peardoc/en/package/html/html-table/html-table/updatecolattributes.xml:1.5
                
--- peardoc/en/package/html/html-table/html-table/updatecolattributes.xml:1.4	Tue May \
                2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/updatecolattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="package.html.html-table.html-table.updatecolattributes">
    <refnamediv>
     <refname>HTML_Table::updateColAttributes</refname>
@@ -20,6 +20,9 @@
        mixed <parameter><optional>$attributes = &null;</optional></parameter>
       </paramdef>
       
+      <paramdef>
+       int <parameter><optional>$body=&null;</optional></parameter>
+      </paramdef>
                   
      </funcprototype>
     </funcsynopsis>
@@ -50,6 +53,14 @@
        </para>
       </listitem>      
             
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used.
+        &null; indicates that all groups should be used.
+       </para>
+      </listitem>
+
      </itemizedlist>
     </para>
    </refsect1>   
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/updaterowattributes.xml?r1=1.5&r2=1.6&diff_format=u
                
Index: peardoc/en/package/html/html-table/html-table/updaterowattributes.xml
diff -u peardoc/en/package/html/html-table/html-table/updaterowattributes.xml:1.5 \
                peardoc/en/package/html/html-table/html-table/updaterowattributes.xml:1.6
                
--- peardoc/en/package/html/html-table/html-table/updaterowattributes.xml:1.5	Tue May \
                2 19:28:35 2006
+++ peardoc/en/package/html/html-table/html-table/updaterowattributes.xml	Sun Apr 29 \
15:27:01 2007 @@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="package.html.html-table.html-table.updaterowattributes">
 	<refnamediv>
 		<refname>HTML_Table::updateRowAttributes</refname>
@@ -24,6 +24,9 @@
 					boolean <parameter><optional>$inTR = &false;</optional></parameter>
 				</paramdef>
 																															
+      <paramdef>
+       int <parameter><optional>$body=0</optional></parameter>
+      </paramdef>
 																																
 			</funcprototype>
 		</funcsynopsis>
@@ -62,6 +65,14 @@
       if attributes are to be applied in <parameter>tr</parameter> tag.
      </para>
 				</listitem>      
+
+      <listitem>
+       <para>
+        <parameter>int $body</parameter> -
+        The number of the <literal>tbody</literal> group that should be used
+       </para>
+      </listitem>
+
 			</itemizedlist>
 		</para>
 	</refsect1>   

http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-table/html-table/addbody.xml?view=markup&rev=1.1
                
Index: peardoc/en/package/html/html-table/html-table/addbody.xml
+++ peardoc/en/package/html/html-table/html-table/addbody.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-table.html-table.addbody">
 <refnamediv>
  <refname>HTML_Table::addBody</refname>
  <refpurpose>Add body</refpurpose>
 </refnamediv>
 <refsynopsisdiv>
  <funcsynopsis>
   <funcsynopsisinfo>
    require_once 'HTML/Table.php';
   </funcsynopsisinfo>
   <funcprototype>
    <funcdef>int <function>HTML_Table::addBody</function></funcdef>
    <paramdef>
     array <parameter><optional>$attributes = &null;</optional></parameter>
    </paramdef>
   </funcprototype>
  </funcsynopsis>
 </refsynopsisdiv>
 <refsect1 id="package.html.html-table.html-table.addbody.desc">
  &title.desc;
  <para>
   Adds a new body to the table and returns the body identifier 
  </para>
 </refsect1>
 <refsect1 id="package.html.html-table.html-table.addbody.parameter">
  &title.param;
  <para>
   <itemizedlist>
    <listitem>
     <para>
      <parameter>array $attributes</parameter> -
       Associative array of tbody tag attributes
     </para>
    </listitem>
   </itemizedlist>
  </para>
 </refsect1>
 <refsect1 id="package.html.html-table.html-table.addbody.return">
  &title.returns;
  <para>
   <parameter>int</parameter> - the body identifier
  </para>
 </refsect1>
 <refsect1 id="package.html.html-table.html-table.addbody.note">
  &title.note;
  &note.notstatic;
 </refsect1>
 <refsect1 id="package.html.html-table.html-table.addbody.see">
  &title.see;    
  <para>
   <link linkend="package.html.html-table.html-table.getbody"><function>HTML_Table::getBody</function></link>
  </para>
 </refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->  



-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic