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

docs at icdevgroup.org docs at icdevgroup.org
Fri Mar 7 17:42:44 EST 2008


User:      racke
Date:      2008-03-07 22:42:44 GMT
Modified:  refs     menu.tag
Log:
menu type and flyout example added

Revision  Changes    Path
1.6       +35 -0     xmldocs/refs/menu.tag


rev 1.6, prev_rev 1.5
Index: menu.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/menu.tag,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- menu.tag	9 Nov 2006 14:35:21 -0000	1.5
+++ menu.tag	7 Mar 2008 22:42:44 -0000	1.6
@@ -30,12 +30,35 @@
 <entry></entry>
 <entry>list of fields to localize</entry>
 </row>
+<row>
+<entry>
+<arg choice='plain'>logged_in</arg>
+</entry>
+<entry></entry>
+<entry></entry>
+<entry></entry>
+<entry>selection field for authorized users</entry>
+</row>
+<row>
+<entry>menu_type</entry>
+<entry></entry>
+<entry></entry>
+<entry><literal>simple</literal></entry>
+<entry>menu type (<literal>simple</literal>, <literal>tree</literal>, <literal>flyout</literal>)</entry>
+</row>
+&ROW_INTERPOLATE_0;
+&ROW_REPARSE_1;
 __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.
+
+Selection fields determine which menu entries are displayed.
+
+The following columns are recognized in the menu file:
+
 __END__
 
 __NAME__ example: Simple Menubar
@@ -63,6 +86,18 @@
 This menu contains links to external sites (<literal>href</literal>) and 
 internal pages (<literal>url</literal>).
 </para>
+__END__
+
+__NAME__ example: Flyout Menu
+<programlisting><![CDATA[
+[menu
+	name="[control tree_selector Products]"
+	link-class="barlink"
+	flyout-class="flyout_class"
+	flyout-style="flyout_style"
+	menu-type=flyout
+][/menu]
+]]></programlisting>
 __END__
 
 __NAME__ see also








More information about the docs mailing list