craigmcc    01/05/04 17:59:52

  Modified:    doc      struts-html.xml
  Log:
  Sort the attributes for the <html:text> and <html:textarea> elements
  alphabetically, so that the documentation is better organized.
  
  Revision  Changes    Path
  1.8       +80 -80    jakarta-struts/doc/struts-html.xml
  
  Index: struts-html.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/struts-html.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- struts-html.xml   2001/05/05 00:54:31     1.7
  +++ struts-html.xml   2001/05/05 00:59:50     1.8
  @@ -4321,49 +4321,6 @@
           </attribute>
   
           <attribute>
  -            <name>name</name>
  -            <required>false</required>
  -            <rtexprvalue>true</rtexprvalue>
  -            <info>
  -                The attribute name of the bean whose properties are consulted
  -                when rendering the current value of this input field. If not
  -                specified, the bean associated with the form tag we are nested
  -                within is utilized.
  -            </info>
  -        </attribute>
  -
  -        <attribute>
  -            <name>property</name>
  -            <required>true</required>
  -            <rtexprvalue>true</rtexprvalue>
  -            <info>
  -                Name of this input field, and the name of the corresponding bean
  -                property if value is not specified. The corresponding bean property
  -                (if any) must be of type String.
  -            </info>
  -        </attribute>
  -
  -        <attribute>
  -          <name>readonly</name>
  -          <required>false</required>
  -          <rtexprvalue>true</rtexprvalue>
  -          <info>
  -          Set to <code>true</code> if this input field should be
  -          read only.
  -          </info>
  -        </attribute>
  -
  -        <attribute>
  -            <name>value</name>
  -            <required>false</required>
  -            <rtexprvalue>true</rtexprvalue>
  -            <info>
  -                Value to which this field should be initialized. [Use the
  -                corresponding bean property value]
  -            </info>
  -        </attribute>
  -
  -        <attribute>
               <name>maxlength</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
  @@ -4373,11 +4330,14 @@
           </attribute>
   
           <attribute>
  -            <name>size</name>
  +            <name>name</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
               <info>
  -                Number of character positions to allocate. [Browser default]
  +                The attribute name of the bean whose properties are consulted
  +                when rendering the current value of this input field. If not
  +                specified, the bean associated with the form tag we are nested
  +                within is utilized.
               </info>
           </attribute>
   
  @@ -4411,7 +4371,6 @@
               </info>
           </attribute>
   
  -
           <attribute>
               <name>ondblclick</name>
               <required>false</required>
  @@ -4432,7 +4391,6 @@
               </info>
           </attribute>
   
  -
           <attribute>
               <name>onkeydown</name>
               <required>false</required>
  @@ -4514,6 +4472,36 @@
           </attribute>
   
           <attribute>
  +            <name>property</name>
  +            <required>true</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Name of this input field, and the name of the corresponding bean
  +                property if value is not specified. The corresponding bean property
  +                (if any) must be of type String.
  +            </info>
  +        </attribute>
  +
  +        <attribute>
  +          <name>readonly</name>
  +          <required>false</required>
  +          <rtexprvalue>true</rtexprvalue>
  +          <info>
  +          Set to <code>true</code> if this input field should be
  +          read only.
  +          </info>
  +        </attribute>
  +
  +        <attribute>
  +            <name>size</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Number of character positions to allocate. [Browser default]
  +            </info>
  +        </attribute>
  +
  +        <attribute>
               <name>style</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
  @@ -4548,6 +4536,17 @@
                   The tab order (ascending positive integers) for this element.
               </info>
           </attribute>
  +
  +        <attribute>
  +            <name>value</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Value to which this field should be initialized. [Use the
  +                corresponding bean property value]
  +            </info>
  +        </attribute>
  +
       </tag>
   
   
  @@ -4604,37 +4603,6 @@
           </attribute>
   
           <attribute>
  -            <name>property</name>
  -            <required>true</required>
  -            <rtexprvalue>true</rtexprvalue>
  -            <info>
  -                Name of this input field, and the name of the corresponding bean
  -                property if value is not specified. The corresponding bean property
  -                (if any) must be of type String.
  -            </info>
  -        </attribute>
  -
  -        <attribute>
  -          <name>readonly</name>
  -          <required>false</required>
  -          <rtexprvalue>true</rtexprvalue>
  -          <info>
  -          Set to <code>true</code> if this input field should be
  -          read only.
  -          </info>
  -        </attribute>
  -
  -        <attribute>
  -            <name>value</name>
  -            <required>false</required>
  -            <rtexprvalue>true</rtexprvalue>
  -            <info>
  -                Value to which this field should be initialized. [Use the
  -                corresponding bean property value]
  -            </info>
  -        </attribute>
  -
  -        <attribute>
               <name>onblur</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
  @@ -4664,7 +4632,6 @@
               </info>
           </attribute>
   
  -
           <attribute>
               <name>ondblclick</name>
               <required>false</required>
  @@ -4685,7 +4652,6 @@
               </info>
           </attribute>
   
  -
           <attribute>
               <name>onkeydown</name>
               <required>false</required>
  @@ -4767,6 +4733,27 @@
           </attribute>
   
           <attribute>
  +            <name>property</name>
  +            <required>true</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Name of this input field, and the name of the corresponding bean
  +                property if value is not specified. The corresponding bean property
  +                (if any) must be of type String.
  +            </info>
  +        </attribute>
  +
  +        <attribute>
  +          <name>readonly</name>
  +          <required>false</required>
  +          <rtexprvalue>true</rtexprvalue>
  +          <info>
  +          Set to <code>true</code> if this input field should be
  +          read only.
  +          </info>
  +        </attribute>
  +
  +        <attribute>
               <name>rows</name>
               <required>false</required>
               <rtexprvalue>true</rtexprvalue>
  @@ -4810,7 +4797,20 @@
                   The tab order (ascending positive integers) for this element.
               </info>
           </attribute>
  +
  +        <attribute>
  +            <name>value</name>
  +            <required>false</required>
  +            <rtexprvalue>true</rtexprvalue>
  +            <info>
  +                Value to which this field should be initialized. [Use the
  +                corresponding bean property value]
  +            </info>
  +        </attribute>
  +
  +
       </tag>
  +
   </taglib>
   </body>
   </document>
  
  
  

Reply via email to