[richfaces-svn-commits] JBoss Rich Faces SVN: r11736 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 12 07:02:10 EST 2008


Author: atsebro
Date: 2008-12-12 07:02:10 -0500 (Fri, 12 Dec 2008)
New Revision: 11736

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
Log:
RF-5219: dropSupport: typeMapping attribute have wrong description.

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2008-12-12 12:00:37 UTC (rev 11735)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2008-12-12 12:02:10 UTC (rev 11736)
@@ -7,7 +7,7 @@
     <property>
         <name>typeMapping</name>
         <classname>java.lang.Object</classname>
-        <description><![CDATA[Map between a draggable type and an indicator name on zone. it's defined with the pair (drag type:indicator name))]]></description>
+        <description><![CDATA[The attribute associates a type of dragable zone (dragType) with &lt;rich:dndParam&gt; defined for &lt;rich:dropSupport&gt; for passing parameter value to &lt;rich:dragIndicator&gt;. It uses JSON format: (drag_type: parameter_name).]]></description>
         <!-- 			<defaultvalue><![CDATA[]]></defaultvalue>  -->
     </property>
     <property>




More information about the richfaces-svn-commits mailing list