You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/06/29 16:40:25 UTC

svn commit: r958998 - /click/trunk/click/extras/src/org/apache/click/extras/control/DateField.java

Author: sabob
Date: Tue Jun 29 14:40:24 2010
New Revision: 958998

URL: http://svn.apache.org/viewvc?rev=958998&view=rev
Log:
javadoc

Modified:
    click/trunk/click/extras/src/org/apache/click/extras/control/DateField.java

Modified: click/trunk/click/extras/src/org/apache/click/extras/control/DateField.java
URL: http://svn.apache.org/viewvc/click/trunk/click/extras/src/org/apache/click/extras/control/DateField.java?rev=958998&r1=958997&r2=958998&view=diff
==============================================================================
--- click/trunk/click/extras/src/org/apache/click/extras/control/DateField.java (original)
+++ click/trunk/click/extras/src/org/apache/click/extras/control/DateField.java Tue Jun 29 14:40:24 2010
@@ -141,21 +141,21 @@ import org.apache.commons.lang.StringUti
  * date-format-pattern=dd-MM-yyyy </pre>
  *
  * <h3>Localization</h3>
- * The following localization messages are available in in the resource bundle 
+ * The following localization messages are available in the resource bundle:
  * <tt>/org/apache/click/extras/control/DateField.properties</tt>.
  * <ul>
- *   <li><tt>date-title</tt>. The <tt>title</tt> attribute of the input field.</li>
- *   <li><tt>calendar-image-title</tt>. The <tt>title</tt> attribute of the
+ *   <li><tt>date-title</tt> - the <tt>title</tt> attribute of the input field.</li>
+ *   <li><tt>calendar-image-title</tt> - the <tt>title</tt> attribute of the
  *       calendar image icon</tt></li>
- *   <li><tt>calendar-weekdays-heading</tt>. A comma separated list of
+ *   <li><tt>calendar-weekdays-heading</tt> - a comma separated list of
  *       abbreviated week day names starting with Sunday. The default value is
  *       <tt>"S,M,T,W,T,F,S"</tt>. If not defined for a locale, the abbreviated
- *       week day names from the JDK is used. The names are used as column
+ *       week day names from the JDK is used. The names are used as the column
  *       heading in the popup.</li>
- *   <li><tt>calendar-ok</tt>. The label on the "OK" button.</li>
- *   <li><tt>calendar-now</tt>. The label on the "Now" button.</li>
- *   <li><tt>calendar-today</tt>. The label on the "Today" button.</li>
- *   <li><tt>calendar-clear</tt>. The label on the "Clear" button.</li>
+ *   <li><tt>calendar-ok</tt> - the label on the "OK" button.</li>
+ *   <li><tt>calendar-now</tt> - the label on the "Now" button.</li>
+ *   <li><tt>calendar-today</tt> - the label on the "Today" button.</li>
+ *   <li><tt>calendar-clear</tt> - the label on the "Clear" button.</li>
  * </ul>
  * The buttons are only shown when DateField popup also contains time: 
  * <tt>field.setShowTime(true);</tt>