Author: michiel
Date: 2009-09-17 16:43:29 +0200 (Thu, 17 Sep 2009)
New Revision: 38671

Modified:
   mmbase/trunk/applications/taglib/src/main/resources/mmbase-taglib.xml
Log:
added the attribute emptynumberiscurrentnode

Modified: mmbase/trunk/applications/taglib/src/main/resources/mmbase-taglib.xml
===================================================================
--- mmbase/trunk/applications/taglib/src/main/resources/mmbase-taglib.xml       
2009-09-17 14:43:09 UTC (rev 38670)
+++ mmbase/trunk/applications/taglib/src/main/resources/mmbase-taglib.xml       
2009-09-17 14:43:29 UTC (rev 38671)
@@ -2436,11 +2436,22 @@
         <value>log</value>
         <info>
           Like 'skip' but also logs a message.
-          <since>MMBase-1.9</since>
         </info>
+        <since>MMBase-1.9</since>
       </possiblevalue>
     </attribute>
     <attribute>
+      <name>emptynumberiscurrentnode</name>
+      <required>false</required>
+      <info>
+        If the number attribute is specified empty, and the value of this 
attribute is 'true' (it
+        defaults to false), then the tag will behave as if the number 
attribute as not used at
+        all. On default it will look for a node with the number or alias ''. 
which will not be
+        found. (The 'notfound' attribute can be used to skip the entire node 
then).
+      </info>
+      <since>MMBase-1.9.2</since>
+    </attribute>
+    <attribute>
       <name>element</name>
       <requirednote>Either `number', `element' or `referid' must be 
supplied.</requirednote>
       <required>false</required>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to