You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2005/08/05 13:45:45 UTC

svn commit: r230446 - /myfaces/tomahawk/trunk/tld/myfaces_ext.tld

Author: baranda
Date: Fri Aug  5 04:45:42 2005
New Revision: 230446

URL: http://svn.apache.org/viewcvs?rev=230446&view=rev
Log:
I forgot to commit the modifications for the tld for the new calendar @renderButtonAsImage attribute

Modified:
    myfaces/tomahawk/trunk/tld/myfaces_ext.tld

Modified: myfaces/tomahawk/trunk/tld/myfaces_ext.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/myfaces_ext.tld?rev=230446&r1=230445&r2=230446&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/myfaces_ext.tld (original)
+++ myfaces/tomahawk/trunk/tld/myfaces_ext.tld Fri Aug  5 04:45:42 2005
@@ -768,6 +768,12 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <description>Set the string for "Select [date] as date" (do not replace [date], it will be replaced by the current date).</description>
+		</attribute>
+        <attribute>
+            <name>renderButtonAsImage</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>If true, renders a calendar icon instead of the button to pop up the calendar.</description>
         </attribute>
     </tag>