Author: artdaw
Date: 2007-11-13 14:47:54 -0500 (Tue, 13 Nov 2007)
New Revision: 3973
Modified:
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
Log:
RF-1174 - fix section Definition of Custom Style Classes
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2007-11-13 19:46:23
UTC (rev 3972)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2007-11-13 19:47:54
UTC (rev 3973)
@@ -14,12 +14,12 @@
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
-<rich:listShuttle value=”#{bean.list}” var=”list” selection=”#{value.resultList}”>
+<rich:listShuttle value="#{bean.list}" var="list"
selection="#{value.resultList}">
<f:facet name=header>
- <h:outputText value=”Header1”/>
+ <h:outputText value="Header1"/>
</f:facet>
<rich:column>
- <h:outputText value=”#{list.text}”>
+ <h:outputText value="#{list.text}">
</rich:column>
<rich:listShuttle>
...]]></programlisting>
@@ -58,6 +58,7 @@
</emphasis> is used to define columns for every
row.</listitem>
</itemizedlist>
</para>
+
</section>
<section>
<title>JavaScript API</title>
@@ -403,5 +404,14 @@
</tbody>
</tgroup>
</table>
+ <para>In order to redefine styles for all <emphasis
role="bold">
+ <property><rich:listShuttle></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:listShuttle></property>
+ </emphasis> components, define your own style classes in the corresponding
<emphasis role="bold">
+ <property><rich:listShuttle></property>
+ </emphasis> component attributes.</para>
</section>
</section>
Show replies by date