mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
update docs with "rows" attribute, rewrite vdir and hdir docs
This commit is contained in:
@@ -31,7 +31,18 @@
|
|||||||
<entry>integer</entry>
|
<entry>integer</entry>
|
||||||
<entry>No</entry>
|
<entry>No</entry>
|
||||||
<entry><emphasis>3</emphasis></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>
|
||||||
<row>
|
<row>
|
||||||
<entry>table_attr</entry>
|
<entry>table_attr</entry>
|
||||||
@@ -68,14 +79,14 @@
|
|||||||
<entry>string</entry>
|
<entry>string</entry>
|
||||||
<entry>No</entry>
|
<entry>No</entry>
|
||||||
<entry><emphasis>right</emphasis></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>
|
||||||
<row>
|
<row>
|
||||||
<entry>vdir</entry>
|
<entry>vdir</entry>
|
||||||
<entry>string</entry>
|
<entry>string</entry>
|
||||||
<entry>No</entry>
|
<entry>No</entry>
|
||||||
<entry><emphasis>down</emphasis></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>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
|
Reference in New Issue
Block a user