quintonm 2003/01/15 15:31:07
Modified: xdocs changes.xml
Log:
Added information on getDisplaySize() and
getMaxSize() being added to Field
Revision Changes Path
1.26 +6 -0 jakarta-turbine-2/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- changes.xml 15 Jan 2003 21:55:37 -0000 1.25
+++ changes.xml 15 Jan 2003 23:31:07 -0000 1.26
@@ -167,6 +167,12 @@
jakarta.apache.org/turbine/dtd/intake.dtd, then the DTD included
in the jar file will be used instead of the online version.
</li>
+ <li>
+ The field object has two new methods to help in creating the HTML
+ input tags for the field. They are getDisplaySize() and getMaxSize().
+ The display size is set in the xml definition. The max size is pulled
+ from the maxLength rule (if defined).
+ </li>
</ul>
</li>
<li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>