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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 29 07:21:56 EDT 2009


Author: ochikvina
Date: 2009-04-29 07:21:56 -0400 (Wed, 29 Apr 2009)
New Revision: 13898

Modified:
   trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
Log:
https://jira.jboss.org/jira/browse/RF-696 - adding the descriptions for the type attribute of nodeSelectListner and changeExpandListner;

Modified: trunk/ui/tree/src/main/config/component/commonTreeListeners.ent
===================================================================
--- trunk/ui/tree/src/main/config/component/commonTreeListeners.ent	2009-04-29 10:45:25 UTC (rev 13897)
+++ trunk/ui/tree/src/main/config/component/commonTreeListeners.ent	2009-04-29 11:21:56 UTC (rev 13898)
@@ -87,6 +87,7 @@
 		<property existintag="true" exist="true" el="false">
 			<name>type</name>
 			<classname>java.lang.String</classname>
+			<description>The fully qualified Java class name for the listener</description>
 		</property>
 	</listener>
 	<listener>
@@ -120,5 +121,6 @@
 		<property existintag="true" exist="true" el="false">
 			<name>type</name>
 			<classname>java.lang.String</classname>
+			<description>The fully qualified Java class name for the listener</description>
 		</property>
 	</listener>




More information about the richfaces-svn-commits mailing list