From 698c56a2c61febeda166610f5200761c9fe967e2 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 17 Sep 2004 21:35:25 +0000 Subject: [PATCH] update docs with "rows" attribute, rewrite vdir and hdir docs --- .../language-function-html-table.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/en/designers/language-custom-functions/language-function-html-table.xml b/docs/en/designers/language-custom-functions/language-function-html-table.xml index bde78d8d..972260dd 100644 --- a/docs/en/designers/language-custom-functions/language-function-html-table.xml +++ b/docs/en/designers/language-custom-functions/language-function-html-table.xml @@ -31,7 +31,18 @@ integer No 3 - number of columns in the table + number of columns in the table, + data populates cells left-to-right, + top-to-bottom. + + + rows + integer + No + empty + number of rows in the table, data populates + cells top-to-bottom, left-to-right. This is mutually + exclusive with "rows" attribute. table_attr @@ -68,14 +79,14 @@ string No right - direction of one row to be rendered. possible values: left/right + direction of each row to be rendered. possible values: left (left-to-right), right (right-to-left) vdir string No down - direction of the columns to be rendered. possible values: up/down + direction of each column to be rendered. possible values: down (top-to-bottom), up (bottom-to-top) @@ -148,4 +159,4 @@ End: 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 +-->