Author: artdaw
Date: 2007-11-23 12:40:21 -0500 (Fri, 23 Nov 2007)
New Revision: 4236
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
Log:
RF-920 - add Look-and-Feel Customization section to the dragIndicator
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2007-11-23
17:40:05 UTC (rev 4235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2007-11-23
17:40:21 UTC (rev 4236)
@@ -147,23 +147,28 @@
<section>
<title>Marker customization</title>
- <para>The macro defenition
<emphasis><property>"marker"</property></emphasis>
can be customized depending on what a
- draggable element is located over. For that you should define one of these three
parameters
- (specify a parameter with one of three names):</para>
+ <para>The macro defenition <emphasis>
+ <property>"marker"</property>
+ </emphasis> can be customized depending on what a draggable element is
located over. For
+ that you should define one of these three parameters (specify a parameter with
one of three
+ names):</para>
<itemizedlist>
<listitem>accept </listitem>
</itemizedlist>
- <para>Parameter will be set instead of {marker} into indicator when a
draggable element is positioned over drop zone that accept this type of
elements</para>
+ <para>Parameter will be set instead of {marker} into indicator when a
draggable element is
+ positioned over drop zone that accept this type of elements</para>
<itemizedlist>
<listitem>reject</listitem>
</itemizedlist>
- <para>Parameter will be set instead of {marker} into indicator when a
draggable element is positioned over drop zone that doesn't accept this type of
elements </para>
+ <para>Parameter will be set instead of {marker} into indicator when a
draggable element is
+ positioned over drop zone that doesn't accept this type of elements
</para>
<itemizedlist>
<listitem>default</listitem>
</itemizedlist>
- <para>Parameter will be set instead of {marker} into indicator when a
draggable element is positioned over all the rest of page elements</para>
+ <para>Parameter will be set instead of {marker} into indicator when a
draggable element is
+ positioned over all the rest of page elements</para>
</section>
</section>
@@ -244,17 +249,25 @@
</emphasis>component.</para>
</section>
- </section-->
-
-
- <section>
+ </section-->
+
+ <section>
+ <title>Look-and-Feel Customization</title>
+ <para>The <emphasis
role="bold"><property><rich:dragIndicator></property></emphasis>
component has no skin parameters and special <emphasis>
+ <property>style classes</property></emphasis>, as it consists of
one element
+ generated with a your method on the server. To define some style properties such as
an indent
+ or a border, it's possible to use <emphasis>
+ <property>"style"</property></emphasis> and
<emphasis>
+
<property>"styleClass"</property></emphasis>
attributes on the component.</para>
+ </section>
+ <section>
<title>Relevant Resources Links</title>
<para>
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dragSupport...
- >Here</ulink> you can see the example of <emphasis
role="bold"
-
><property><rich:dragIndicator></property></emphasis>
usage and sources for the given example.
- </para>
+ >Here</ulink> you can see the example of <emphasis
role="bold">
+ <property><rich:dragIndicator></property>
+ </emphasis> usage and sources for the given example. </para>
</section>
</section>