Author: hlship
Date: Sat Dec 17 09:27:05 2005
New Revision: 357351
URL: http://svn.apache.org/viewcvs?rev=357351&view=rev
Log:
TAPESTRY-459: Documentation for DatePicker component is incomplete
Modified:
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DatePicker.xml
jakarta/tapestry/branches/4.0/status.xml
Modified:
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DatePicker.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DatePicker.xml?rev=357351&r1=357350&r2=357351&view=diff
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DatePicker.xml
(original)
+++
jakarta/tapestry/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/DatePicker.xml
Sat Dec 17 09:27:05 2005
@@ -64,15 +64,7 @@
<td> The data value. Take care to ensure date time values are
'normalized' before performing any millisec based comparison or equality
operations.
</td>
</tr>
- <tr>
- <td>format</td>
- <td>String</td>
- <td>in</td>
- <td>no</td>
- <td>dd MMM yyyy</td>
- <td>The date format string. See SimpleDateFormat for format pattern
letters.
- </td>
- </tr>
+
<tr>
<td>disabled</td>
<td>boolean</td>
@@ -82,6 +74,40 @@
<td> Controls whether the date field and calendar button is active
or not.
</td>
</tr>
+
+ <tr>
+ <td>displayName</td>
+ <td>String</td>
+ <td>in</td>
+ <td>no</td>
+ <td></td>
+ <td>
+ The user-presentable name for the component, which will be used by a
&FieldLabel; connected to the component.
+ </td>
+ </tr>
+
+ <tr>
+ <td>validators</td>
+ <td>Array or collection of &Validator;, or &Validator;</td>
+ <td>in</td>
+ <td>no</td>
+ <td></td>
+ <td>
+ The validators to apply to the component.
+ </td>
+ </tr>
+
+ <tr>
+ <td>translator</td>
+ <td>&Translator;</td>
+ <td>in</td>
+ <td>no</td>
+ <td>translator:date,pattern=dd MMM yyyy</td>
+ <td>
+ The translator to use when displaying and parsing the date.
+ </td>
+ </tr>
+
<tr>
<td>icon</td>
<td>&IAsset;</td>
@@ -91,6 +117,28 @@
<td>The icon used to toggle the calendar on and off. The calendar
will automatically line itself up beneath the text input field.
</td>
</tr>
+
+ <tr>
+ <td>id</td>
+ <td>String</td>
+ <td>in</td>
+ <td>no</td>
+ <td></td>
+ <td>
+ Sets the id attribute for the rendered <input> element.
+ </td>
+ </tr>
+
+ <tr>
+ <td>includeWeek</td>
+ <td>boolean</td>
+ <td>in</td>
+ <td>no</td>
+ <td></td>
+ <td>
+ If true, displays in the calendar the week number for each week.
+ </td>
+ </tr>
</table>
Modified: jakarta/tapestry/branches/4.0/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=357351&r1=357350&r2=357351&view=diff
==============================================================================
--- jakarta/tapestry/branches/4.0/status.xml (original)
+++ jakarta/tapestry/branches/4.0/status.xml Sat Dec 17 09:27:05 2005
@@ -61,6 +61,7 @@
<action type="add" dev="HLS" fixes-bug="TAPESTRY-790">Add Tapestry @
JavaForge as related project</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-760">Application
startup fails occasionally because of undefined order of contributions</action>
<action type="add" dev="JK">Document validation inside the Users
Guide</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-459" due-to="Andreas
Andreou">Documentation for DatePicker component is incomplete</action>
</release>
<release version="4.0-rc-1" date="Dec 6 2005">
<action type="update" dev="HLS">Make default binding prefix
configurable</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]