Author: bleathem
Date: 2011-11-08 09:54:16 -0500 (Tue, 08 Nov 2011)
New Revision: 22908
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-ItemLabel_use.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-richcolumn_use.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/figu-Component_Reference-richorderingList-richorderingList.png
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richorderingList.xml
Log:
RFPL-1576: Documented the orderingList - added new files
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-ItemLabel_use.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-ItemLabel_use.xml_sample
(rev 0)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-ItemLabel_use.xml_sample 2011-11-08
14:54:16 UTC (rev 22908)
@@ -0,0 +1,3 @@
+<rich:orderingList value="#{listSelectBean.capitals}"
var="capital" itemValue="#{capital}"
itemLabel="#{capital.name}">
+ <f:converter converterId="CapitalsConverter" />
+</rich:orderingList>
\ No newline at end of file
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-richcolumn_use.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-richcolumn_use.xml_sample
(rev 0)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richorderingList-richcolumn_use.xml_sample 2011-11-08
14:54:16 UTC (rev 22908)
@@ -0,0 +1,15 @@
+<rich:orderingList value="#{listSelectBean.capitals}"
var="capital" listWidth="300px">
+ <f:converter converterId="CapitalsConverter" />
+ <rich:column>
+ <f:facet name="header">Flag</f:facet>
+ <h:graphicImage value="#{capital.stateFlag}" alt="flag"
width="33"/>
+ </rich:column>
+ <rich:column>
+ <f:facet name="header">Name</f:facet>
+ #{capital.name}
+ </rich:column>
+ <rich:column>
+ <f:facet name="header">State</f:facet>
+ #{capital.state}
+ </rich:column>
+</rich:orderingList>
\ No newline at end of file
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/figu-Component_Reference-richorderingList-richorderingList.png
===================================================================
(Binary files differ)
Property changes on:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/figu-Component_Reference-richorderingList-richorderingList.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richorderingList.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richorderingList.xml
(rev 0)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richorderingList.xml 2011-11-08
14:54:16 UTC (rev 22908)
@@ -0,0 +1,244 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE table PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<table
id="tabl-richorderingList-Style_classes_and_corresponding_skin_parameters">
+ <title>Style classes (selectors) and corresponding skin parameters</title>
+ <tgroup cols="3">
+ <colspec colname="class"/>
+ <colspec colname="skin"/>
+ <colspec colname="css"/>
+ <spanspec spanname="noskin" namest="skin"
nameend="css"/>
+ <thead>
+ <row>
+ <entry>Class (selector)</entry>
+ <entry>Skin Parameters</entry>
+ <entry>Mapped <acronym>CSS</acronym> properties</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the orderingList control itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-cntr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the container of the orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin
parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="3">
+ <variablelist>
+ <varlistentry>
+
<term><classname>.rf-ord-cptn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the caption of the
orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+
<entry><para><parameter>headerTextColor</parameter></para></entry>
+
<entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+
<entry><para><parameter>headerSizeFont</parameter></para></entry>
+
<entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
+
<entry><para><parameter>headerFamilyFont</parameter></para></entry>
+
<entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+
<entry><para><parameter>headerWeightFont</parameter></para></entry>
+
<entry><para><property>font-weight</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-lst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the items list of the orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin
parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-hdr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the header of the items list.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+
<entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+
<entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerWeightFont</parameter></para></entry>
+ <entry><para><property>font-weight</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-opt</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for an option in the orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-sel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the selected option of the orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-dflt-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the default label of the orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-btn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the button of the orderingList control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-btn-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the button of the orderingList control when it is
disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ord-lst-scrl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the list scrollbar.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Show replies by date