craigmcc    01/05/29 11:03:55

  Modified:    doc      Tag: STRUTS_1_0_BRANCH struts-html.xml
  Log:
  Add "tabindex" attribute to the <html:radio> tag information.
  
  PR: Bugzilla #1869
  Submitted by: <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.1  +9 -0      jakarta-struts/doc/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/struts-html.xml,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- struts-html.xml   2001/05/13 03:24:17     1.11
  +++ struts-html.xml   2001/05/29 18:03:51     1.11.2.1
  @@ -3472,6 +3472,15 @@
               </info>
           </attribute>
   
  +        <attribute>
  +            <name>tabindex</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                The tab order (ascending positive integers) for this element.
  +            </info>
  +        </attribute>
  +
                   <attribute>
                           <name>value</name>
                           <required>true</required>
  
  
  

Reply via email to