[interchange-docs] xmldocs - racke modified refs/table-organize.tag

docs at icdevgroup.org docs at icdevgroup.org
Tue Sep 11 15:10:38 EDT 2007


User:      racke
Date:      2007-09-11 19:10:38 GMT
Modified:  refs     table-organize.tag
Log:
start to rearrange attributes
document ugly font attribute

Revision  Changes    Path
1.3       +27 -25    xmldocs/refs/table-organize.tag


rev 1.3, prev_rev 1.2
Index: table-organize.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/table-organize.tag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- table-organize.tag	11 Sep 2007 18:45:03 -0000	1.2
+++ table-organize.tag	11 Sep 2007 19:10:38 -0000	1.3
@@ -22,10 +22,11 @@
 	</entry>
 
 </row> 
+
 <row>
 
 	<entry>
-	min_rows
+	rows
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -37,16 +38,15 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-On small result sets, can be ugly to build more than necessary columns.
-This will guarantee a minimum number of rows -- columns will change
-as numbers change. Formula: $num_cells % $opt->{min_rows}.
+	Optional number of rows. Implies "table" parameter.
 	</entry>
 
 </row> 
+
 <row>
 
 	<entry>
-	cells
+	min_rows
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -58,14 +58,16 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	<!-- DSC -->
+On small result sets, can be ugly to build more than necessary columns.
+This will guarantee a minimum number of rows -- columns will change
+as numbers change. Formula: $num_cells % $opt->{min_rows}.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	embed
+	cells
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -77,14 +79,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Allow to embed tables with lowercase of uppercase HTML tags.
+	<!-- DSC -->
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	limit
+	embed
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -96,14 +98,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Maximum number of cells to use. Truncates extra cells silently.
+	Allow to embed tables with lowercase of uppercase HTML tags.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	td
+	limit
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -115,14 +117,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Attributes for table cells. Can be an array.
+	Maximum number of cells to use. Truncates extra cells silently.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	pretty
+	tr
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -134,14 +136,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Adds newline and tab characters to provide some reasonable indenting.
+	Attributes for table rows.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	tr
+	td
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -153,14 +155,14 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Attributes for table rows. Can be an array.
+	Attributes for table cells.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	filler
+	pretty
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -169,17 +171,17 @@
 	<!-- REQ -->
 	</entry>
 	<entry>
-	<literal>&amp;nbsp;</literal>
+	<!-- DFL -->
 	</entry>
 	<entry>
-	Contents to place in empty cells put on as filler.
+	Adds newline and tab characters to provide some reasonable indenting.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	font
+	filler
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -188,17 +190,17 @@
 	<!-- REQ -->
 	</entry>
 	<entry>
-	<!-- DFL -->
+	<literal>&amp;nbsp;</literal>
 	</entry>
 	<entry>
-	<!-- DSC -->
+	Contents to place in empty cells put on as filler.
 	</entry>
 
 </row> 
 <row>
 
 	<entry>
-	rows
+	font
 	</entry>
 	<entry>
 	<!-- POS -->
@@ -210,7 +212,7 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Optional number of rows. Implies "table" parameter.
+	Attributes for HTML <literal>&lt;font></literal> inside table cells.
 	</entry>
 
 </row> 
@@ -287,7 +289,7 @@
 	<!-- DFL -->
 	</entry>
 	<entry>
-	Table &lt;caption&gt; container text, if any. Can be an array.
+	Table <literal>&lt;caption&gt;</literal> container text, if any.
 	</entry>
 
 </row> 








More information about the docs mailing list