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

Norman Richards norman.richards at jboss.com
Thu Dec 7 20:58:38 EST 2006


  User: nrichards
  Date: 06/12/07 20:58:38

  Modified:    doc/reference/en/modules  controls.xml
  Log:
  document selectDate
  
  Revision  Changes    Path
  1.9       +300 -279  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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- controls.xml	20 Nov 2006 20:16:14 -0000	1.8
  +++ controls.xml	8 Dec 2006 01:58:38 -0000	1.9
  @@ -202,6 +202,27 @@
                  </itemizedlist>
              </listitem>
          </varlistentry>
  +        
  +        <varlistentry>
  +            <term><literal>&lt;s:selectDate&gt;</literal></term>
  +            <listitem>
  +                <para>
  +                    Displays a dynamic date picker component that selects a date 
  +                    for the specified input field.  The body of the selectDate element should
  +                    contain HTML elements (that indicate 
  +                </para>
  +                
  +                <itemizedlist>
  +                    <listitem><para><literal>for</literal> &mdash;
  +                        The id of the input field that the date picker will insert the
  +                        selected date into.
  +                    </para></listitem>
  +                </itemizedlist>
  +                
  +                
  +            </listitem>
  +        </varlistentry>
  +        
          <varlistentry>
              <term><literal>&lt;s:conversationPropagation&gt;</literal></term>
              <listitem>
  
  
  



More information about the jboss-cvs-commits mailing list