Author: michiel
Date: 2010-01-07 12:52:28 +0100 (Thu, 07 Jan 2010)
New Revision: 40383

Modified:
   speeltuin/mihxil/portal/src/main/resources/META-INF/tags/mm/portal/page.tagx
Log:
added descriptions

Modified: 
speeltuin/mihxil/portal/src/main/resources/META-INF/tags/mm/portal/page.tagx
===================================================================
--- 
speeltuin/mihxil/portal/src/main/resources/META-INF/tags/mm/portal/page.tagx    
    2010-01-07 11:48:10 UTC (rev 40382)
+++ 
speeltuin/mihxil/portal/src/main/resources/META-INF/tags/mm/portal/page.tagx    
    2010-01-07 11:52:28 UTC (rev 40383)
@@ -4,7 +4,14 @@
     xmlns:c="http://java.sun.com/jsp/jstl/core";
     version="2.0"
     >
-  <jsp:directive.attribute name="date" />
+  <jsp:directive.tag
+      description="Calculates the currently to be used page, it looks at 
related 'pages' object which are related to the 'current' node" />
+
+  <jsp:directive.attribute
+      name="date"
+      description="the date for which the current page object must be 
calculated. Defaults to 'now'. For possible syntaxes see:
+                   http://www.mmbase.org/api/org/mmbase/util/DynamicDate.html";
+      />
   <jsp:directive.attribute name="id" required="true" type="java.lang.String" 
rtexprvalue="false" />
   <jsp:directive.variable name-from-attribute="id" alias="page"   
variable-class="org.mmbase.bridge.Node" scope="AT_END" />
 

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

Reply via email to