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

Modified Files:
      Tag: b1_5
        cmsc-basicmodel.tld 
Log Message:
CMSC-1127 Added the possibility to pass an (ImageMagick) template to the 
linkedimages tag.


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


Index: cmsc-basicmodel.tld
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/basicmodel/src/tld/cmsc-basicmodel.tld,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -b -r1.7 -r1.7.4.1
--- cmsc-basicmodel.tld 10 Oct 2007 10:18:31 -0000      1.7
+++ cmsc-basicmodel.tld 29 Oct 2008 08:43:58 -0000      1.7.4.1
@@ -158,11 +158,17 @@
                </attribute>
                <attribute>
                        <name>width</name>
+         <description>
+            The preferred width of linked images (in pixels). This attribute 
is ignored when a custom template is provided.
+         </description>
                        <required>false</required>
                        <rtexprvalue>true</rtexprvalue>
                </attribute>    
                <attribute>
                        <name>height</name>
+         <description>
+            The preferred height of linked images (in pixels). This attribute 
is ignored when a custom template is provided.
+         </description>
                        <required>false</required>
                        <rtexprvalue>true</rtexprvalue>
                </attribute>    
@@ -176,6 +182,14 @@
                        <required>false</required>
                        <rtexprvalue>true</rtexprvalue>
                </attribute>
+      <attribute>
+         <name>template</name>
+         <description>
+            A template String representing the way linked images should be 
treated by the underlying converter application (e.g. ImageMagick).
+         </description>
+         <required>false</required>
+         <rtexprvalue>true</rtexprvalue>
+      </attribute>
        </tag>
        <tag>
                <description>This tag creates a list of related content 
elements.</description>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to