Author: atsebro
Date: 2008-08-04 08:11:39 -0400 (Mon, 04 Aug 2008)
New Revision: 9881
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
Log:
Replacement of 'dnd' prefix with 'rich' in code examples.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2008-08-04
11:42:30 UTC (rev 9880)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2008-08-04
12:11:39 UTC (rev 9881)
@@ -51,15 +51,15 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
- <dnd:dragIndicator id="indicator">
+ <rich:dragIndicator id="indicator">
<f:facet name="single">
<f:verbatim>
<b>Single item</b> {DragInfo}
</f:verbatim>
</f:facet>
- </dnd:dragIndicator>
+ </rich:dragIndicator>
...
- <dnd:dragSupport dragType="text"
dragIndicator="indicator">
+ <rich:dragSupport dragType="text"
dragIndicator="indicator">
...
]]></programlisting>
</section>
@@ -117,11 +117,11 @@
</itemizedlist>
<para> For instance, this:</para>
<programlisting role="XML"><![CDATA[...
- <dnd:dropSupport...>
- <dnd:dndParam name="testDrop">
+ <rich:dropSupport...>
+ <rich:dndParam name="testDrop">
<h:graphicImage value="/images/file-manager.png" />
- </dnd:dndParam>
- </dnd:dropSupport>
+ </rich:dndParam>
+ </rich:dropSupport>
...
]]></programlisting>
<para>Is placed into indicator as follows:</para>
Show replies by date