Author: artdaw
Date: 2008-01-24 11:26:52 -0500 (Thu, 24 Jan 2008)
New Revision: 5596
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-696 - add description of 'inputSize'
attribute
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-01-24 16:08:58 UTC (rev
5595)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-01-24 16:26:52 UTC (rev
5596)
@@ -532,16 +532,17 @@
If false ApplyButton should not be shown
</description>
<defaultvalue>false</defaultvalue>
- </property>
- <property>
- <name>inputSize</name>
- <classname>int</classname>
- </property>
- <property>
- <name>label</name>
- <classname>java.lang.String</classname>
- <description>A localized user presentable name for this
component.</description>
</property>
+ <property>
+ <name>inputSize</name>
+ <classname>int</classname>
+ <description>Defines the size of an input field. Similar to the
"size" attribute of h:inputText</description>
+ </property>
+ <property>
+ <name>label</name>
+ <classname>java.lang.String</classname>
+ <description>A localized user presentable name for this
component.</description>
+ </property>
</component>
&listeners;