Author: cluts
Date: 2008-01-21 12:36:36 -0500 (Mon, 21 Jan 2008)
New Revision: 5503
Modified:
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
Log:
http://jira.jboss.org/jira/browse/RF-1052 - Insert code samples explaining skinnability
for datascroller.
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-01-21 17:36:03
UTC (rev 5502)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-01-21 17:36:36
UTC (rev 5503)
@@ -423,6 +423,27 @@
role="bold">
<property><rich:datascroller></property>
</emphasis>attributes.</para>
+
+ <para>CSS code piece used on a page:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="CSS"><![CDATA[...
+.rich-datascr-button{
+ color: #A52A2A;
+}
+.myClass{
+ font-size: xx-large;
+}
+...]]></programlisting>
+ <para>The component is defined in the following way:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[<rich:datascroller ...
inputClass="myClass" .../>]]></programlisting>
+
</section>
<section>
<title>Relevant Resources Links</title>