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"> ...
<rich:dragSupport dragType="file">
<rich:dndParam name="testDrag" value="testDragValue"
- type="dragLabel"/>
+ type="drag"/>
</rich:dragSupport>
...
</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"><rich:dragSupport ...>
- <rich:dndParam type="dragMarker" name="dragging">
+ <rich:dndParam type="drag" name="dragging">
<h:graphicImage value="/img/product1_small.png"/>
</rich:dndParam>
@@ -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"><rich:dragSupport ...>
- <rich:dndParam type="dragLabel" name="label"
value="#{msg.subj}"/>
+ <rich:dndParam type="drag" name="label"
value="#{msg.subj}"/>
...
</rich:dragSupport>
</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"><rich:dropSupport ...>
- <rich:dndParam type="dropMarker" name="comp"
type="dropMarker">
+ <rich:dndParam type="drop" name="comp" >
<h:graphicImage height="16" width="16"
value="/images/comp.png"/>
</rich:dndParam>
...
Show replies by date