[richfaces-svn-commits] JBoss Rich Faces SVN: r5596 - trunk/ui/calendar/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 24 11:26:52 EST 2008


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 &quot;size&quot; 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;




More information about the richfaces-svn-commits mailing list