Author: artdaw
Date: 2007-11-23 12:40:05 -0500 (Fri, 23 Nov 2007)
New Revision: 4235
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.desc.xml
Log:
RF-920 - add Key Features section to the dragIndicator
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.desc.xml 2007-11-23
17:32:06 UTC (rev 4234)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.desc.xml 2007-11-23
17:40:05 UTC (rev 4235)
@@ -7,19 +7,25 @@
</sectioninfo>
<section>
-<title>Description</title>
- <para>This is a component for defining what appears under the mouse cursor
- during drag-and-drop operations. The displayed drag indicator can show
- information about the dragged elements.</para>
+ <title>Description</title>
+ <para>This is a component for defining what appears under the mouse cursor
during drag-and-drop
+ operations. The displayed drag indicator can show information about the dragged
elements.</para>
<figure>
<title>DragIndicator component</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/dragIndicator1.gif" />
+ <imagedata fileref="images/dragIndicator1.gif"/>
</imageobject>
</mediaobject>
</figure>
</section>
-</section>
\ No newline at end of file
+ <section>
+ <title>Key Features</title>
+ <itemizedlist>
+ <listitem>Customizable look and feel</listitem>
+ <listitem>Customizable marker according to the type of dragable
elements</listitem>
+ </itemizedlist>
+ </section>
+</section>