You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/09/21 10:18:01 UTC

svn commit: r578014 - /myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld

Author: imario
Date: Fri Sep 21 01:18:01 2007
New Revision: 578014

URL: http://svn.apache.org/viewvc?rev=578014&view=rev
Log:
TOMAHAWK-1119: add autocomplete attribute to InputTextHelp

Modified:
    myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld?rev=578014&r1=578013&r2=578014&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/core/src/main/tld/tomahawk.tld Fri Sep 21 01:18:01 2007
@@ -379,6 +379,16 @@
 
             Unless otherwise specified, all attributes accept static values or EL expressions.
         </description>
+		<attribute>
+		   <name>autocomplete</name>
+		   <required>false</required>
+		   <rtexprvalue>false</rtexprvalue>
+		   <type>java.lang.String</type>
+		   <description>
+			   Non HTML standard attribute to disable browser's autocomplete
+			   function.
+		   </description>
+	   </attribute>
         &standard_input_text_attributes;
         &user_role_attributes;
         &ext_forceId_attribute;