Author: artdaw
Date: 2007-11-13 14:09:56 -0500 (Tue, 13 Nov 2007)
New Revision: 3971
Modified:
trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
RF-1184 - fix section Definition of Custom Style Classes
Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2007-11-13 19:08:21
UTC (rev 3970)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml 2007-11-13 19:09:56
UTC (rev 3971)
@@ -371,19 +371,7 @@
<para>All the changes uses the same rules that defined in requirement for
ordering with
controls.</para>
- <section>
- <title> Built-In Drag and Drop</title>
- <para> It's possible to drag items and drop to the position
needed. </para>
- <para>In this case component <emphasis role="bold">
- <property><rich:orderingList></property>
- </emphasis> provides <property>
- <emphasis>"dragIndicator"</emphasis>
- </property> attribute. </para>
-
- <!-- add an example!!! -->
-
- </section>
- <section>
+ <section>
<title>JavaScript API</title>
<para> Controls are accessible for developer on client-side using controls
attribute of
JavaScript component instance. The value of the attribute is an associative
array of
@@ -611,5 +599,14 @@
</tbody>
</tgroup>
</table>
+ <para>In order to redefine styles for all <emphasis
role="bold">
+ <property><rich:orderingList></property>
+ </emphasis> components on a page using CSS, it's enough to create
classes with the same names and define necessary properties in them.
+ </para>
+ <para>To change styles of particular <emphasis
role="bold">
+ <property><rich:orderingList></property>
+ </emphasis> components, define your own style classes in the
corresponding <emphasis role="bold">
+ <property><rich:orderingList></property>
+ </emphasis> component attributes.</para>
</section>
</section>
Show replies by date