JBoss Rich Faces SVN: r22089 - modules/tests/metamer/trunk/application/src/main/webapp/templates.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-03-09 04:24:26 -0500 (Wed, 09 Mar 2011)
New Revision: 22089
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
Log:
disabled ui:debug due to MYFACES-3061 (RF-10668)
Modified: modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-03-09 06:49:33 UTC (rev 22088)
+++ modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-03-09 09:24:26 UTC (rev 22089)
@@ -65,9 +65,12 @@
<h:outputLabel id="localeLabel" value="Locale" for="locale" />
<h:outputText id="locale" value="#{facesContext.viewRoot.locale}" />
-
+
+ <!--
+ TODO: disabled because of MyFaces issue: MYFACES-3061 (RF-10668)
<h:outputLabel id="showUiDebugLabel" value="Show ui:debug" for="showUiDebug" />
- <h:outputText id="showUiDebug" value="Ctrl+Shift+L" />
+ <h:outputText id="showUiDebug" value="Ctrl+Shift+L " />
+ -->
<h:outputLabel id="renderCheckerLabel" value="Render Checker" for="renderChecker"/>
<a4j:outputPanel id="renderChecker">
@@ -90,8 +93,11 @@
updateStatusChecker();
</script>
</a4j:outputPanel>
-
- <ui:debug hotkey="L" />
+
+ <!--
+ TODO: disabled because of MyFaces issue: MYFACES-3061 (RF-10668)
+ ui:debug hotkey="L"
+ -->
</h:panelGrid>
14 years, 10 months
JBoss Rich Faces SVN: r22088 - in modules/docs/trunk/Component_Reference/src/main/docbook/en-US: extras and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-03-09 01:49:33 -0500 (Wed, 09 Mar 2011)
New Revision: 22088
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTable.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTableToggler.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataGrid.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataScroller.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtree.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtreeNode.xml
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Common_Ajax_attributes.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-data-Data_reference_example.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richlist.xml
Log:
Finished first round of skinning references
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Common_Ajax_attributes.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Common_Ajax_attributes.xml 2011-03-08 19:31:01 UTC (rev 22087)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Common_Ajax_attributes.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -103,7 +103,7 @@
<section id="sect-Component_Reference-Data_processing-immediate">
<title><varname>immediate</varname></title>
<para>
- If the <varname>immediate</varname> attribute is set to <literal>true</literal>, the default ActionListener is executed immediately during the Apply Request Values phase of the request processing lifecycle, rather than waitingfor the Invoke Application phase. This allows some data model values to be updated regardless of whether the Validation phase is successful or not.
+ If the <varname>immediate</varname> attribute is set to <literal>true</literal>, the default ActionListener is executed immediately during the Apply Request Values phase of the request processing lifecycle, rather than waiting for the Invoke Application phase. This allows some data model values to be updated regardless of whether the Validation phase is successful or not.
</para>
</section>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-03-08 19:31:01 UTC (rev 22087)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -283,12 +283,10 @@
</itemizedlist>
</section>
- <!-- TODO not in CR1
<section id="sect-Component_Reference-richdataTable-Style_classes_and_skin_parameters">
<title>Style classes and skin parameters</title>
<xi:include href="skinning/tabl-richdataTable.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
- -->
</section>
@@ -660,6 +658,11 @@
</itemizedlist>
</section>
+ <section id="sect-Component_Reference-richcollapsibleSubTable-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richcollapsibleSubTable.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
<section id="sect-Component_Reference-Tables_and_grids-richcollapsibleSubTableToggler">
<title><sgmltag><rich:collapsibleSubTableToggler></sgmltag></title>
<para>
@@ -706,6 +709,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richcollapsibleSubTableToggler-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richcollapsibleSubTableToggler.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
</section>
@@ -1164,7 +1172,7 @@
-->
<section id="sect-Component_Reference-richdataGrid-Patial_updates">
- <title>Patial updates</title>
+ <title>Partial updates</title>
<para>
As <sgmltag><rich:dataGrid></sgmltag> the component is based on the <sgmltag><a4j:repeat></sgmltag> component, it can be partially updated with Ajax. Refer to <xref linkend="sect-Component_Reference-a4jrepeat-Limited_views_and_partial_updates" /> for details on partially updating the <sgmltag><rich:dataGrid></sgmltag> component.
</para>
@@ -1201,14 +1209,10 @@
</itemizedlist>
</section>
- <!-- TODO not in CR1
<section id="sect-Component_Reference-richdataGrid-Style_classes_and_skin_parameters">
<title>Style classes and skin parameters</title>
- <para>
- The <sgmltag><rich:dataGrid></sgmltag> component uses the same style classes and skin parameters as the <sgmltag><rich:dataTable></sgmltag> component. Refer to <xref linkend="sect-Component_Reference-richdataTable-Style_classes_and_skin_parameters" /> for details.
- </para>
+ <xi:include href="skinning/tabl-richdataGrid.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
- -->
</section>
<!--<rich:list>-->
@@ -1454,12 +1458,11 @@
</itemizedlist>
</section>
- <!-- TODO not in CR1
<section id="sect-Component_Reference-richlist-Style_classes_and_skin_parameters">
<title>Style classes and skin parameters</title>
<xi:include href="skinning/tabl-richlist.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
- -->
+
</section>
<!--<rich:dataScroller>-->
@@ -1635,6 +1638,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richdataScroller-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richdataScroller.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<!-- TODO not in M2 -->
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-03-08 19:31:01 UTC (rev 22087)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -345,6 +345,14 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richtree-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <para>
+ Styling for the <sgmltag><rich:tree></sgmltag> component is mostly applied to the tree nodes. Refer to <xref linkend="sect-Component_Reference-richtreeNode-Style_classes_and_skin_parameters" /> for details on styling tree nodes. In addition, the <sgmltag><rich:tree></sgmltag> component can make use of the style classes outlined in <xref linkend="tabl-richtree-Style_classes_and_corresponding_skin_parameters" />.
+ </para>
+ <xi:include href="skinning/tabl-richtree.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
<section id="sect-Component_Reference-Trees-richtreeNode">
<title><sgmltag><rich:treeNode></sgmltag></title>
@@ -422,6 +430,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richtreeNode-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richtreeNode.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
</section>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-data-Data_reference_example.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-data-Data_reference_example.xml_sample 2011-03-08 19:31:01 UTC (rev 22087)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-data-Data_reference_example.xml_sample 2011-03-09 06:49:33 UTC (rev 22088)
@@ -1 +1 @@
-<a4j:commandButton value="Update" data="#{userBean.name}" oncomplete="showTheName(data.name)" />
+<a4j:commandButton value="Update" data="#{userBean.name}" complete="showTheName(data.name)" />
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTable.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTable.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTable.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -0,0 +1,400 @@
+<?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-richcollapsibleSubTable-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-cst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the table.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-r</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table row.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-fst-r</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first row in a table.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-hdr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-hdr-fst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-hdr-fst-r</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first row in the header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-hdr-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a header cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableSubHeaderBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-shdr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table sub-header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-shdr-fst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first sub-header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-shdr-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a sub-header cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableSubHeaderBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-ftr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table footer.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-ftr-fst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first footer.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-ftr-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a footer cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableSubFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-sftr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table sub-footer.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-sftr-fst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first sub-footer.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cst-sftr-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a sub-footer cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableSubFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTableToggler.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTableToggler.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTableToggler.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -0,0 +1,71 @@
+<?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-richcollapsibleSubTableToggler-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-csttg</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for toggle control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-csttg-exp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for toggle control which expands the sub-table.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-csttg-colps</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for toggle control which collapses the sub-table.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataGrid.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataGrid.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataGrid.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -0,0 +1,320 @@
+<?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-richdataGrid-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 morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the grid.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-left-width</literal>, <literal>border-top-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-left-color</literal>, <literal>border-top-color</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-cap</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the grid caption.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-r</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a grid row.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a grid cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-nd-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a node cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-th</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the grid header section.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-h</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a grid header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-h-f</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first header.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-h-r</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a header row.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-h-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a header cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableHeaderBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableHeaderTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-f</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a grid footer.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-f-f</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the first footer.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dg-f-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a footer cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataScroller.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataScroller.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataScroller.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -0,0 +1,265 @@
+<?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-richdataScroller-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 morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the data scroller.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background</literal></entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for buttons in the data scroller.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>headerBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn-first</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>first</guilabel> button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn-fastrwd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>fast rewind</guilabel> button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn-prev</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>previous</guilabel> button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn-next</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>next</guilabel> button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn-fastfwd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>fast forward</guilabel> button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-btn-last</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>last</guilabel> button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-nmb-btn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for page number buttons in the data scroller.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-press</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a data scroller when a control is pressed.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-act</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for an active data scroller.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ds-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a disabled data scroller.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-03-08 19:31:01 UTC (rev 22087)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -47,7 +47,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-cap</classname></term>
+ <term><classname>.rf-dt-cap</classname></term>
<listitem>
<para>
This class defines styles for the table caption.
@@ -63,7 +63,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-r</classname></term>
+ <term><classname>.rf-dt-r</classname></term>
<listitem>
<para>
This class defines styles for a table row.
@@ -79,7 +79,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-fst-r</classname></term>
+ <term><classname>.rf-dt-fst-r</classname></term>
<listitem>
<para>
This class defines styles for the first row in a table.
@@ -165,7 +165,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-hdr</classname></term>
+ <term><classname>.rf-dt-hdr</classname></term>
<listitem>
<para>
This class defines styles for a table header.
@@ -181,7 +181,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-hdr-fst</classname></term>
+ <term><classname>.rf-dt-hdr-fst</classname></term>
<listitem>
<para>
This class defines styles for the first header.
@@ -234,7 +234,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-shdr</classname></term>
+ <term><classname>.rf-dt-shdr</classname></term>
<listitem>
<para>
This class defines styles for a table sub-header.
@@ -250,7 +250,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-shdr-fst</classname></term>
+ <term><classname>.rf-dt-shdr-fst</classname></term>
<listitem>
<para>
This class defines styles for the first sub-header.
@@ -303,7 +303,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-ftr</classname></term>
+ <term><classname>.rf-dt-ftr</classname></term>
<listitem>
<para>
This class defines styles for a table footer.
@@ -319,7 +319,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-ftr-fst</classname></term>
+ <term><classname>.rf-dt-ftr-fst</classname></term>
<listitem>
<para>
This class defines styles for the first footer.
@@ -372,7 +372,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-sftr</classname></term>
+ <term><classname>.rf-dt-sftr</classname></term>
<listitem>
<para>
This class defines styles for a table sub-footer.
@@ -388,7 +388,7 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-dt-sftr-fst</classname></term>
+ <term><classname>.rf-dt-sftr-fst</classname></term>
<listitem>
<para>
This class defines styles for the first sub-footer.
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richlist.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richlist.xml 2011-03-08 19:31:01 UTC (rev 22087)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richlist.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -17,37 +17,107 @@
</row>
</thead>
<tbody>
+
<row>
- <entry>
+ <entry morerows="2">
<variablelist>
<varlistentry>
- <term><classname>.rich-list</classname></term>
+ <term><classname>.rf-ulst-itm</classname></term>
<listitem>
<para>
- This class defines styles for an HTML <sgmltag><ul></sgmltag> element.
+ This class defines styles for an item in an unordered list.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
</row>
-
<row>
- <entry>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
<variablelist>
<varlistentry>
- <term><classname>.rich-list-item</classname></term>
+ <term><classname>.rf-olst-itm</classname></term>
<listitem>
<para>
- This class defines styles for an HTML <sgmltag><il></sgmltag> element.
+ This class defines styles for an item in an unordered list.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
</row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dlst-trm</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the term of an item in a definition list.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dlst-dfn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the definition of an item in a definition list.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
</tbody>
</tgroup>
</table>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtree.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtree.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtree.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -0,0 +1,87 @@
+<?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-richtree-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-tr-nd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the nodes in a tree.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-tr-nd-last</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for last node in a tree.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-tr-nd-colps</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a collapsed tree node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-tr-nd-exp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for an expanded tree node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtreeNode.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtreeNode.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtreeNode.xml 2011-03-09 06:49:33 UTC (rev 22088)
@@ -0,0 +1,270 @@
+<?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-richtreeNode-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 morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a tree node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a tree node label.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-cnt</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for tree node content.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-sel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a selected tree node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>additionalBackgroundColor</literal></entry>
+ <entry><literal>background</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-ldn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a tree node when it is loading.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>additionalBackgroundColor</literal></entry>
+ <entry><literal>background</literal></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-hnd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a tree node handle.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-hnd-lf</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the handle of a leaf node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-hnd-colps</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the handle of a collapsed node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-hnd-exp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the handle of an expanded node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-hnd-ldn-fct</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the loading facet of a tree node handle.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-ico</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for tree node icon.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-ico-lf</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the icon of a leaf node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-ico-colps</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the icon of a collapsed node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-ico-exp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the icon of an expanded node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-trn-ico-cst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a custom node icon.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
14 years, 10 months
JBoss Rich Faces SVN: r22087 - branches/4.0.X/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2011-03-08 14:31:01 -0500 (Tue, 08 Mar 2011)
New Revision: 22087
Modified:
branches/4.0.X/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js
Log:
RESOLVED - issue RF-10708: <rich:validator> error in IE7
https://issues.jboss.org/browse/RF-10708, reviewed by Nick
Modified: branches/4.0.X/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js
===================================================================
--- branches/4.0.X/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js 2011-03-08 15:49:08 UTC (rev 22086)
+++ branches/4.0.X/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js 2011-03-08 19:31:01 UTC (rev 22087)
@@ -189,7 +189,7 @@
params.a.call(element,event,id);
}
return result;
- },
+ }
});
/*
14 years, 10 months
JBoss Rich Faces SVN: r22085 - trunk/examples/richfaces-showcase.
by richfaces-svn-commits@lists.jboss.org
Author: juankprada
Date: 2011-03-08 08:11:23 -0500 (Tue, 08 Mar 2011)
New Revision: 22085
Modified:
trunk/examples/richfaces-showcase/readme.txt
Log:
RF-10583
Updated readme file for the Showcase application.
The information about RF project was added along with setting up instructions and a new formatting that will be consistent accross all readme files within the distribution package
Modified: trunk/examples/richfaces-showcase/readme.txt
===================================================================
--- trunk/examples/richfaces-showcase/readme.txt 2011-03-08 10:01:31 UTC (rev 22084)
+++ trunk/examples/richfaces-showcase/readme.txt 2011-03-08 13:11:23 UTC (rev 22085)
@@ -1,68 +1,170 @@
-RichFaces showcase is an application intended to show RichFaces components in action. It contains set of small use-cases implemented using RichFaces components. These use-cases for the demo are chosen from most popular questions on the user forums. You will be able to find a lot of useful information and will be able to re-use some of it to implement the same cases for your applications.
-
-1 Building and Running the application
-
-1.1. Requirements
-
-- Maven 2.1.0 or later
-- Servers: Apache Tomcat 6.0 or any JEE6 application server (e.g. JBoss AS 6)
-- JDK 1.6
-
-1.2 Optional Additional Software
-- Eclipse IDE + JBoss Tools (to explore and run the application in IDE).
-- You're free to use any other IDE also but we haven't tested an application in other environments.
-
-1.3 Build/Deploy
-
-1.3.1) Tomcat
-To build the project you need to navigate to the /examples/richfaces-showcase and run
-
-mvn clean package
-
-When you see the BUILD SUCCESSFUL message you can deploy the application on the server. You can deploy it on the server by copying .war file from 'target' folder to
-the TOMCAT_HOME/webapps folder. Then, launch the startup.sh or startup.bat script from TOMCAT_HOME/bin/ directory to start the server.
-
-1.3.2) JEE6 server(JBoss AS 6)
-To build the project you need to navigate to the /examples/richfaces-showcase and run
-
-mvn clean package -Pjee6
-
-When you see the BUILD SUCCESSFUL message you can deploy the application on the server. You can deploy it on the server by copying .war file from 'target' folder to
-the JBOSS_HOME/server/default/deploy folder(or change "default/" to used profile folder). Then, launch the run.sh or run.bat script from JBOSS_HOME/bin/ directory to start the server.
-
-2) Publishing to Google Application Engine
-
-We have completed a resource plugin which generates static resources which allow us to create Google App Engine compatible applications using RichFaces. This means deploying to and working with GAE is a piece of cake. Here is how you can deploy your own RichFaces showcase example.
+========================================================================
---) Update the GAE application name, and register it with google. Do this by updating the /webapp-gae/WEB-INF/appengine-web.xml following the GAE standard documentation.
+ RichFaces - Ajax enabled JSF 2.0 component library
---) Only if using MyFaces: Configure the MyFaces encryption secret values in the /webapp-gae/WEB-INF/web.xml. Replace the "-- Insert some secret here --" with a base64 encoded password. This is important because otherwise MyFaces will generate random keys, and this causes issues in a cluster environment like GAE.
+ RichFaces 4.0.CR1 SHOWCASE
+ http://richfaces.org
+ March 2011
+ This software is distributed under the terms of the
+ FSF Lesser Gnu Public License (see lgpl.txt)
-See below for more information:
- MyFaces - http://wiki.apache.org/myfaces/Secure_Your_Application
- Mojarra - http://wikis.sun.com/display/GlassFish/JavaServerFacesRI#JavaServerFacesR...
+========================================================================
---) Build using:
+RichFaces showcase is an application created to show RichFaces components
+in action. It contains a set of small use-cases implemented using RichFaces
+components.
-mvn clean package -Pgae
-
---) Use GAE SDK and the appcfg script just as you would for any other GAE application.
-
-There are some additional changes that were made in order to make richfaces-showcase GAE compatible:
- * WebConfiguration class from com.sun.faces were patched removing code which is not compatible with GAE
- * web.xml with additional properties for GAE created and placed at src\main\webapp-gae\WEB-INF\ (it replaces common one during build with GAE profile)
- * check pom.xml GAE profile section in order to check additional dependencies for that configuration.
-
-3) Working with the project in Eclipse IDE:
-In order to explore, run and deploy the application in Eclipse IDE you can use one of the following options:
-
- * Just import as maven project if using m2eclipse plugin.
-
- * without m2eclipse - build it with the
-
- mvn clean install eclipse:clean eclipse:eclipse
-
- comand and just import as existent project.
-
-You can find more details in the RichFaces Getting Started Guide (visit documentation page at http://jboss.org/richfaces)
-
+The examples shown in the application were chosen from the most popular
+questions at the user forum. You will find a lot of useful information on
+how to implement RichFaces components and re-use the code to implement the
+components in your own application.
+
+This file explains how to build and execute the showcase application on
+your own server.
+
+
+BUILDING AND RUNNING THE APPLICATION
+------------------------------------
+
+ 1. Requirements
+
+ In order to build the Showcase application you will need:
+
+ - Maven 2.1.0 or later
+ - Servers: Apache Tomcat 6.0 or any JEE6 application server
+ (e.g. JBoss AS 6)
+ - JDK 1.6
+
+ Also optional Additional Software would make it easy for you to work
+ with the sources of the application:
+
+ - Eclipse IDE + JBoss Tools (to explore and run the application
+ in IDE). You're obviously free to use any other IDE you wish, but
+ JBoss Tools is recommended.
+
+ 2. Build/Deploy
+
+ - Deploying on Tomcat
+
+ To build the project for Tomcat you need to navigate to the
+ /examples/richfaces-showcase and run:
+
+ mvn clean package
+
+ When you see the BUILD SUCCESSFUL message you can deploy the
+ application on the server. To deploy it on Tomcat, copy the .war
+ file from 'target' folder to TOMCAT_HOME/webapps folder. Then,
+ launch the startup.sh or startup.bat script from TOMCAT_HOME/bin/
+ directory to start the server.
+
+ - Deploying on JEE6 server (JBoss AS 6)
+
+ To build the project for a JEE6 server you need to navigate to the
+ /examples/richfaces-showcase and run
+
+ mvn clean package -Pjee6
+
+ When you see the BUILD SUCCESSFUL message you can deploy the
+ application on the server. To deploy it on the application server
+ copy the .war file from 'target' folder to the JBOSS_HOME/server/default/deploy
+ folder (or change "default/" to used profile folder). Then, launch
+ the run.sh or run.bat script from JBOSS_HOME/bin/ directory to start
+ the server.
+
+
+After deploying the examples to your server open a browser and type
+http://localhost:8080/richfaces-showcase to view the examples.
+
+ - Publishing to Google Application Engine (GAE)
+
+ We have completed a resource plugin which generates static resources
+ allowing us to create Google App Engine compatible applications
+ using RichFaces. This means deploying to and working with GAE is
+ a piece of cake. Here is how you can deploy your own RichFaces showcase
+ example:
+
+ * Update the GAE application name, and register it with google.
+ Do this by updating the /webapp-gae/WEB-INF/appengine-web.xml
+ following the GAE standard documentation.
+
+ * if using MyFaces: Configure the MyFaces encryption secret values
+ in the /webapp-gae/WEB-INF/web.xml. Replace the "-- Insert some secret here --"
+ with a base64 encoded password. This is important because
+ otherwise MyFaces will generate random keys, and this causes
+ issues in a cluster environment like GAE.
+
+ For more information on JSF encryption check:
+ MyFaces - http://wiki.apache.org/myfaces/Secure_Your_Applicatio
+ Mojarra - http://wikis.sun.com/display/GlassFish/JavaServerFacesRI#JavaServerFacesR...
+
+ * Build using: mvn clean package -Pgae
+
+ * Use GAE SDK and the appcfg script just as you would for any other
+ GAE application.
+
+ There are some additional changes that were made in order to make
+ richfaces-showcase GAE compatible:
+
+ * WebConfiguration class from com.sun.faces were patched removing
+ code which is not compatible with GAE
+
+ * web.xml with additional properties for GAE created and placed
+ at src\main\webapp-gae\WEB-INF\ (it replaces common one during
+ build with GAE profile)
+
+ * check pom.xml GAE profile section in order to check additional
+ dependencies for that configuration
+
+
+SETTING UP ECLIPSE TO WORK WITH THE SHOWCASE
+--------------------------------------------
+
+In order to explore, run and deploy the Showcase using Eclipse IDE you can use
+one of the following options:
+
+ - You could use JBoss Tools with m2eclipse plugin and just import
+ the examples as maven-based projects.
+ * Open Eclipse and go to File > Import
+ * Expand the project type named Maven and select Import Maven
+ Project
+ * Browse the directory in which you placed the examples, select
+ it and press OK.
+ * Press next on the import wizard to finish importing the
+ examples.
+
+ - Or if you are not using m2eclipse execute use Maven to convert the
+ project to an Eclipse project:
+ * Open a terminal inside the RichFaces examples directory
+ * execute mvn eclipse:ecllipse
+ * Open Eclipse and select File > Import
+ * Select Import as existing project into workspace after build
+ is complete.
+ * Follow the instructions on the import wizard.
+
+You are now able to work with the Showcase within Eclipse.
+
+
+MORE INFORMATION AND RESOURCES
+------------------------------
+
+For more information on RichFaces 4, please visit RichFaces
+website at:
+
+ - http://www.jboss.org/richfaces.
+
+Or check the Wiki for more information on build instructions for the examples at:
+
+ - http://community.jboss.org/wiki/HowtoworkwithRichFaces4xexamplessources
+
+To report or check the status of issues related to RichFaces Examples
+use the project's Jira at:
+
+ - https://issues.jboss.org/browse/RF
+
+Community support and help can be obtained from the RichFaces forums at:
+
+ - http://community.jboss.org/en/richfaces?view=discussions
+
+
+
+###
14 years, 10 months
JBoss Rich Faces SVN: r22084 - modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/model.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-03-08 05:01:31 -0500 (Tue, 08 Mar 2011)
New Revision: 22084
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/model/CollapsibleSubTable.java
Log:
CST - fixed no data tests
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/model/CollapsibleSubTable.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/model/CollapsibleSubTable.java 2011-03-08 09:26:35 UTC (rev 22083)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/model/CollapsibleSubTable.java 2011-03-08 10:01:31 UTC (rev 22084)
@@ -61,7 +61,14 @@
}
public boolean isNoData() {
- return selenium.isElementPresent(noData) && selenium.isVisible(noData);
+ if (!selenium.isElementPresent(noData)) {
+ return false;
+ }
+ if (selenium.isVisible(noData)) {
+ return !selenium.getText(noData).isEmpty();
+ } else {
+ return selenium.getText(noData).isEmpty();
+ }
}
public boolean isVisible() {
14 years, 10 months
JBoss Rich Faces SVN: r22083 - modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-03-08 04:26:35 -0500 (Tue, 08 Mar 2011)
New Revision: 22083
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/referencedUsage.xhtml
Log:
fixed status tests - name referencing (RF-10709)
Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/referencedUsage.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/referencedUsage.xhtml 2011-03-08 09:19:58 UTC (rev 22082)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/a4jStatus/referencedUsage.xhtml 2011-03-08 09:26:35 UTC (rev 22083)
@@ -42,7 +42,7 @@
<h:panelGrid columns="2">
<h:commandButton id="button1" value="Named status 1" onclick="statusFunction1(); return false;" />
- <a4j:status id="status1">
+ <a4j:status name="status1">
<f:facet name="start">
<h:outputText id="status1TextStart" style="font-size: large; color: red;" value="START" />
</f:facet>
@@ -57,7 +57,7 @@
</a4j:status>
<h:commandButton id="button2" value="Named status 2" onclick="statusFunction2(); return false;" />
- <a4j:status id="status2">
+ <a4j:status name="status2">
<f:facet name="start">
<h:outputText id="status2TextStart" style="font-size: large; color: red;" value="START" />
</f:facet>
14 years, 10 months
JBoss Rich Faces SVN: r22082 - in modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest: richPanelMenuGroup and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-03-08 04:19:58 -0500 (Tue, 08 Mar 2011)
New Revision: 22082
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractMetamerTest.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richPanelMenuGroup/TestPanelMenuGroupClientSideHandlers.java
Log:
fixed PanelMenuGroupClientSideEventHandlers (removed issue tracking: RF-10563, RFPL-1223)
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractMetamerTest.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractMetamerTest.java 2011-03-08 05:52:00 UTC (rev 22081)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/AbstractMetamerTest.java 2011-03-08 09:19:58 UTC (rev 22082)
@@ -42,6 +42,8 @@
import java.net.URL;
import java.util.Arrays;
+import java.util.LinkedList;
+import java.util.List;
import java.util.Locale;
import javax.faces.event.PhaseId;
@@ -264,6 +266,15 @@
selenium.getEval(new JavaScript("window.metamerEvents = \"\";"));
}
+
+ public void testRequestEventsBeforeByAlert(String... events) {
+ for (String event : events) {
+ ReferencedLocator<JQueryLocator> input = ref(attributesRoot, "input[type=text][id$=on{0}Input]");
+ input = input.format(event);
+ selenium.type(input, format("alert('{0}')", event));
+ selenium.waitForPageToLoad();
+ }
+ }
public void testRequestEventsAfter(String... events) {
String[] actualEvents = selenium.getEval(new JavaScript("window.metamerEvents")).split(" ");
@@ -273,6 +284,24 @@
format("The events ({0}) don't came in right order ({1})", Arrays.deepToString(actualEvents),
Arrays.deepToString(events)));
}
+
+ public void testRequestEventsAfterByAlert(String... events) {
+ List<String> list = new LinkedList<String>();
+
+ for (int i = 0; i < events.length; i++) {
+ waitGui.dontFail().until(alertPresent);
+ if (selenium.isAlertPresent()) {
+ list.add(selenium.getAlert());
+ }
+ }
+
+ String[] actualEvents = list.toArray(new String[list.size()]);
+ assertEquals(
+ actualEvents,
+ events,
+ format("The events ({0}) don't came in right order ({1})", Arrays.deepToString(actualEvents),
+ Arrays.deepToString(events)));
+ }
/**
* A helper method for testing attribute "dir". It tries null, ltr and rtl.
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richPanelMenuGroup/TestPanelMenuGroupClientSideHandlers.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richPanelMenuGroup/TestPanelMenuGroupClientSideHandlers.java 2011-03-08 05:52:00 UTC (rev 22081)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richPanelMenuGroup/TestPanelMenuGroupClientSideHandlers.java 2011-03-08 09:19:58 UTC (rev 22082)
@@ -28,28 +28,29 @@
import java.net.URL;
+import org.jboss.test.selenium.encapsulated.JavaScript;
import org.richfaces.tests.metamer.ftest.annotations.Inject;
import org.richfaces.tests.metamer.ftest.annotations.IssueTracking;
import org.richfaces.tests.metamer.ftest.annotations.Use;
+import org.richfaces.tests.metamer.ftest.model.PanelMenu;
import org.testng.annotations.Test;
/**
* @author <a href="mailto:lfryc@redhat.com">Lukas Fryc</a>
* @version $Revision$
*/
-@IssueTracking({ "https://issues.jboss.org/browse/RF-10564", "https://issues.jboss.org/browse/RF-10563" })
public class TestPanelMenuGroupClientSideHandlers extends AbstractPanelMenuGroupTest {
@Inject
@Use(empty = true)
String event;
- String[] ajaxExpansionEvents = new String[] { "beforeswitch", "beforeexpand", "beforeselect", "begin",
+ String[] ajaxExpansionEvents = new String[] { "beforeselect", "beforeswitch", "beforeexpand", "begin",
"beforedomupdate", "select", "expand", "switch", "complete" };
- String[] ajaxCollapsionEvents = new String[] { "beforeswitch", "beforecollapse", "beforeselect", "begin",
+ String[] ajaxCollapsionEvents = new String[] { "beforeselect", "beforeswitch", "beforecollapse", "begin",
"beforedomupdate", "select", "collapse", "switch", "complete" };
- String[] clientExpansionEvents = new String[] { "beforeswitch", "beforeexpand", "beforeselect", "select", "expand",
+ String[] clientExpansionEvents = new String[] { "beforeselect", "beforeswitch", "beforeexpand", "select", "expand",
"switch" };
- String[] clientCollapsionEvents = new String[] { "beforeswitch", "beforecollapse", "beforeselect", "select",
+ String[] clientCollapsionEvents = new String[] { "beforeselect", "beforeswitch", "beforecollapse", "select",
"collapse", "switch" };
String[] serverExpansionEvents = new String[] { "beforeswitch", "beforeexpand" };
String[] serverCollapsionEvents = new String[] { "beforeswitch", "beforecollapse" };
@@ -59,6 +60,8 @@
return buildUrl(contextPath, "faces/components/richPanelMenuGroup/simple.xhtml");
}
+ PanelMenu.Group group1 = menu.getGroupContains("Group 1");
+
@Test
@Use(field = "event", value = "ajaxCollapsionEvents")
public void testClientSideCollapsionEvent() {
@@ -84,12 +87,16 @@
public void testClientSideExpansionEventsOrderClient() {
attributes.setMode(client);
menu.setGroupMode(client);
- super.testRequestEventsBefore(serverExpansionEvents);
+ super.testRequestEventsBefore(clientExpansionEvents);
topGroup.toggle();
- super.testRequestEventsAfter(serverExpansionEvents);
+ group1.toggle();
+ selenium.getEval(new JavaScript("window.metamerEvents = \"\";"));
+ topGroup.toggle();
+ super.testRequestEventsAfter(clientExpansionEvents);
}
@Test
+ @IssueTracking("https://issues.jboss.org/browse/RF-10564")
public void testClientSideCollapsionEventsOrderClient() {
attributes.setMode(client);
menu.setGroupMode(client);
@@ -103,7 +110,9 @@
public void testClientSideExpansionEventsOrderAjax() {
attributes.setMode(ajax);
menu.setGroupMode(ajax);
+ topGroup.toggle();
super.testRequestEventsBefore(ajaxExpansionEvents);
+ selenium.getEval(new JavaScript("window.metamerEvents = \"\";"));
topGroup.toggle();
super.testRequestEventsAfter(ajaxExpansionEvents);
}
@@ -112,31 +121,30 @@
public void testClientSideCollapsionEventsOrderAjax() {
attributes.setMode(ajax);
menu.setGroupMode(ajax);
- topGroup.toggle();
super.testRequestEventsBefore(ajaxCollapsionEvents);
topGroup.toggle();
super.testRequestEventsAfter(ajaxCollapsionEvents);
}
- @Test(groups = "4.0.0.Final")
- @IssueTracking("https://issues.jboss.org/browse/RFPL-1223")
- public void testClientSideExpansionEventsOrderServer() {
+ @Test
+ @Use(field = "event", value = "serverExpansionEvents")
+ public void testClientSideExpansionEventsServer() {
attributes.setMode(server);
menu.setGroupMode(server);
topGroup.toggle();
- super.testRequestEventsBefore(serverExpansionEvents);
+ menu.setGroupMode(null);
+ testRequestEventsBeforeByAlert(event);
topGroup.toggle();
- super.testRequestEventsAfter(serverExpansionEvents);
+ testRequestEventsAfterByAlert(event);
}
- @Test(groups = "4.0.0.Final")
- @IssueTracking("https://issues.jboss.org/browse/RFPL-1223")
- public void testClientSideCollapsionEventsOrderServer() {
+ @Test
+ @Use(field = "event", value = "serverCollapsionEvents")
+ public void testClientSideCollapsionEventsServer() {
attributes.setMode(server);
- menu.setGroupMode(server);
+ menu.setGroupMode(null);
+ testRequestEventsBeforeByAlert(event);
topGroup.toggle();
- super.testRequestEventsBefore(serverCollapsionEvents);
- topGroup.toggle();
- super.testRequestEventsAfter(serverCollapsionEvents);
+ testRequestEventsAfterByAlert(event);
}
}
14 years, 10 months
JBoss Rich Faces SVN: r22081 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-03-08 00:52:00 -0500 (Tue, 08 Mar 2011)
New Revision: 22081
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richextendedDataTable.xml
Log:
dataTable skinning reference
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-03-07 21:40:41 UTC (rev 22080)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-03-08 05:52:00 UTC (rev 22081)
@@ -17,14 +17,15 @@
</row>
</thead>
<tbody>
+
<row>
- <entry>
+ <entry morerows="2">
<variablelist>
<varlistentry>
- <term><classname>.rich-table</classname></term>
+ <term><classname>.rf-dt</classname></term>
<listitem>
<para>
- This class defines the styles for a table.
+ This class defines styles for the table.
</para>
</listitem>
</varlistentry>
@@ -33,283 +34,348 @@
<entry><literal>tableBackgroundColor</literal></entry>
<entry><literal>background-color</literal></entry>
</row>
-
<row>
- <entry morerows="2">
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-left-width</literal>, <literal>border-top-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-left-color</literal>, <literal>border-top-color</literal></entry>
+ </row>
+
+ <row>
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-cell</classname></term>
+ <term><classname>.rich-dt-cap</classname></term>
<listitem>
<para>
- This class defines the styles for a table cell.
+ This class defines styles for the table caption.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
- <row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
- </row>
- <row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
- </row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-header</classname></term>
+ <term><classname>.rich-dt-r</classname></term>
<listitem>
<para>
- This class defines the styles for a table header row.
+ This class defines styles for a table row.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-header-continue</classname></term>
+ <term><classname>.rich-dt-fst-r</classname></term>
<listitem>
<para>
- This class defines the styles for all header lines after the first.
+ This class defines styles for the first row in a table.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry morerows="4">
+ <entry morerows="5">
<variablelist>
<varlistentry>
- <term><classname>.rich-table-headercell</classname></term>
+ <term><classname>.rf-dt-c</classname></term>
<listitem>
<para>
- This class defines the styles for a header cell.
+ This class defines styles for a table cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal>, <literal>tableBorderColor</literal></entry>
- <entry><literal>border-right, border-bottom</literal></entry>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
</row>
<row>
- <entry><literal>headerTextColor</literal></entry>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
<entry><literal>color</literal></entry>
</row>
<row>
- <entry><literal>headerWeightFont</literal></entry>
- <entry><literal>font-weight</literal></entry>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
</row>
<row>
<entry><literal>generalSizeFont</literal></entry>
<entry><literal>font-size</literal></entry>
</row>
+
<row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dt-nd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a node.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
<entry><literal>generalFamilyFont</literal></entry>
<entry><literal>font-family</literal></entry>
</row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-subheader</classname></term>
+ <term><classname>.rich-dt-hdr</classname></term>
<listitem>
<para>
- This class defines the styles for a column sub-header.
+ This class defines styles for a table header.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-thead</classname></term>
+ <term><classname>.rich-dt-hdr-fst</classname></term>
<listitem>
<para>
- This class defines the styles for the separator between the header and the rest of the table.
+ This class defines styles for the first header.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal>, <literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry morerows="3">
+ <entry morerows="5">
<variablelist>
<varlistentry>
- <term><classname>.rich-table-subheadercell</classname></term>
+ <term><classname>.rf-dt-hdr-c</classname></term>
<listitem>
<para>
- This class defines the styles for a column sub-header cell.
+ This class defines styles for a header cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal>, <literal>tableBorderColor</literal></entry>
- <entry><literal>border-right</literal></entry>
+ <entry><literal>tableHeaderBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
</row>
<row>
+ <entry><literal>tableHeaderTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
<entry><literal>generalFamilyFont</literal></entry>
<entry><literal>font-family</literal></entry>
</row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-footer</classname></term>
+ <term><classname>.rich-dt-shdr</classname></term>
<listitem>
<para>
- This class defines the styles for a footer row.
+ This class defines styles for a table sub-header.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-footer-continue</classname></term>
+ <term><classname>.rich-dt-shdr-fst</classname></term>
<listitem>
<para>
- This class defines the styles for all footer lines after the first.
+ This class defines styles for the first sub-header.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry morerows="4">
+ <entry morerows="5">
<variablelist>
<varlistentry>
- <term><classname>.rich-table-footercell</classname></term>
+ <term><classname>.rf-dt-shdr-c</classname></term>
<listitem>
<para>
- This class defines styles for a footer cell.
+ This class defines styles for a sub-header cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth, tableBorderColor</literal></entry>
- <entry><literal>border-right, border-bottom</literal></entry>
+ <entry><literal>tableHeaderBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
</row>
<row>
- <entry><literal>headerWeightFont</literal></entry>
- <entry><literal>font-weight</literal></entry>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><literal>tableHeaderTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
</row>
<row>
<entry><literal>generalFamilyFont</literal></entry>
<entry><literal>font-family</literal></entry>
</row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-subfooter</classname></term>
+ <term><classname>.rich-dt-ftr</classname></term>
<listitem>
<para>
- This class defines the styles for a column footer.
+ This class defines styles for a table footer.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableSubfooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
<row>
- <entry morerows="3">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-subfootercell</classname></term>
+ <term><classname>.rich-dt-ftr-fst</classname></term>
<listitem>
<para>
- This class defines the styles for a column footer cell.
+ This class defines styles for the first footer.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal>, <literal>tableBorderColor</literal></entry>
- <entry><literal>border-right</literal>, <literal>border-bottom</literal></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
+
<row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-dt-ftr-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a footer cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><literal>tableFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
<entry><literal>generalTextColor</literal></entry>
<entry><literal>color</literal></entry>
</row>
<row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
<entry><literal>generalSizeFont</literal></entry>
<entry><literal>font-size</literal></entry>
</row>
- <row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
- </row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-row</classname></term>
+ <term><classname>.rich-dt-sftr</classname></term>
<listitem>
<para>
- This class defines styles for a table row.
+ This class defines styles for a table sub-footer.
</para>
</listitem>
</varlistentry>
@@ -322,10 +388,10 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-table-firstrow</classname></term>
+ <term><classname>.rich-dt-sftr-fst</classname></term>
<listitem>
<para>
- This class defines styles for a table's first row.
+ This class defines styles for the first sub-footer.
</para>
</listitem>
</varlistentry>
@@ -333,22 +399,44 @@
</entry>
<entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry>
+ <entry morerows="5">
<variablelist>
<varlistentry>
- <term><classname>.rich-table-caption</classname></term>
+ <term><classname>.rf-dt-sftr-c</classname></term>
<listitem>
<para>
- This class defines styles for a "caption" facet element.
+ This class defines styles for a sub-footer cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><literal>tableFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
</row>
+ <row>
+ <entry><literal>tableBorderWidth</literal></entry>
+ <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ </row>
+ <row>
+ <entry><literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+
</tbody>
</tgroup>
</table>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richextendedDataTable.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richextendedDataTable.xml 2011-03-07 21:40:41 UTC (rev 22080)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richextendedDataTable.xml 2011-03-08 05:52:00 UTC (rev 22081)
@@ -43,10 +43,10 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-hdr</classname></term>
+ <term><classname>.rich-edt-cnt</classname></term>
<listitem>
<para>
- This class defines styles for a header.
+ This class defines styles for the table content.
</para>
</listitem>
</varlistentry>
@@ -56,6 +56,48 @@
</row>
<row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-edt-c</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a table cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-right</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-edt-c-cnt</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the contents of a cell.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+
+ <row>
<entry morerows="4">
<variablelist>
<varlistentry>
@@ -92,10 +134,10 @@
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-b</classname></term>
+ <term><classname>.rich-edt-hdr</classname></term>
<listitem>
<para>
- This class defines styles for the body of the table.
+ This class defines styles for a header.
</para>
</listitem>
</varlistentry>
@@ -103,43 +145,52 @@
</entry>
<entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry>
+ <entry morerows="1">
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-spcr</classname></term>
+ <term><classname>.rf-edt-hdr-c</classname></term>
<listitem>
<para>
- This class defines a spacer for <productname>Internet Explorer 7</productname> compatibility.
+ This class defines styles for a table header cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom</property></para></entry>
</row>
-
<row>
- <entry morerows="1">
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-right</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-ftr</classname></term>
+ <term><classname>.rf-edt-hdr-c-cnt</classname></term>
<listitem>
<para>
- This class defines styles for a footer.
+ This class defines styles for the contents of a header cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-top</property></para></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
- <entry><para><property>background-color</property></para></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
+ <row>
+ <entry><para><parameter>tableHeaderTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
<row>
<entry morerows="1">
@@ -163,35 +214,24 @@
</row>
<row>
- <entry>
+ <entry morerows="1">
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-ftr-fzn</classname></term>
+ <term><classname>.rich-edt-ftr</classname></term>
<listitem>
<para>
- This class defines styles for a frozen footer.
+ This class defines styles for a footer.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-top</property></para></entry>
</row>
-
<row>
- <entry>
- <variablelist>
- <varlistentry>
- <term><classname>.rich-edt-cnt</classname></term>
- <listitem>
- <para>
- This class defines styles for the table content.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -209,85 +249,78 @@
</entry>
<entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry>
+ <entry morerows="1">
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-rsz</classname></term>
+ <term><classname>.rf-edt-ftr-c</classname></term>
<listitem>
<para>
- This class defines styles for the table resizer.
+ This class defines styles for a table footer cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom</property></para></entry>
</row>
-
<row>
- <entry>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-right</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-rsz-cntr</classname></term>
+ <term><classname>.rf-edt-ftr-c-cnt</classname></term>
<listitem>
<para>
- This class defines styles for the resize container.
+ This class defines styles for the contents of a footer cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry spanname="noskin">No skin parameters.</entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
-
<row>
- <entry>
- <variablelist>
- <varlistentry>
- <term><classname>.rich-edt-rsz-mkr</classname></term>
- <listitem>
- <para>
- This class defines styles for the resize marker.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
<entry><para><parameter>generalTextColor</parameter></para></entry>
- <entry><para><property>border-left</property></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry morerows="1">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-rord</classname></term>
+ <term><classname>.rf-edt-ftr-emp</classname></term>
<listitem>
<para>
- This class defines styles for the re-order functionality.
+ This class defines styles for an empty footer cell.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
<entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border</property></para></entry>
+ <entry><para><property>border-right</property></para></entry>
</row>
- <row>
- <entry><para><parameter>tableHeaderBackgroundColor</parameter> / <parameter>tableBackgroundColor</parameter></para></entry>
- <entry><para><property>background-color</property></para></entry>
- </row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-rord-mkr</classname></term>
+ <term><classname>.rich-edt-ftr-fzn</classname></term>
<listitem>
<para>
- This class defines styles for the re-order marker.
+ This class defines styles for a frozen footer.
</para>
</listitem>
</varlistentry>
@@ -295,183 +328,150 @@
</entry>
<entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry morerows="1">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-c</classname></term>
+ <term><classname>.rich-edt-b</classname></term>
<listitem>
<para>
- This class defines styles for a table cell.
+ This class defines styles for the body of the table.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-bottom</property></para></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
- <row>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-right</property></para></entry>
- </row>
<row>
- <entry morerows="1">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-hdr-c</classname></term>
+ <term><classname>.rf-edt-r-sel</classname></term>
<listitem>
<para>
- This class defines styles for a table header cell.
+ This class defines styles for the selected row.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
<entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-bottom</property></para></entry>
- </row>
- <row>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
<entry><para><property>border-right</property></para></entry>
</row>
-
+
<row>
- <entry morerows="1">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-ftr-c</classname></term>
+ <term><classname>.rich-edt-r-act</classname></term>
<listitem>
<para>
- This class defines styles for a table footer cell.
+ This class defines styles for the active row.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-bottom</property></para></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
+
<row>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-right</property></para></entry>
- </row>
-
- <row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-ftr-emp</classname></term>
+ <term><classname>.rich-edt-rsz</classname></term>
<listitem>
<para>
- This class defines styles for an empty footer cell.
+ This class defines styles for the table resizer.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-right</property></para></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
-
+
<row>
- <entry morerows="1">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-c-cnt</classname></term>
+ <term><classname>.rich-edt-rsz-cntr</classname></term>
<listitem>
<para>
- This class defines styles for the contents of a cell.
+ This class defines styles for the resize container.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>generalFamilyFont</parameter></para></entry>
- <entry><para><property>font-family</property></para></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
+
<row>
- <entry><para><parameter>generalSizeFont</parameter></para></entry>
- <entry><para><property>font-size</property></para></entry>
- </row>
-
- <row>
- <entry morerows="2">
+ <entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-hdr-c-cnt</classname></term>
+ <term><classname>.rich-edt-rsz-mkr</classname></term>
<listitem>
<para>
- This class defines styles for the contents of a header cell.
+ This class defines styles for the resize marker.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>generalFamilyFont</parameter></para></entry>
- <entry><para><property>font-family</property></para></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-left</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>tableHeaderTextColor</parameter></para></entry>
- <entry><para><property>color</property></para></entry>
- </row>
<row>
- <entry morerows="2">
+ <entry morerows="1">
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-ftr-c-cnt</classname></term>
+ <term><classname>.rf-edt-rord</classname></term>
<listitem>
<para>
- This class defines styles for the contents of a footer cell.
+ This class defines styles for the re-order functionality.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>generalFamilyFont</parameter></para></entry>
- <entry><para><property>font-family</property></para></entry>
+ <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border</property></para></entry>
</row>
<row>
- <entry><para><parameter>generalSizeFont</parameter></para></entry>
- <entry><para><property>font-size</property></para></entry>
+ <entry><para><parameter>tableHeaderBackgroundColor</parameter> / <parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
+
<row>
- <entry><para><parameter>generalTextColor</parameter></para></entry>
- <entry><para><property>color</property></para></entry>
- </row>
-
- <row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rf-edt-r-sel</classname></term>
+ <term><classname>.rich-edt-rord-mkr</classname></term>
<listitem>
<para>
- This class defines styles for the selected row.
+ This class defines styles for the re-order marker.
</para>
</listitem>
</varlistentry>
</variablelist>
</entry>
- <entry><para><parameter>tableBorderWidth</parameter>, <parameter>tableBorderColor</parameter></para></entry>
- <entry><para><property>border-right</property></para></entry>
+ <entry spanname="noskin">No skin parameters.</entry>
</row>
<row>
<entry>
<variablelist>
<varlistentry>
- <term><classname>.rich-edt-r-act</classname></term>
+ <term><classname>.rich-edt-spcr</classname></term>
<listitem>
<para>
- This class defines styles for the active row.
+ This class defines a spacer for <productname>Internet Explorer 7</productname> compatibility.
</para>
</listitem>
</varlistentry>
14 years, 10 months
JBoss Rich Faces SVN: r22079 - trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2011-03-07 15:29:38 -0500 (Mon, 07 Mar 2011)
New Revision: 22079
Modified:
trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js
Log:
CODING IN PROGRESS - issue RF-10708: <rich:validator> error in IE7
https://issues.jboss.org/browse/RF-10708
Modified: trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js
===================================================================
--- trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js 2011-03-07 20:17:43 UTC (rev 22078)
+++ trunk/ui/validator/ui/src/main/resources/META-INF/resources/org.richfaces/richfaces-csv.js 2011-03-07 20:29:38 UTC (rev 22079)
@@ -189,7 +189,7 @@
params.a.call(element,event,id);
}
return result;
- },
+ }
});
/*
14 years, 10 months