[richfaces-svn-commits] JBoss Rich Faces SVN: r500 - trunk/docs/userguide/en/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 24 09:22:11 EDT 2007


Author: vkukharchuk
Date: 2007-04-24 09:22:11 -0400 (Tue, 24 Apr 2007)
New Revision: 500

Modified:
   trunk/docs/userguide/en/included/dndParam.xml
Log:


Modified: trunk/docs/userguide/en/included/dndParam.xml
===================================================================
--- trunk/docs/userguide/en/included/dndParam.xml	2007-04-24 13:06:49 UTC (rev 499)
+++ trunk/docs/userguide/en/included/dndParam.xml	2007-04-24 13:22:11 UTC (rev 500)
@@ -57,7 +57,7 @@
     <programlisting role="XML">         ...
 	&lt;rich:dragSupport dragType="file"&gt;
 			&lt;rich:dndParam name="testDrag" value="testDragValue" 
-				type="dragLabel"/&gt;
+				type="drag"/&gt;
 	&lt;/rich:dragSupport&gt;
 		...
 </programlisting>
@@ -90,11 +90,11 @@
       drag.</listitem>
     </itemizedlist>
 
-    <para>In this case, <property>dndParam</property> is of a dragMarker type
+    <para>In this case, <property>dndParam</property> is of a drag type
     and is defined in the following way:</para>
 
     <programlisting role="JSP">&lt;rich:dragSupport ...&gt; 
-  &lt;rich:dndParam type="dragMarker" name="dragging"&gt; 
+  &lt;rich:dndParam type="drag" name="dragging"&gt; 
    &lt;h:graphicImage value="/img/product1_small.png"/&gt; 
   &lt;/rich:dndParam&gt; 
 
@@ -111,11 +111,11 @@
       a drag.</listitem>
     </itemizedlist>
 
-    <para>In this case <property>dndParam</property> is of a dragLabel type
+    <para>In this case <property>dndParam</property> is of a drag type
     and is defined in the following way:</para>
 
     <programlisting role="JSP">&lt;rich:dragSupport ...&gt; 
-          &lt;rich:dndParam type="dragLabel" name="label" value="#{msg.subj}"/&gt;
+          &lt;rich:dndParam type="drag" name="label" value="#{msg.subj}"/&gt;
             ...
 &lt;/rich:dragSupport&gt;
 </programlisting>
@@ -129,11 +129,11 @@
       onto some zone with dropSupport</listitem>
     </itemizedlist>
 
-    <para>In this case <property>dndParam</property> is of a dropMarker and is
+    <para>In this case <property>dndParam</property> is of a drop type and is
     defined in the following way:</para>
 
     <programlisting role="JSP">&lt;rich:dropSupport ...&gt; 
-        &lt;rich:dndParam type="dropMarker" name="comp" type="dropMarker"&gt; 
+        &lt;rich:dndParam type="drop" name="comp" &gt; 
                &lt;h:graphicImage height="16" width="16" value="/images/comp.png"/&gt; 
         &lt;/rich:dndParam&gt;
 	      ...




More information about the richfaces-svn-commits mailing list