dmkarr      2002/10/13 20:16:39

  Modified:    contrib/struts-el/doc/userGuide struts-html-el.xml
  Log:
  Fixed a minor typo.
  Reordered one "styleId" and "styleClass" pair.
  
  Revision  Changes    Path
  1.4       +6 -8      
jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml
  
  Index: struts-html-el.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- struts-html-el.xml        5 Oct 2002 05:38:40 -0000       1.3
  +++ struts-html-el.xml        14 Oct 2002 03:16:39 -0000      1.4
  @@ -1722,7 +1722,7 @@
               <required>false</required>
               <rtexprvalue>false</rtexprvalue>
               <info>
  -                <p>The applicaiton-relative path (beginning with a "/"
  +                <p>The application-relative path (beginning with a "/"
                   character) to which this hyperlink will transfer control
                   if activated.  This hyperlink may be dynamically modified
                   by the inclusion of query parameters, as described in the
  @@ -3954,25 +3954,23 @@
           </attribute>
   
           <attribute>
  -            <name>styleId</name>
  +            <name>styleClass</name>
               <required>false</required>
               <rtexprvalue>false</rtexprvalue>
               <info>
  -                Identifier to be assigned to this HTML element (renders
  -                an "id" attribute).
  +                CSS stylesheet class to be applied to this HTML element.
               </info>
           </attribute>
   
           <attribute>
  -            <name>styleClass</name>
  +            <name>styleId</name>
               <required>false</required>
               <rtexprvalue>false</rtexprvalue>
               <info>
  -                CSS stylesheet class to be applied to this HTML element.
  +                Identifier to be assigned to this HTML element (renders
  +                an "id" attribute).
               </info>
           </attribute>
  -
  -        <!-- No "styleId" attribute? -->
   
           <attribute>
                       <name>value</name>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to