You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/12/29 23:24:42 UTC

svn commit: r359912 - /myfaces/impl/trunk/tld/entities/ext_textarea_attribute.xml

Author: matzew
Date: Thu Dec 29 14:24:38 2005
New Revision: 359912

URL: http://svn.apache.org/viewcvs?rev=359912&view=rev
Log:
adding wrap attribute to t:inputTextarea

Added:
    myfaces/impl/trunk/tld/entities/ext_textarea_attribute.xml

Added: myfaces/impl/trunk/tld/entities/ext_textarea_attribute.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ext_textarea_attribute.xml?rev=359912&view=auto
==============================================================================
--- myfaces/impl/trunk/tld/entities/ext_textarea_attribute.xml (added)
+++ myfaces/impl/trunk/tld/entities/ext_textarea_attribute.xml Thu Dec 29 14:24:38 2005
@@ -0,0 +1,7 @@
+        <attribute>
+            <name>wrap</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
+            <description>None standard HTML attribute. Possible values are: soft, hard, virtual, physical and off.</description>
+        </attribute>