Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/tld
In directory james.mmbase.org:/tmp/cvs-serv28421/portlets-tagcloud/src/tld

Modified Files:
        cmsc-tagcloud.tld 
Log Message:
CMSC-1066 Worked on with implementing the tag cloud module


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/tld
See also: http://www.mmbase.org/jira/browse/CMSC-1066


Index: cmsc-tagcloud.tld
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/tld/cmsc-tagcloud.tld,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cmsc-tagcloud.tld   18 Sep 2008 11:21:21 -0000      1.2
+++ cmsc-tagcloud.tld   23 Sep 2008 15:19:25 -0000      1.3
@@ -56,4 +56,34 @@
                        <rtexprvalue>true</rtexprvalue>
                </attribute>
        </tag>
+       <tag>
+               <description>Get a list of nodesnumbers of a list of 
tags</description>
+               <name>getRelatedContent</name>
+               
<tag-class>com.finalist.portlets.tagcloud.taglib.GetRelatedContentTag</tag-class>
+               <body-content>scriptless</body-content>
+               <attribute>
+                       <description>The jsp variable to write the 
tags.</description>
+                       <name>var</name>
+                       <required>true</required>
+                       <rtexprvalue>false</rtexprvalue>
+               </attribute>
+               <attribute>
+                       <description>a channel to exclude</description>
+                       <name>channel</name>
+                       <required>false</required>
+                       <rtexprvalue>true</rtexprvalue>
+               </attribute>
+               <attribute>
+                       <description>an element to exclude</description>
+                       <name>element</name>
+                       <required>false</required>
+                       <rtexprvalue>true</rtexprvalue>
+               </attribute>
+               <attribute>
+                       <description>a list tags of tags to use as starting 
point</description>
+                       <name>tags</name>
+                       <required>true</required>
+                       <rtexprvalue>true</rtexprvalue>
+               </attribute>
+       </tag>
 </taglib>
\ No newline at end of file
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to