[richfaces-svn-commits] JBoss Rich Faces SVN: r12137 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Jan 6 11:35:19 EST 2009
Author: atsebro
Date: 2009-01-06 11:35:18 -0500 (Tue, 06 Jan 2009)
New Revision: 12137
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-06 16:34:31 UTC (rev 12136)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2009-01-06 16:35:18 UTC (rev 12137)
@@ -120,7 +120,7 @@
</mediaobject>
</figure>
- <para><emphasis><property>"typeMapping"</property></emphasis>. Previous example shows that a drop zone could accept a dragable item or not.
+ <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.
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.
@@ -135,7 +135,7 @@
</f:facet>
<rich:dropSupport id="php" acceptedTypes="PHP" dropValue="PHP" dropListener="#{eventBean.processDrop}" reRender="phptable, src"
- typeMapping="{PHP: text_for_accpet, DNET: text_for_rejection}">
+ typeMapping="{PHP: text_for_accepting, DNET: text_for_rejecting}">
<rich:dndParam name="text_for_accepting" value="Drop accepted!" />
<rich:dndParam name="text_for_rejecting" value="Drop is not accepted!" />
</rich:dropSupport>
More information about the richfaces-svn-commits
mailing list