Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory james.mmbase.org:/tmp/cvs-serv15106

Modified Files:
        mmbase-taglib.xml 
Log Message:
created mm:addnode, the counterpart of Query#addNode


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib


Index: mmbase-taglib.xml
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/mmbase-taglib.xml,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -b -r1.426 -r1.427
--- mmbase-taglib.xml   1 Jul 2008 08:20:31 -0000       1.426
+++ mmbase-taglib.xml   17 Jul 2008 13:53:16 -0000      1.427
@@ -39,7 +39,7 @@
 Use one or more possiblevalue tags if you want to list all possible values. Use
 one or more examplevalue tags is you want to give some example values.
 
-version: $Id: mmbase-taglib.xml,v 1.426 2008/07/01 08:20:31 michiel Exp $
+version: $Id: mmbase-taglib.xml,v 1.427 2008/07/17 13:53:16 michiel Exp $
 
 -->
 <taglib author="MMBase community">
@@ -186,6 +186,26 @@
   </function>
   <function>
     <description>
+      Property of a module
+    </description>
+    <name>moduleProperty</name>
+    
<function-class>org.mmbase.bridge.jsp.taglib.functions.Functions</function-class>
+    <function-signature>java.lang.Object moduleProperty(java.lang.String, 
java.lang.String)</function-signature>
+    <since>MMBase-1.8.6</since>
+    <see tag="property" />
+  </function>
+  <function>
+    <description>
+      Property of the cloud
+    </description>
+    <name>property</name>
+    
<function-class>org.mmbase.bridge.jsp.taglib.functions.Functions</function-class>
+    <function-signature>java.lang.Object 
property(java.lang.String)</function-signature>
+    <since>MMBase-1.8.6</since>
+    <see tag="property" />
+  </function>
+  <function>
+    <description>
       As mm:hasalias
     </description>
     <name>hasalias</name>
@@ -7482,6 +7502,34 @@
   </tag>
 
   <tag>
+    <name>addnode</name>
+    <type>mmbase.list</type>
+    <extends>querycontainerreferrer</extends>
+    <see tag="listnodescontainer" />
+    <see tag="listcontainer" />
+    
<tagclass>org.mmbase.bridge.jsp.taglib.containers.QueryAddNodeTag</tagclass>
+    <bodycontent>JSP</bodycontent>
+    <see tag="querycontainer" />
+    <since>MMBase-1.9</since>
+    <attribute>
+      <name>element</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+      <info>
+        The step to which the nodes must be added
+      </info>
+    </attribute>
+    <attribute>
+      <name>number</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+      <info>
+        The node(s) to be added
+      </info>
+    </attribute>
+  </tag>
+
+  <tag>
     <name>composite</name>
     <type>mmbase.list</type>
     <extends>querycontainerreferrer</extends>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to