[docs] xmldocs - racke modified refs/menu.tag

docs at icdevgroup.org docs at icdevgroup.org
Wed Oct 19 16:56:45 EDT 2005


User:      racke
Date:      2005-10-19 20:56:45 GMT
Modified:  refs     menu.tag
Log:
minimalistic documentation of [menu]

Revision  Changes    Path
1.2       +40 -0     xmldocs/refs/menu.tag


rev 1.2, prev_rev 1.1
Index: menu.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/menu.tag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu.tag	17 Feb 2005 23:25:39 -0000	1.1
+++ menu.tag	19 Oct 2005 20:56:44 -0000	1.2
@@ -0,0 +1,40 @@
+__NAME__ purpose
+displays HTML menu
+__END__
+
+__NAME__ synopsis
+<row>
+<entry>
+<arg choice='plain'>name</arg>
+</entry>
+<entry>Yes</entry>
+<entry></entry>
+<entry></entry>
+<entry>name of menu file</entry>
+</row>
+<row>
+<entry>
+<arg choice='plain'>localize</arg>
+</entry>
+<entry></entry>
+<entry></entry>
+<entry></entry>
+<entry>list of fields to localize</entry>
+</row>
+__END__
+
+__NAME__ description
+This tag reads a tab-separated menu file and display its contents according
+to the parameters. The template for each menu entry can be passed in the tag
+body.
+__END__
+
+__NAME__ example: Simple Menubar
+<programlisting><![CDATA[
+[menu name=Menubar localize=name]
+<td class="menubar" valign="center" align="center">
+<a href="{HREF}" class="menubar">{NAME}</a>
+</td>
+[/menu]
+]]></programlisting>
+__END__
\ No newline at end of file








More information about the docs mailing list