[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Wed Dec 5 23:03:39 EST 2007


  User: sbryzak2
  Date: 07/12/05 23:03:39

  Modified:    doc/reference/en/modules  controls.xml
  Log:
  ordering
  
  Revision  Changes    Path
  1.61      +53 -53    jboss-seam/doc/reference/en/modules/controls.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: controls.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/controls.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -b -r1.60 -r1.61
  --- controls.xml	1 Dec 2007 23:24:26 -0000	1.60
  +++ controls.xml	6 Dec 2007 04:03:39 -0000	1.61
  @@ -615,24 +615,6 @@
           <row>
             <entry valign="top">
               <para>
  -              <literal>&lt;s:validateFormattedText&gt;</literal>
  -            </para>
  -          </entry>
  -          <entry valign="top">
  -            <para><emphasis>Description</emphasis></para>
  -            <para>
  -              Checks that the submitted value is valid Seam Text
  -            </para>
  -            <para><emphasis>Attributes</emphasis></para>
  -            <para>
  -              None.
  -            </para>
  -          </entry>
  -        </row>
  -
  -        <row>
  -          <entry valign="top">
  -            <para>
                 <literal>&lt;s:fragment&gt;</literal>
               </para>
             </entry>
  @@ -762,6 +744,40 @@
           <row>
             <entry valign="top">
               <para>
  +              <literal>&lt;s:label&gt;</literal>
  +            </para>
  +          </entry>
  +          <entry valign="top">
  +            <para><emphasis>Description</emphasis></para>
  +            <para>
  +              "Decorate" a JSF input field with the label.  The label is placed inside 
  +              the HTML <literal>&lt;label&gt;</literal> tag, and is associated with the
  +              nearest JSF input component.  It is often used with <literal>&lt;s:decorate&gt;</literal>.
  +            </para>
  +            <para><emphasis>Attributes</emphasis></para>
  +            <itemizedlist>
  +              <listitem>
  +                <para>
  +                  <literal>style</literal> &#8212; The control's style
  +                </para>
  +              </listitem>
  +              <listitem>
  +                <para>
  +                  <literal>styleClass</literal> &#8212; The control's style class
  +                </para>
  +              </listitem>
  +            </itemizedlist>
  +            <para><emphasis>Usage</emphasis></para>
  +            <programlisting><![CDATA[<s:label styleClass="label">
  +  Country:
  +</s:label>
  +<h:inputText value="#{location.country}" required="true"/>]]></programlisting>
  +          </entry>
  +        </row>
  +        
  +        <row>
  +          <entry valign="top">
  +            <para>
                 <literal>&lt;s:link&gt;</literal>
               </para>
             </entry>
  @@ -848,40 +864,6 @@
           <row>
             <entry valign="top">
               <para>
  -              <literal>&lt;s:label&gt;</literal>
  -            </para>
  -          </entry>
  -          <entry valign="top">
  -            <para><emphasis>Description</emphasis></para>
  -            <para>
  -              "Decorate" a JSF input field with the label.  The label is placed inside 
  -              the HTML <literal>&lt;label&gt;</literal> tag, and is associated with the
  -              nearest JSF input component.  It is often used with <literal>&lt;s:decorate&gt;</literal>.
  -            </para>
  -            <para><emphasis>Attributes</emphasis></para>
  -            <itemizedlist>
  -              <listitem>
  -                <para>
  -                  <literal>style</literal> &#8212; The control's style
  -                </para>
  -              </listitem>
  -              <listitem>
  -                <para>
  -                  <literal>styleClass</literal> &#8212; The control's style class
  -                </para>
  -              </listitem>
  -            </itemizedlist>
  -            <para><emphasis>Usage</emphasis></para>
  -            <programlisting><![CDATA[<s:label styleClass="label">
  -  Country:
  -</s:label>
  -<h:inputText value="#{location.country}" required="true"/>]]></programlisting>
  -          </entry>
  -        </row>
  -        
  -        <row>
  -          <entry valign="top">
  -            <para>
                 <literal>&lt;s:remote&gt;</literal>
               </para>
             </entry>
  @@ -1264,6 +1246,24 @@
             </entry>
           </row>
   
  +        <row>
  +          <entry valign="top">
  +            <para>
  +              <literal>&lt;s:validateFormattedText&gt;</literal>
  +            </para>
  +          </entry>
  +          <entry valign="top">
  +            <para><emphasis>Description</emphasis></para>
  +            <para>
  +              Checks that the submitted value is valid Seam Text
  +            </para>
  +            <para><emphasis>Attributes</emphasis></para>
  +            <para>
  +              None.
  +            </para>
  +          </entry>
  +        </row>        
  +
         </tbody>
       </tgroup>
     </table>
  
  
  



More information about the jboss-cvs-commits mailing list