[interchange-docs] xmldocs - racke modified refs/levy-list.tag

docs at icdevgroup.org docs at icdevgroup.org
Thu Feb 28 15:49:39 EST 2008


User:      racke
Date:      2008-02-28 20:49:38 GMT
Modified:  refs     levy-list.tag
Log:
added purpose, explanation of prefix parameter, description, example, see
also

Revision  Changes    Path
1.2       +34 -3     xmldocs/refs/levy-list.tag


rev 1.2, prev_rev 1.1
Index: levy-list.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/levy-list.tag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- levy-list.tag	17 Feb 2005 23:25:39 -0000	1.1
+++ levy-list.tag	28 Feb 2008 20:49:38 -0000	1.2
@@ -1,3 +1,7 @@
+__NAME__ purpose
+display a list of levy charges
+__END__
+
 __NAME__ synopsis 
 <row>
 
@@ -11,13 +15,40 @@
 	<!-- REQ -->
 	</entry>
 	<entry>
-	<!-- DFL -->
+	<literal>levy</literal>
 	</entry>
 	<entry>
-	<!-- DSC -->
+	list prefix
 	</entry>
 
 </row> 
 &ROW_INTERPOLATE_0;
 &ROW_REPARSE_1;
-__END__
\ No newline at end of file
+__END__
+
+__NAME__ description
+You access the levies cart with <literal>[levy-list] LIST [/levy-list]</literal>. The
+behavior of the list is exactly the same as with an <literal>[item-list]</literal> for a
+shopping cart -- <literal>[levy-param description]</literal> will access the "description"
+member of the hash for that levy.
+__END__
+
+__NAME__ notes
+See &glos-levy; glossary entry for more information.
+__END__
+
+__NAME__ example
+<programlisting><![CDATA[
+[levies recalculate=1 hide=1]
+[levy-list]
+<tr>
+    <td align=left class=contentbar1>[levy-param label]:</TD>
+    <td align=right class=contentbar1>[levy-param cost]</TD>
+</tr>
+[/levy-list]
+]]></programlisting>
+__END__
+
+__NAME__ see also
+levies, Levies, Levy
+__END__








More information about the docs mailing list