update docs with "rows" attribute, rewrite vdir and hdir docs

This commit is contained in:
mohrt
2004-09-17 21:35:25 +00:00
parent 4cfebee76b
commit 698c56a2c6

View File

@@ -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>
@@ -148,4 +159,4 @@ End:
vim600: syn=xml fen fdm=syntax fdl=2 si vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml vim: et tw=78 syn=sgml
vi: ts=1 sw=1 vi: ts=1 sw=1
--> -->