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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 16 18:42:15 EDT 2007


Author: nbelaevski
Date: 2007-04-16 18:42:15 -0400 (Mon, 16 Apr 2007)
New Revision: 432

Modified:
   trunk/richfaces/tree/src/main/config/component/tree.xml
   trunk/richfaces/tree/src/main/config/component/treeNode.xml
Log:
RF-77 fixed

Modified: trunk/richfaces/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/tree.xml	2007-04-16 21:08:21 UTC (rev 431)
+++ trunk/richfaces/tree/src/main/config/component/tree.xml	2007-04-16 22:42:15 UTC (rev 432)
@@ -152,6 +152,16 @@
         <property hidden="true">
         	<name>rowKey</name>        	
         </property>
+
+
+        <property hidden="true">
+        	<name>dragValue</name>        	
+        </property>
+
+        <property hidden="true">
+        	<name>dropValue</name>        	
+        </property>
+
 	</component>
 	
 	&listeners;

Modified: trunk/richfaces/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/richfaces/tree/src/main/config/component/treeNode.xml	2007-04-16 21:08:21 UTC (rev 431)
+++ trunk/richfaces/tree/src/main/config/component/treeNode.xml	2007-04-16 22:42:15 UTC (rev 432)
@@ -69,6 +69,14 @@
             <description>Name of node CSS class</description>
             <defaultvalue><![CDATA[""]]></defaultvalue>
         </property>
+
+        <property hidden="true">
+        	<name>dragValue</name>        	
+        </property>
+
+        <property hidden="true">
+        	<name>dropValue</name>        	
+        </property>
     </component>
 	&listeners;
 </components>




More information about the richfaces-svn-commits mailing list