Author: atsebro
Date: 2009-04-29 09:05:12 -0400 (Wed, 29 Apr 2009)
New Revision: 13904
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
Log:
RF-2371: Non-standard default values: adding a note into the chapter.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2009-04-29
12:54:15 UTC (rev 13903)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2009-04-29
13:05:12 UTC (rev 13904)
@@ -90,14 +90,28 @@
</figure>
<para>For indicator customization you need to define one of the following
facets:</para>
<itemizedlist>
-
<listitem><para><emphasis><property>"single"</property></emphasis></para></listitem>
+ <listitem>
+ <para>
+ <emphasis><property>"single"</property></emphasis>
— indicator shown when dragging a single item;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis><property>"multiple"</property></emphasis>
— indicator shown when dragging several items.
+ </para>
+ </listitem>
</itemizedlist>
- <para>Indicator shown when dragging a single element.</para>
- <itemizedlist>
-
<listitem><para><emphasis><property>"multiple"</property></emphasis></para></listitem>
- </itemizedlist>
- <para>Indicator shown when dragging several components (for future components
that will support
- multiple selection).</para>
+
+ <note>
+ <title>
+ Note:
+ </title>
+ <para>
+ The current implementation of the <emphasis
role="bold"><property><rich:dragIndicator></property></emphasis>
component
+ does not support multiple items selection. The feature is described for future
releases.
+ </para>
+ </note>
+
<para>Thus for specify a look-and-feel you have to define one of these facets
and include into
it a content that should be shown in indicator.</para>
<section>
Show replies by date