[richfaces-svn-commits] JBoss Rich Faces SVN: r12173 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Jan 9 07:13:25 EST 2009
Author: atsebro
Date: 2009-01-09 07:13:25 -0500 (Fri, 09 Jan 2009)
New Revision: 12173
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
Log:
RF-5219: dropSupport: typeMapping attribute have wrong description.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2009-01-09 10:57:27 UTC (rev 12172)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2009-01-09 12:13:25 UTC (rev 12173)
@@ -122,7 +122,7 @@
<para>Using the <emphasis><property>"typeMapping"</property></emphasis> attribute. Previous example shows that a drop zone could accept a dragable item or not.
Special markers, which are placed at <emphasis role="bold"><property><rich:dragIndicator></property></emphasis>, inform user about drop zone’s possible behaviors:
- "checkmark" appears if drop is accepted and "No stop" sign if it is not.
+ "checkmark" appears if drop is accepted and "No" symbol if it is not.
Moreover, some extra information (e.g. text message) could be put into the Indicator to reinforce the signal about drop zone’s behavior or pass some other additional sense.
This reinforcement could be programmed and attributed to drop zone via <emphasis><property>"typeMapping"</property></emphasis> attribute using JSON syntax.
The type of dragged zone (dragType) should be passed as "key" and name of <emphasis role="bold"><property><rich:dndParam></property></emphasis>
More information about the richfaces-svn-commits
mailing list