Author: pbenedict
Date: Sun Jul 22 21:27:40 2007
New Revision: 558598

URL: http://svn.apache.org/viewvc?view=rev&rev=558598
Log:
STR-3076: Add onselect to html password tag

Modified:
    
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld
    
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld

Modified: 
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld?view=diff&rev=558598&r1=558597&r2=558598
==============================================================================
--- 
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld
 (original)
+++ 
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld
 Sun Jul 22 21:27:40 2007
@@ -6307,6 +6307,19 @@
             </description>
         </attribute>
         <attribute>
+            <name>onselect</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <description>
+                <![CDATA[
+                JavaScript event handler executed when a
+                when a user selects some text in a text field.
+                <dl><dt><b>Since:</b></dt>
+                <dd>Struts 1.3.10</dd></dl>
+            ]]>
+            </description>
+        </attribute>
+        <attribute>
             <name>property</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>

Modified: 
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld?view=diff&rev=558598&r1=558597&r2=558598
==============================================================================
--- 
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld
 (original)
+++ 
struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld
 Sun Jul 22 21:27:40 2007
@@ -2846,6 +2846,11 @@
             <description/>
         </attribute>
         <attribute>
+            <name>onselect</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
             <name>property</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>


Reply via email to