Update of /var/cvs/contributions/CMSContainer/cmsc/taglib/src/tld
In directory james.mmbase.org:/tmp/cvs-serv26804/cmsc/taglib/src/tld

Modified Files:
        cmsc.tld 
Log Message:
CMSC-755 Navigation code refactored to use navigationitem


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/taglib/src/tld
See also: http://www.mmbase.org/jira/browse/CMSC-755


Index: cmsc.tld
===================================================================
RCS file: /var/cvs/contributions/CMSContainer/cmsc/taglib/src/tld/cmsc.tld,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- cmsc.tld    28 Jan 2008 12:38:28 -0000      1.30
+++ cmsc.tld    28 Jan 2008 21:15:45 -0000      1.31
@@ -78,12 +78,42 @@
     <!-- List Tags -->
     <!-- ################ -->
     <tag>
+        <description>Lists the available navigation items</description>
+        <name>list-navigations</name>
+        <tag-class>com.finalist.cmsc.taglib.ListNavigationItemsTag</tag-class>
+        <body-content>scriptless</body-content>
+        <attribute>
+            <description>JSP variable name to put the items in.</description>
+            <name>var</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <description>Navigation item to start listing from</description>
+            <name>origin</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <description>Mode is all, menu, hidden. Default is 
menu</description>
+            <name>mode</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <description>Type of child navigation items</description>
+            <name>type</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+    </tag>
+    <tag>
         <description>Lists the available pages</description>
         <name>list-pages</name>
         <tag-class>com.finalist.cmsc.taglib.ListPagesTag</tag-class>
         <body-content>scriptless</body-content>
         <attribute>
-            <description>JSP variable name to put the page in.</description>
+            <description>JSP variable name to put the pages in.</description>
             <name>var</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
@@ -1545,6 +1575,10 @@
         <name>attachment</name>
         <path>/META-INF/tags/attachment.tag</path>
     </tag-file>
+    <tag-file>
+        <name>feeds</name>
+        <path>/META-INF/tags/feeds.tag</path>
+    </tag-file>
     <function>
         <description>function to ceil a int value</description>
         <name>ceil</name>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to