You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2004/03/01 01:00:15 UTC

cvs commit: jakarta-tapestry/doc/src/ComponentReference contrib.TableView.html contrib.Table.html contrib.FormTable.html

mindbridge    2004/02/29 16:00:15

  Modified:    doc/src/ComponentReference contrib.TableView.html
                        contrib.Table.html contrib.FormTable.html
  Log:
  Updating documentation to reflect recent changes
  
  Revision  Changes    Path
  1.5       +49 -1     jakarta-tapestry/doc/src/ComponentReference/contrib.TableView.html
  
  Index: contrib.TableView.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/contrib.TableView.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- contrib.TableView.html	7 Jan 2004 01:14:28 -0000	1.4
  +++ contrib.TableView.html	1 Mar 2004 00:00:14 -0000	1.5
  @@ -360,6 +360,54 @@
    </tr>
   
    <tr>
  +  <td>pageSize</td>
  +  <td>
  +      <code>int</code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>10</td>
  +  <td align="left">
  +      The number of records displayed per page. 
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
  +  <td>initialSortColumn</td>
  +  <td>
  +      <code><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html">String</A></code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>null</td>
  +  <td align="left">
  +      The id of the column to initially sort the table by. 
  +      A value of <code>null</code> indicates no sorting.
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
  +  <td>initialSortOrder</td>
  +  <td>
  +      <code>boolean</code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>false</td>
  +  <td align="left">
  +      The order of the initial sorting.
  +      Set this parameter to <code>false</code> to sort in an ascending order
  +      and to <code>true</code> to sort in a descending one.
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
     <td>element</td>
     <td>String</td>
     <td>in</td>
  
  
  
  1.10      +49 -1     jakarta-tapestry/doc/src/ComponentReference/contrib.Table.html
  
  Index: contrib.Table.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/contrib.Table.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- contrib.Table.html	29 Feb 2004 12:34:05 -0000	1.9
  +++ contrib.Table.html	1 Mar 2004 00:00:14 -0000	1.10
  @@ -341,6 +341,54 @@
    </tr>
   
    <tr>
  +  <td>pageSize</td>
  +  <td>
  +      <code>int</code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>10</td>
  +  <td align="left">
  +      The number of records displayed per page. 
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
  +  <td>initialSortColumn</td>
  +  <td>
  +      <code><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html">String</A></code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>null</td>
  +  <td align="left">
  +      The id of the column to initially sort the table by. 
  +      A value of <code>null</code> indicates no sorting.
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
  +  <td>initialSortOrder</td>
  +  <td>
  +      <code>boolean</code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>false</td>
  +  <td align="left">
  +      The order of the initial sorting.
  +      Set this parameter to <code>false</code> to sort in an ascending order
  +      and to <code>true</code> to sort in a descending one.
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
     <td>pagesDisplayed</td>
     <td>int</td>
     <td>in</td>
  
  
  
  1.2       +49 -1     jakarta-tapestry/doc/src/ComponentReference/contrib.FormTable.html
  
  Index: contrib.FormTable.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/contrib.FormTable.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contrib.FormTable.html	7 Jan 2004 01:14:28 -0000	1.1
  +++ contrib.FormTable.html	1 Mar 2004 00:00:14 -0000	1.2
  @@ -352,6 +352,54 @@
    </tr>
   
    <tr>
  +  <td>pageSize</td>
  +  <td>
  +      <code>int</code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>10</td>
  +  <td align="left">
  +      The number of records displayed per page. 
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
  +  <td>initialSortColumn</td>
  +  <td>
  +      <code><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html">String</A></code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>null</td>
  +  <td align="left">
  +      The id of the column to initially sort the table by. 
  +      A value of <code>null</code> indicates no sorting.
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
  +  <td>initialSortOrder</td>
  +  <td>
  +      <code>boolean</code>
  +  </td>
  +  <td>in</td>
  +  <td>no</td>
  +  <td>false</td>
  +  <td align="left">
  +      The order of the initial sorting.
  +      Set this parameter to <code>false</code> to sort in an ascending order
  +      and to <code>true</code> to sort in a descending one.
  +      <p>
  +      This parameter is only used with the <code>source</code> and <code>columns</code> parameters.
  +  </td> 
  + </tr>
  +
  + <tr>
     <td>pagesDisplayed</td>
     <td>int</td>
     <td>in</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org