Author: andyhot
Date: Wed Nov 1 18:06:04 2006
New Revision: 470187
URL: http://svn.apache.org/viewvc?view=rev&rev=470187
Log:
Missing parameters for palette, fixed javadoc links
Modified:
tapestry/tapestry4/trunk/tapestry-contrib/ (props changed)
tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/componentreference/palette.xml
Propchange: tapestry/tapestry4/trunk/tapestry-contrib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Nov 1 18:06:04 2006
@@ -1,5 +1,7 @@
+
classes
*.log
target
null
cobertura.ser
+tapestry-contrib.iml
Modified: tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/componentreference/palette.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/componentreference/palette.xml?view=diff&rev=470187&r1=470186&r2=470187
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/componentreference/palette.xml
(original)
+++ tapestry/tapestry4/trunk/tapestry-contrib/src/site/xdoc/componentreference/palette.xml
Wed Nov 1 18:06:04 2006
@@ -73,7 +73,7 @@
<td>model</td>
<td>
<a
- href="../../tapestry/apidocs/org/apache/tapestry/form/IPropertySelectionModel.html">
+ href="../../tapestry-framework/apidocs/org/apache/tapestry/form/IPropertySelectionModel.html">
IPropertySelectionModel
</a>
</td>
@@ -103,6 +103,45 @@
<td>Controls automatic sorting of the options.</td>
</tr>
<tr>
+ <td>id</td>
+ <td>string</td>
+ <td>no</td>
+ <td></td>
+ <td>
+ Sets the id for the rendered <code><select></code>
element that displays the
+ selected items.
+ </td>
+ </tr>
+ <tr>
+ <td>displayName</td>
+ <td>string</td>
+ <td>no</td>
+ <td></td>
+ <td>
+ The user-presentable name for the component, which will be used
by a
+ <a href="../../components/form/fieldlabel.html">FieldLabel</a>
+ connected to the component.
+ </td>
+ </tr>
+ <tr>
+ <td>validators</td>
+ <td>
+ Array or collection of
+ <a
+ href="../../tapestry-framework/apidocs/org/apache/tapestry/form/validator/Validator.html">
+ Validator
+ </a>
+ </td>
+ <td>no</td>
+ <td></td>
+ <td>
+ The validators to apply to the component. Something along the
lines of:
+ <code>validators:required</code> .<br/><br/>
+
+ <strong>See also:</strong> <a href="../../usersguide/validation.html">Validation</a>
+ </td>
+ </tr>
+ <tr>
<td>rows</td>
<td>int</td>
<td>no</td>
@@ -167,7 +206,7 @@
downDisabledImage
</td>
<td>
- <a href="../../tapestry/apidocs/org/apache/tapestry/IAsset.html">
+ <a href="../../tapestry-framework/apidocs/org/apache/tapestry/IAsset.html">
IAsset
</a>
</td>
|