cvs: smarty /docs/en/designers/language-custom-functions language-function-html-table.xml

"Monte Ohrt" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmohrt1095456925@cvsserver>
mohrt		Fri Sep 17 17:35:25 2004 EDT

  Modified files:              
    /smarty/docs/en/designers/language-custom-functions	
                                                       	language-function-html-table.xml 
  Log:
  update docs with "rows" attribute, rewrite vdir and hdir docs
  
  
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-table.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-table.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-table.xml:1.1 smarty/docs/en/designers/language-custom-functions/language-function-html-table.xml:1.2
--- smarty/docs/en/designers/language-custom-functions/language-function-html-table.xml:1.1	Tue Apr 13 04:40:22 2004
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-table.xml	Fri Sep 17 17:35:25 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 		<sect1 id="language.function.html.table">
 			<title>html_table</title>
             <informaltable frame="all">
@@ -31,7 +31,18 @@
                         <entry>integer</entry>
                         <entry>No</entry>
                         <entry><emphasis>3</emphasis></entry>
-                        <entry>number of columns in the table</entry>
+                        <entry>number of columns in the table,
+                        data populates cells left-to-right,
+                        top-to-bottom.</entry>
+                    </row>
+                    <row>
+                        <entry>rows</entry>
+                        <entry>integer</entry>
+                        <entry>No</entry>
+                        <entry><emphasis>empty</emphasis></entry>
+                        <entry>number of rows in the table, data populates
+                        cells top-to-bottom, left-to-right. This is mutually
+                        exclusive with "rows" attribute.</entry>
                     </row>
                     <row>
                         <entry>table_attr</entry>
@@ -68,14 +79,14 @@
                         <entry>string</entry>
                         <entry>No</entry>
                         <entry><emphasis>right</emphasis></entry>
-                        <entry>direction of one row to be rendered. possible values: <emphasis>left</emphasis>/<emphasis>right</emphasis></entry>
+                        <entry>direction of each row to be rendered. possible values: <emphasis>left</emphasis> (left-to-right), <emphasis>right</emphasis> (right-to-left)</entry>
                     </row>
                     <row>
                         <entry>vdir</entry>
                         <entry>string</entry>
                         <entry>No</entry>
                         <entry><emphasis>down</emphasis></entry>
-                        <entry>direction of the columns to be rendered. possible values: <emphasis>up</emphasis>/<emphasis>down</emphasis></entry>
+                        <entry>direction of each column to be rendered. possible values: <emphasis>down</emphasis> (top-to-bottom), <emphasis>up</emphasis> (bottom-to-top)</entry>
                     </row>
                 </tbody>
                 </tgroup>
@@ -148,4 +159,4 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
\ No newline at end of file
+-->

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.