JBoss Rich Faces SVN: r22250 - branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2011-03-17 11:04:34 -0400 (Thu, 17 Mar 2011)
New Revision: 22250
Modified:
branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/AbstractTableBaseRenderer.java
Log:
RF-10571: styleClass for <rich:column> is fixed. Verified by Alex Kolonitsky.
Modified: branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/AbstractTableBaseRenderer.java
===================================================================
--- branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/AbstractTableBaseRenderer.java 2011-03-17 06:41:21 UTC (rev 22249)
+++ branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/AbstractTableBaseRenderer.java 2011-03-17 15:04:34 UTC (rev 22250)
@@ -123,7 +123,9 @@
public void encodeFirstRowStart(ResponseWriter writer, FacesContext context, String parentId, int currentRow, UIComponent component) throws IOException {
writer.startElement(HtmlConstants.TR_ELEMENT, component);
String styleClass = concatClasses(getRowClass(context, parentId), getFirstRowClass(context, parentId), component.getAttributes().get(ROW_CLASS));
- encodeStyleClass(writer, context, component, HtmlConstants.STYLE_CLASS_ATTR, styleClass);
+ if (styleClass.length() > 0) {
+ writer.writeAttribute(HtmlConstants.CLASS_ATTRIBUTE, styleClass, null);
+ }
}
public void encodeFirstRowEnd(ResponseWriter writer)throws IOException {
13 years, 10 months
JBoss Rich Faces SVN: r22249 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-03-17 02:41:21 -0400 (Thu, 17 Mar 2011)
New Revision: 22249
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml
Log:
Fixed build error in skinning reference
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml 2011-03-17 06:38:10 UTC (rev 22248)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml 2011-03-17 06:41:21 UTC (rev 22249)
@@ -65,7 +65,7 @@
</row>
<row>
- <entry morerows="2">
+ <entry morerows="1">
<variablelist>
<varlistentry>
<term><classname>.rf-insp-btns</classname></term>
@@ -84,7 +84,6 @@
<entry><para><parameter>panelBorderColor</parameter></para></entry>
<entry><para><property>border-left-color</property></para></entry>
</row>
- <row>
<row>
<entry>
13 years, 10 months
JBoss Rich Faces SVN: r22248 - in modules/docs/trunk/Component_Reference/src/main/docbook/en-US: skinning and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-03-17 02:38:10 -0400 (Thu, 17 Mar 2011)
New Revision: 22248
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richaccordion.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsiblePanel.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdropDownMenu.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richpanel.xml
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels_and_containers.xml
Log:
Added panels skinning references: RFPL-1235
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml 2011-03-17 01:02:14 UTC (rev 22247)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Menus_and_toolbars.xml 2011-03-17 06:38:10 UTC (rev 22248)
@@ -186,6 +186,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richdropDownMenu-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richdropDownMenu.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<section id="sect-Component_Reference-Menus_and_toolbars-Menu_sub-components">
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels_and_containers.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels_and_containers.xml 2011-03-17 01:02:14 UTC (rev 22247)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Panels_and_containers.xml 2011-03-17 06:38:10 UTC (rev 22248)
@@ -92,6 +92,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richpanel-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richpanel.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<!--<rich:accordion>-->
@@ -259,6 +264,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richaccordion-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richaccordion.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
<!--<rich:accordionItem>-->
<section id="sect-Component_Reference-Panels_and_containers-richaccordionItem">
@@ -493,6 +503,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richcollapsiblePanel-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richcollapsiblePanel.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richaccordion.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richaccordion.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richaccordion.xml 2011-03-17 06:38:10 UTC (rev 22248)
@@ -0,0 +1,242 @@
+<?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-richaccordion-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-ac</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the accordion control itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="5">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-hdr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the header of an accordion item.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerWeightFont</parameter></para></entry>
+ <entry><para><property>font-weight</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-hdr-act</classname></term>
+ <term><classname>.rf-ac-itm-hdr-inact</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the header when the item is either active (expanded) or inactive (collapsed).
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-hdr-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the header when it is disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>tabDisabledTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-gr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for an item group.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="3">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-cnt</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the content of an accordion item.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <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>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-ico</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the item icon.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-exp-ico</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the expanded icon for an item.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-ico-act</classname></term>
+ <term><classname>.rf-ac-itm-ico-inact</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the icon when the item is either active (expanded) or inactive (collapsed).
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the item label.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ac-itm-lbl-act</classname></term>
+ <term><classname>.rf-ac-itm-lbl-inact</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the label when the item is either active (expanded) or inactive (collapsed).
+ </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-richcollapsiblePanel.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsiblePanel.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsiblePanel.xml 2011-03-17 06:38:10 UTC (rev 22248)
@@ -0,0 +1,217 @@
+<?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-richcollapsiblePanel-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-cp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the collapsible panel itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-hdr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the header of a collapsible panel.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property>, <property>border-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerWeightFont</parameter></para></entry>
+ <entry><para><property>font-weight</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-hdr-exp</classname></term>
+ <term><classname>.rf-cp-hdr-colps</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the header when the item is either expanded or collapsed.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-gr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a collapsible panel group.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-b</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the body of a collapsible panel.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <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>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-ico</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the panel icon.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-exp-ico</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the expanded icon for a panel.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-ico-exp</classname></term>
+ <term><classname>.rf-cp-ico-colps</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the icon when the panel is either expanded or collapsed.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the panel label.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-cp-lbl-exp</classname></term>
+ <term><classname>.rf-cp-lbl-colps</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the label when the panel is either expanded or collapsed.
+ </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-richdropDownMenu.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdropDownMenu.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdropDownMenu.xml 2011-03-17 06:38:10 UTC (rev 22248)
@@ -0,0 +1,317 @@
+<?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-richdropDownMenu-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-ddm-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the label of the drop-down menu.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the drop-down menu when it is disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>tabDisabledTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-lbl-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the label of the drop-down menu when it is disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-pos</classname></term>
+ <listitem>
+ <para>
+ This class defines the positioning of the drop-down menu.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-lbl-unsel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the label of the drop-down menu when it is unselected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-lst</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the drop-down list.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-lst-bg</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the background of the drop-down list.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-sublst</classname></term>
+ <listitem>
+ <para>
+ This class defines the positioning of the menu when used as a sub-menu.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-itm</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a menu item.
+ </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="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-itm-sel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a menu item when it is selected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>tabBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-itm-unsel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a menu item when it is unselected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-itm-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a menu item when it is disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>tabDisabledTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-itm-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the label in a menu item.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-itm-ic</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the icon in a menu item.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-emptyIcon</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for an empty icon in a menu item.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-sep</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a menu separator.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-top-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-ddm-nd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for a menu 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-richpanel.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richpanel.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richpanel.xml 2011-03-17 06:38:10 UTC (rev 22248)
@@ -0,0 +1,102 @@
+<?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-richpanel-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-p</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the panel itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-p-hdr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the header of a panel.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property>, <property>border-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerWeightFont</parameter></para></entry>
+ <entry><para><property>font-weight</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-p-b</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the body of a panel.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
13 years, 10 months
JBoss Rich Faces SVN: r22247 - in modules/docs/trunk/Component_Reference/src/main/docbook/en-US: skinning and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-03-16 21:02:14 -0400 (Wed, 16 Mar 2011)
New Revision: 22247
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSlider.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richselect.xml
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
Log:
Completed rich inputs skinning references: RFPL-1235
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml 2011-03-16 23:29:39 UTC (rev 22246)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Rich_inputs.xml 2011-03-17 01:02:14 UTC (rev 22247)
@@ -1439,6 +1439,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richinputNumberSlider-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richinputNumberSlider.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<!-- <rich:inputNumberSpinner> -->
@@ -1552,6 +1557,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richinputNumberSpinner-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richinputNumberSpinner.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<!-- <rich:select> -->
@@ -1707,6 +1717,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section id="sect-Component_Reference-richselect-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richselect.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
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-16 23:29:39 UTC (rev 22246)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-03-17 01:02:14 UTC (rev 22247)
@@ -349,7 +349,7 @@
<section id="sect-Component_Reference-richtree-Style_classes">
<title>Style classes</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" />.
+ 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="vlst-richtree-Style_classes" />.
</para>
<xi:include href="skinning/vlst-richtree.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSlider.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSlider.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSlider.xml 2011-03-17 01:02:14 UTC (rev 22247)
@@ -0,0 +1,323 @@
+<?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-richinputNumberSlider-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-insl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the number slider itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-trc</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the number slider track.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>controlBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-trc-cntr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the container of the number slider track.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="3">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-mn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>minimum</guilabel> label on the number slider.
+ </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>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="3">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-mx</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the <guilabel>maximum</guilabel> label on the number slider.
+ </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>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-inp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the input field on the number slider.
+ </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>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</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-insl-inp-cntr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the container of the input field.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-hnd</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the handle on the number slider.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-hnd-cntr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the container of the handle.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-hnd-sel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the handle when it is selected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-hnd-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the handle when it is selected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-dec</classname></term>
+ <term><classname>.rf-insl-inc</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the step controls to decrease and increase the number.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-dec-sel</classname></term>
+ <term><classname>.rf-insl-inc-sel</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the step controls when they are selected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-dec-dis</classname></term>
+ <term><classname>.rf-insl-inc-dis</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the step controls when they are disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="4">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insl-tt</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the tool-tip on the number slider.
+ </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>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>tipBorderColor</parameter></para></entry>
+ <entry><para><property>border</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>tipBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinputNumberSpinner.xml 2011-03-17 01:02:14 UTC (rev 22247)
@@ -0,0 +1,142 @@
+<?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-richinputNumberSpinner-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-insp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the number spinner itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insp-inp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the input field on the number spinner.
+ </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>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>controlBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insp-btns</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the buttons on the number spinner.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property></para></entry>
+ </row>
+ <row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insp-dec</classname></term>
+ <term><classname>.rf-insp-inc</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the step controls to decrease and increase the number.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+ <!--
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insp-dec-sel</classname></term>
+ <term><classname>.rf-insp-inc-sel</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the step controls when they are selected.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+ -->
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-insp-dec-dis</classname></term>
+ <term><classname>.rf-insp-inc-dis</classname></term>
+ <listitem>
+ <para>
+ These classes define styles for the step controls when they are disabled.
+ </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-richselect.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richselect.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richselect.xml 2011-03-17 01:02:14 UTC (rev 22247)
@@ -0,0 +1,251 @@
+<?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-richselect-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-sel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the select control itself.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-cntr</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the container of the select control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-inp</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the select control input field.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>controlBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-fld-err</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the input field when an error occurs.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="2">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-opt</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for an option in the select control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-sel</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the selected option of the select control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-dflt-lbl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the default label of the select control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry morerows="1">
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-btn</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the button of the select control.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
+ </row>
+ <row>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property></para></entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-btn-arrow</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the arrow on the button.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-btn-dis</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the button of the select control when it is disabled.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-lst-scrl</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the list scrollbar.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-shdw</classname></term>
+ <listitem>
+ <para>
+ This class defines styles for the select control shadow.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ <row>
+ <entry>
+ <variablelist>
+ <varlistentry>
+ <term><classname>.rf-sel-shdw-t</classname></term>
+ <term><classname>.rf-sel-shdw-b</classname></term>
+ <term><classname>.rf-sel-shdw-l</classname></term>
+ <term><classname>.rf-sel-shdw-r</classname></term>
+ <listitem>
+ <para>
+ These classes define the top, bottom, left, and right edge of the select control shadows.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </entry>
+ <entry spanname="noskin">No skin parameters.</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+</table>
13 years, 10 months
JBoss Rich Faces SVN: r22246 - modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-03-16 19:29:39 -0400 (Wed, 16 Mar 2011)
New Revision: 22246
Removed:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtree.xml
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-a4jlog.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richautocomplete.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcalendar.xml
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-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-richdataTable.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richfileUpload.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceInput.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceSelect.xml
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-richtreeNode.xml
Log:
Updated markup for skinning references
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-a4jlog.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-a4jlog.xml 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-a4jlog.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,8 +31,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richautocomplete.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richautocomplete.xml 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richautocomplete.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,16 +31,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -56,8 +56,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>controlBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>controlBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -73,12 +73,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>controlBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>controlBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -110,12 +110,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-left-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property></para></entry>
</row>
<row>
@@ -195,12 +195,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcalendar.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcalendar.xml 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcalendar.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -30,8 +30,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -63,20 +63,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
</row>
<row>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -92,20 +92,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
</row>
<row>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -121,24 +121,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>headerSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>headerSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>headerFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>headerWeightFont</literal></entry>
- <entry><literal>font-weight</literal></entry>
+ <entry><para><parameter>headerWeightFont</parameter></para></entry>
+ <entry><para><property>font-weight</property></para></entry>
</row>
<row>
- <entry><literal>headerTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -154,20 +154,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -183,20 +183,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -212,24 +212,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>headerSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>headerSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>headerFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>headerFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>headerWeightFont</literal></entry>
- <entry><literal>font-weight</literal></entry>
+ <entry><para><parameter>headerWeightFont</parameter></para></entry>
+ <entry><para><property>font-weight</property></para></entry>
</row>
<row>
- <entry><literal>headerTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -245,16 +245,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -302,20 +302,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>calendarWeekBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarWeekBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -331,12 +331,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -368,20 +368,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -413,12 +413,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>calendarCurrentBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarCurrentBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarCurrentTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>calendarCurrentTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -434,12 +434,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>headerTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>headerTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -455,12 +455,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>calendarSpecBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarSpecBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarSpecTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>calendarSpecTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -476,20 +476,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarWeekBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarWeekBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -505,12 +505,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>calendarHolidaysBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarHolidaysBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarHolidaysTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>calendarHolidaysTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -542,12 +542,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>buttonSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>buttonSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>buttonFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>buttonFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -563,16 +563,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>controlBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>controlBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>subBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>subBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -588,8 +588,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal>, <literal>border-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property>, <property>border-color</property></para></entry>
</row>
<row>
@@ -653,8 +653,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
@@ -670,8 +670,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>shadowBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>shadowBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -703,12 +703,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarSpecBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>calendarSpecBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
@@ -724,12 +724,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>calendarCurrentBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarCurrentBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarCurrentTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>calendarCurrentTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -745,16 +745,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -770,16 +770,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -811,12 +811,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -832,16 +832,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>border-right-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>calendarWeekBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>calendarWeekBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -857,20 +857,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -886,12 +886,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -939,20 +939,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
@@ -968,12 +968,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-top-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-top-color</property></para></entry>
</row>
<row>
@@ -989,12 +989,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-top-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-top-color</property></para></entry>
</row>
<row>
@@ -1010,8 +1010,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-right-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-right-color</property></para></entry>
</row>
</tbody>
</tgroup>
Modified: 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 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richcollapsibleSubTable.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -79,28 +79,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -164,28 +164,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableSubHeaderBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableSubHeaderBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -233,28 +233,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableSubHeaderBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableSubHeaderBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -302,28 +302,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableSubFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableSubFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -371,28 +371,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableSubFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableSubFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
</tbody>
Modified: 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 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataGrid.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,16 +31,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-left-width</literal>, <literal>border-top-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-left-width</property>, <property>border-top-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-left-color</literal>, <literal>border-top-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property>, <property>border-top-color</property></para></entry>
</row>
<row>
@@ -88,24 +88,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -121,24 +121,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -154,12 +154,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -223,28 +223,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableHeaderBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableHeaderBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>tableHeaderTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>tableHeaderTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -292,28 +292,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
</tbody>
Modified: 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 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataScroller.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,16 +31,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
@@ -56,24 +56,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -185,24 +185,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
@@ -218,12 +218,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
@@ -239,8 +239,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
@@ -256,8 +256,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
</tbody>
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-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,16 +31,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-left-width</literal>, <literal>border-top-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-left-width</property>, <property>border-top-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-left-color</literal>, <literal>border-top-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-left-color</property>, <property>border-top-color</property></para></entry>
</row>
<row>
@@ -104,28 +104,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -141,24 +141,24 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -206,28 +206,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableHeaderBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableHeaderBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>tableHeaderTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>tableHeaderTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -275,28 +275,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableHeaderBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableHeaderBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>tableHeaderTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>tableHeaderTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -344,28 +344,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -413,28 +413,28 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderWidth</literal></entry>
- <entry><literal>border-bottom-width</literal>, <literal>border-right-width</literal></entry>
+ <entry><para><parameter>tableBorderWidth</parameter></para></entry>
+ <entry><para><property>border-bottom-width</property>, <property>border-right-width</property></para></entry>
</row>
<row>
- <entry><literal>tableBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal>, <literal>border-right-color</literal></entry>
+ <entry><para><parameter>tableBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property>, <property>border-right-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
</tbody>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richfileUpload.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richfileUpload.xml 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richfileUpload.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,12 +31,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>generalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -52,8 +52,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>headerBackgroundColor</literal></entry>
- <entry><literal>background-color</literal>, <literal>border-color</literal></entry>
+ <entry><para><parameter>headerBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property>, <property>border-color</property></para></entry>
</row>
<row>
@@ -118,16 +118,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>trimColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>trimColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
- <entry morerows="1">
+ <entry morerows="2">
<variablelist>
<varlistentry>
<term><classname>.rf-fu-btn-cnt-add</classname></term>
@@ -139,16 +139,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -164,12 +164,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>tableFooterBackgroundColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>tableFooterBackgroundColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -185,16 +185,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tabDisabledTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>tabDisabledTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -210,12 +210,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>trimColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>trimColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -231,16 +231,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -256,12 +256,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>trimColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>trimColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -277,16 +277,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -302,8 +302,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -336,16 +336,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -361,16 +361,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -386,16 +386,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalLinkColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalLinkColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceInput.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceInput.xml 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceInput.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,12 +31,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>editorBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>editorBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -100,20 +100,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>editBackgroundColor</literal></entry>
- <entry><literal>background-color</literal>, <literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>editBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property>, <property>border-bottom-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -161,12 +161,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tabBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tabBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -182,12 +182,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tabBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tabBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceSelect.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceSelect.xml 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richinplaceSelect.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,12 +31,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>editorBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>editorBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>border-bottom-color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-bottom-color</property></para></entry>
</row>
<row>
@@ -100,20 +100,20 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>editBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>editBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -129,8 +129,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -146,8 +146,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -211,12 +211,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tabBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tabBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -232,12 +232,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>tabBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>tabBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
@@ -287,12 +287,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>editBackgroundColor</literal></entry>
- <entry><literal>background-color</literal></entry>
+ <entry><para><parameter>editBackgroundColor</parameter></para></entry>
+ <entry><para><property>background-color</property></para></entry>
</row>
<row>
- <entry><literal>panelBorderColor</literal></entry>
- <entry><literal>border-color</literal></entry>
+ <entry><para><parameter>panelBorderColor</parameter></para></entry>
+ <entry><para><property>border-color</property></para></entry>
</row>
<row>
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-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richlist.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,16 +31,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -56,16 +56,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -81,16 +81,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -106,16 +106,16 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalTextColor</literal></entry>
- <entry><literal>color</literal></entry>
+ <entry><para><parameter>generalTextColor</parameter></para></entry>
+ <entry><para><property>color</property></para></entry>
</row>
<row>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
</tbody>
Deleted: 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 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtree.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -1,87 +0,0 @@
-<?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>
Modified: 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 2011-03-16 23:11:06 UTC (rev 22245)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richtreeNode.xml 2011-03-16 23:29:39 UTC (rev 22246)
@@ -31,12 +31,12 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>generalFamilyFont</literal></entry>
- <entry><literal>font-family</literal></entry>
+ <entry><para><parameter>generalFamilyFont</parameter></para></entry>
+ <entry><para><property>font-family</property></para></entry>
</row>
<row>
- <entry><literal>generalSizeFont</literal></entry>
- <entry><literal>font-size</literal></entry>
+ <entry><para><parameter>generalSizeFont</parameter></para></entry>
+ <entry><para><property>font-size</property></para></entry>
</row>
<row>
@@ -84,8 +84,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
@@ -101,8 +101,8 @@
</varlistentry>
</variablelist>
</entry>
- <entry><literal>additionalBackgroundColor</literal></entry>
- <entry><literal>background</literal></entry>
+ <entry><para><parameter>additionalBackgroundColor</parameter></para></entry>
+ <entry><para><property>background</property></para></entry>
</row>
<row>
13 years, 10 months
JBoss Rich Faces SVN: r22245 - trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2011-03-16 19:11:06 -0400 (Wed, 16 Mar 2011)
New Revision: 22245
Modified:
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Alias.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Attribute.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Description.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Event.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/EventName.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Facet.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Function.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehavior.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehaviorRenderer.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfComponent.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfConverter.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfRenderer.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfValidator.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/RendererSpecificComponent.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Tag.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagLibrary.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagType.java
trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/package-info.java
Log:
RESOLVED - issue RFPL-1347: CDK architecture: Annotations javadoc
https://issues.jboss.org/browse/RFPL-1347
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Alias.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Alias.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Alias.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,7 +28,7 @@
/**
* <p class="changed_added_4_0">
- * Attribute aliases. CDK will generate getters/setters for these aliases which delegate calls to the original attribute
+ * Attribute aliases. CDK will generate getter and setter methods for these aliases which delegate calls to the original attribute
* methods.
* </p>
*
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Attribute.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Attribute.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Attribute.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -29,8 +29,12 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.component.behavior.ClientBehavior;
+import javax.faces.el.MethodBinding;
+
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Used to define Java class field or bean property getter method as JSF attribute.
+ * It used on the abstract method, all necessary code for attribute, including state save/restore code, will be generated by CDK.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -42,7 +46,7 @@
public @interface Attribute {
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Restricts attribute to literal values only ( no EL expressions ).
* </p>
*
* @return
@@ -50,7 +54,7 @@
boolean literal() default false;
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Tells CDK to not include attribute in the VDL tag.
* </p>
*
* @return
@@ -58,7 +62,7 @@
boolean hidden() default false;
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Marks attribute as read-only ( no setter method ).
* </p>
*
* @return
@@ -68,26 +72,59 @@
// boolean transient() default false;
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">If true, attribute used as pass through html attribue, eg. rendered directly into html
+ * without any transformations.
* </p>
*
* @return
*/
boolean passThrough() default false;
+ /**
+ * <p class="changed_added_4_0">Marks attribute as required. Generated tag handler should check its presence.</p>
+ * @return
+ */
boolean required() default false;
+ /**
+ * <p class="changed_added_4_0">Tells CDK to generate getter and setter for attribute.</p>
+ * @return
+ */
boolean generate() default true;
+ /**
+ * <p class="changed_added_4_0">Attribute default value. Should be valid Java code that can be used in field initialiser of function call.</p>
+ * @return
+ */
String defaultValue() default "";
+ /**
+ * <p class="changed_added_4_0">Used by IDE to suggest attribute value.</p>
+ * @return
+ */
String suggestedValue() default "";
+ /**
+ * <p class="changed_added_4_0">Attribute description to include in generated faces-config.xml and taglibs.</p>
+ * @return
+ */
Description description() default @Description();
+ /**
+ * <p class="changed_added_4_0">Method signature for attributes with EL method reference type, either {@link MethodBinding} or {@link MethodExpression}.</p>
+ * @return
+ */
Signature signature() default @Signature(returnType=Signature.NONE.class);
+ /**
+ * <p class="changed_added_4_0">Event descriptions for {@link ClientBehavior} binding.</p>
+ * @return
+ */
EventName[] events() default {};
+ /**
+ * <p class="changed_added_4_0">Attribute aliases.</p>
+ * @return
+ */
Alias[] aliases() default {};
}
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Description.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Description.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Description.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -25,7 +25,7 @@
/**
* <p class="changed_added_4_0">
- * Description used that would be used in IDE to display.
+ * Object or attribute description. Included into generated faces-config.xml or tag library, so it can be used by IDE.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -35,7 +35,7 @@
public static final String NAME = "org.richfaces.cdk.annotations.Description";
/**
- * <p class="changed_added_4_0">Long description of the object.</p>
+ * <p class="changed_added_4_0">Long description of the object. If omited, javadoc comment for associated Java element.</p>
* @return
*/
public String value() default "";
@@ -50,7 +50,7 @@
/**
* <p class="changed_added_4_0">
- * URL that defines IDE icon.
+ * URL that defines small IDE icon.
* </p>
*
* @return Description url.
@@ -58,7 +58,9 @@
public String smallIcon() default "";
/**
- * <p class="changed_added_4_0"></p>
+ * <p class="changed_added_4_0">
+ * URL that defines large IDE icon.
+ * </p>
* @return
*/
public String largeIcon() default "";
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Event.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Event.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Event.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -38,7 +38,7 @@
* <ul>
* <li>Event listener interface</li>
* <li>Event source interface</li>
- * <li>Event tag handler and binding wrapper.</li>
+ * <li>Listener tag handler and wrapper to bind listener to the EL-expression.</li>
* </ul>
* </p>
*
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/EventName.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/EventName.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/EventName.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -29,8 +29,10 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.component.behavior.ClientBehavior;
+
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Description of client-side event that can be associated with {@link ClientBehavior}.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -42,7 +44,7 @@
public @interface EventName {
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Event name ( click,change,mouseover ... ).
* </p>
*
* @return
@@ -50,7 +52,7 @@
public String value() default "";
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Defines default event. There should be only one default event per component.
* </p>
*
* @return
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Facet.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Facet.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Facet.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -29,8 +29,10 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.component.UIComponent;
+
/**
- * <p class="changed_added_4_0">
+ * <p class="changed_added_4_0">Describes facet of {@link UIComponent}.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -50,19 +52,19 @@
* @return
*/
/**
- * <p class="changed_added_4_0"></p>
+ * <p class="changed_added_4_0">Facet name</p>
* @return
*/
String name() default "";
/**
- * <p class="changed_added_4_0"></p>
+ * <p class="changed_added_4_0">If true, getter and setter methods for this facet will be generated.</p>
* @return
*/
boolean generate() default true;
/**
- * <p class="changed_added_4_0"></p>
+ * <p class="changed_added_4_0">Facet description.</p>
* @return
*/
Description description() default @Description;
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Function.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Function.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Function.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -40,13 +40,13 @@
public Description description() default @Description();
/**
- * <p class="changed_added_4_0">Function n</p>
+ * <p class="changed_added_4_0">EL-function name</p>
* @return
*/
public String name() default "";
/**
- * <p class="changed_added_4_0">Tag library for include given function</p>
+ * <p class="changed_added_4_0">Tag library for which given function will be included.</p>
* @return
*/
public TagType type() default TagType.Facelets;
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehavior.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehavior.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehavior.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,8 +28,13 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.component.behavior.ClientBehavior;
+import javax.faces.convert.Converter;
+
/**
* <p class="changed_added_4_0">
+ * This annotation defines concrete class as JSF {@link ClientBehavior}, or abstract class as the base for generated
+ * Behavior implementation.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -50,10 +55,28 @@
*/
public String id() default "";
+ /**
+ * <p class="changed_added_4_0">
+ * fully qualified class name of the generated Behavior implementation. Default value means nothing to genrate from concrete class,
+ * or infer name by convention for abstract class.</p>
+ * </p>
+ * @return
+ */
public String generate() default "";
+ /**
+ * <p class="changed_added_4_0">
+ * Tag description. If generated tags require special handlers, provide separate description for every type of tag, JSP and Facelets.
+ * Otherwise, the only one tag tag description with name and type {@link TagType#All}.
+ * </p>
+ * @return
+ */
public Tag[] tag() default {};
+ /**
+ * <p class="changed_added_4_0">Renderer associated with generated {@link ClientBehavior}</p>
+ * @return
+ */
public JsfBehaviorRenderer renderer() default @JsfBehaviorRenderer();
/**
* <p class="changed_added_4_0">
@@ -67,11 +90,10 @@
/**
* <p class="changed_added_4_0">
- * defines fragments of faces-config.xml that contain standard attribute definitions. CDK also tries to read
- * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces, therefore it is not
- * necessary to explicit include definitions for UIComponent and any other standard JSF classes. CDK defines couple
- * of its own "urn" namespaces: "urn:resource:" for classpath resources, "urn:config:" for for project configuration
- * folder and "urn:attributes:" for META-INF/cdk/attributes/ in the annotations library.
+ * Defines file names for fragment of faces-config.xml that contain standard attribute definitions. All names relative to the
+ * META-INF/cdk/attributes/ folder in classpath. CDK also tries to read
+ * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces. Therefore, it is not
+ * necessary to explicitly include definitions for Converter and any other standard JSF classes.
* </p>
*
* @return
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehaviorRenderer.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehaviorRenderer.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfBehaviorRenderer.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,10 +28,14 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.component.behavior.ClientBehavior;
+import javax.faces.render.ClientBehaviorRenderer;
+import javax.faces.render.RenderKit;
import javax.faces.render.RenderKitFactory;
/**
- * <p class="changed_added_4_0"></p>
+ * <p class="changed_added_4_0">Defines annotated class as JSF {@link ClientBehaviorRenderer}, or, if used in the {@link JsfBehavior} annotation,
+ * defines renderer type for {@link ClientBehavior}.</p>
* @author asmirnov(a)exadel.com
*
*/
@@ -39,12 +43,28 @@
@Target(ElementType.TYPE)
public @interface JsfBehaviorRenderer {
+ /**
+ * <p class="changed_added_4_0">ClientBehavior renderer type.</p>
+ * @return
+ */
public String type() default "";
+ /**
+ * <p class="changed_added_4_0">Defines {@link RenderKit} for which generated renderer is belong to.</p>
+ * @return
+ */
public String renderKitId() default RenderKitFactory.HTML_BASIC_RENDER_KIT;
+ /**
+ * <p class="changed_added_4_0">Fully qualified class name of the generated renderer class.</p>
+ * @return
+ */
public String generate() default "";
+ /**
+ * <p class="changed_added_4_0">Renderer description to include into generated faces-config.xml</p>
+ * @return
+ */
public Description description() default @Description();
}
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfComponent.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfComponent.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfComponent.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,12 +28,6 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
-import javax.faces.component.UICommand;
-import javax.faces.component.UIComponentBase;
-import javax.faces.component.UIInput;
-import javax.faces.component.html.HtmlCommandButton;
-import javax.faces.component.html.HtmlCommandLink;
-import javax.faces.event.FacesEvent;
/**
* <p class="changed_added_4_0">
@@ -70,7 +64,7 @@
/**
* <p class="changed_added_4_0">
- * Component family. For default value, it is inferred from the COMPONENT_FAMILY constant or by naming
+ * Component family. For default value, it could be got from the COMPONENT_FAMILY constant or by inferred naming
* conventions.
* </p>
*
@@ -80,7 +74,8 @@
/**
* <p class="changed_added_4_0">
- * Name of the generated component implementation class.
+ * Name of the generated component implementation class. Default value means nothing to genrate from concrete class,
+ * or infer name by convention for abstract class.
* </p>
*
* @return
@@ -116,7 +111,8 @@
/**
* <p class="changed_added_4_0">
- * Tag description, for JSP and Facelets, tags.
+ * Tag description. If generated tags require special handlers, provide separate description for every type of tag, JSP and Facelets.
+ * Otherwise, the only one tag tag description with name and type {@link TagType#All}.
* </p>
*
* @return
@@ -125,7 +121,7 @@
/**
* <p class="changed_added_4_0">
- * Faces Events fired by the component.
+ * @{link FacesEvent}s fired by the component.
* </p>
*
* @return
@@ -143,11 +139,10 @@
/**
* <p class="changed_added_4_0">
- * Defines fragments of faces-config.xml that contain standard attribute definitions. CDK also tries to read
- * META-INF/cdk/attributes/[classname].xml file for all component superclass's and interfaces. therefore it is not
- * necessary to explicitly include definitions for UIComponent and any other standard JSF classes. CDK defines couple
- * of its own "urn" namespaces: "urn:resource:" for classpath resources, "urn:config:" for for project configuration
- * folder and "urn:attributes:" for META-INF/cdk/attributes/ in the annotations library.
+ * Defines file names for fragment of faces-config.xml that contain standard attribute definitions. All names relative to the
+ * META-INF/cdk/attributes/ folder in classpath. CDK also tries to read
+ * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces. Therefore, it is not
+ * necessary to explicitly include definitions for UIComponent and any other standard JSF classes.
* </p>
*
* @return
@@ -156,7 +151,7 @@
/**
* <p class="changed_added_4_0">
- * Interfaces that should be implemented in the generated component class. CDK processes all {@link Attribute} and
+ * Interfaces that should be implemented by the generated component class. CDK processes all {@link Attribute} and
* {@link Facet} annotations in these interfaces
* </p>
*
@@ -165,8 +160,8 @@
public Class<?>[] interfaces() default {};
/**
- * <p class="changed_added_4_0">Defines third-level renderer-specific components. Used to generate a whole family of similar components.
- * For example, {@link UIComponentBase} provides {@link UICommand} subclass for all command components, and {@link HtmlCommandLink} with {@link HtmlCommandButton} are
+ * <p class="changed_added_4_0">Defines third-level renderer specific components. Used to generate a whole family of similar components.
+ * For example, {@link javax.faces.component.UIComponentBase} provides {@link javax.faces.component.UICommand} subclass for all command components, and {@link javax.faces.component.html.HtmlCommandLink} with {@link javax.faces.component.HtmlCommandButton} are
* renderer-specific components for links and buttons.</p>
* @return
*/
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfConverter.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfConverter.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfConverter.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,8 +28,12 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.convert.Converter;
+
/**
* <p class="changed_added_4_0">
+ * This annotation defines concrete class as JSF {@link Converter}, or abstract class as the base for generated
+ * Converter implementation.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -38,47 +42,83 @@
@Target(ElementType.TYPE)
public @interface JsfConverter {
+ /**
+ * <p class="changed_added_4_0">Default value for {@link #forClass} attribute.</p>
+ * @author asmirnov(a)exadel.com
+ *
+ */
+ public static final class NONE {
+ }
+
public static final String NAME = "org.richfaces.cdk.annotations.JsfConverter";
+ /**
+ * <p class="changed_added_4_0">
+ * The "converter-id" element represents the identifier under which the corresponding Converter class should be
+ * registered.
+ * </p>
+ *
+ * @return converter-id
+ */
public String id() default "";
+ /**
+ * <p class="changed_added_4_0">
+ * represents the class for which a Converter class will be registered.
+ * </p>
+ *
+ * @return
+ */
public Class<?> forClass() default NONE.class;
-
+ /**
+ * <p class="changed_added_4_0">
+ * fully qualified class name of the generated Converter implementation. Default value means nothing to genrate from concrete class,
+ * or infer name by convention for abstract class.</p>
+ * @return
+ */
public String generate() default "";
/**
* <p class="changed_added_4_0">
- * Description used by IDE.
+ * Converter description to include into generated faces-config and taglib.
* </p>
*
* @return
*/
public Description description() default @Description();
+ /**
+ * <p class="changed_added_4_0">
+ * Tag description. If generated tags require special handlers, provide separate description for every type of tag, JSP and Facelets.
+ * Otherwise, the only one tag tag description with name and type {@link TagType#All}.
+ * </p>
+ *
+ * @return
+ */
public Tag[] tag() default {};
-
- public static final class NONE {}
+
/**
* <p class="changed_added_4_0">
- * defines fragments of faces-config.xml that contain standard attribute definitions. CDK also tries to read
- * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces, therefore it is not
- * necessary to explicit include definitions for UIComponent and any other standard JSF classes. CDK defines couple
- * of its own "urn" namespaces: "urn:resource:" for classpath resources, "urn:config:" for for project configuration
- * folder and "urn:attributes:" for META-INF/cdk/attributes/ in the annotations library.
+ * Defines file names for fragment of faces-config.xml that contain standard attribute definitions. All names relative to the
+ * META-INF/cdk/attributes/ folder in classpath. CDK also tries to read
+ * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces. Therefore, it is not
+ * necessary to explicitly include definitions for Converter and any other standard JSF classes.
* </p>
*
* @return
*/
public String[] attributes() default {};
+
/**
* <p class="changed_added_4_0">
- * Interfaces that should be implemented in the generated class. CDK processes all {@link Attribute} annotations in these interfaces
+ * Interfaces that should be implemented in the generated class. CDK processes all {@link Attribute} annotations in
+ * these interfaces
* </p>
*
* @return
*/
public Class<?>[] interfaces() default {};
-
+
}
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfRenderer.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfRenderer.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfRenderer.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -32,7 +32,8 @@
/**
* <p class="changed_added_4_0">
- * The presence of this annotation in the JSF component class associated particular renderer with component.
+ * This annotation defines concrete class as JSF {@link Renderer}, or abstract class as the base for generated
+ * Renderer implementation.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -46,7 +47,7 @@
/**
* <p class="changed_added_4_0">
* The value of this annotation attribute is taken to be JSF <em>renderer-type</em>. If this value was empty,
- * component type will be inferred from by the CDK.
+ * type will be inferred by the CDK.
* </p>
*
* @return JSF <em>renderer-type</em>.
@@ -54,26 +55,37 @@
public String type() default "";
/**
- * <p class="changed_added_4_0">Renderer Family</p>
+ * <p class="changed_added_4_0">Component Family for which renderer from annotated class will be used.</p>
* @return
*/
public String family() default "";
/**
- * <p class="changed_added_4_0">Name of generated renderer class.</p>
+ * <p class="changed_added_4_0">Name of the generated renderer class. Default value means nothing to genrate from concrete class,
+ * or infer name by convention for abstract class.</p>
* @return
*/
public String generate() default "";
/**
- * <p class="changed_added_4_0">RenderKit for which this renderer is belong to</p>
+ * <p class="changed_added_4_0">RenderKit ID for which this renderer is belong to</p>
* @return
*/
public String renderKitId() default RenderKitFactory.HTML_BASIC_RENDER_KIT;
+ /**
+ * <p class="changed_added_4_0">Path to renderer template, relative to templates folder defined by build ( Maven plugin or ant task ).</p>
+ * @return
+ */
public String template() default "";
+ /**
+ * <p class="changed_added_4_0">
+ * Description to include into generated faces-config and taglib.
+ * </p>
+ * @return
+ */
public Description description() default @Description();
}
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfValidator.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfValidator.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/JsfValidator.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -5,7 +5,13 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
+import javax.faces.convert.Converter;
+import javax.faces.validator.Validator;
+
/**
+ * This annotation defines concrete class as JSF {@link Validator}, or abstract class as the base for generated
+ * Validator implementation.
+ *
* @author akolonitsky
* @since Jan 13, 2010
*/
@@ -15,14 +21,36 @@
public static final String NAME = "org.richfaces.cdk.annotations.JsfValidator";
+ /**
+ * <p class="changed_added_4_0">
+ * The "validator-id" element represents the identifier under which the corresponding Validator class should be
+ * registered.
+ * </p>
+ *
+ * @return
+ */
public String id();
+ /**
+ * <p class="changed_added_4_0">
+ * fully qualified class name of the generated Converter implementation. Default value means nothing to genrate from concrete class,
+ * or infer name by convention for abstract class.</p>
+ * @return
+ */
public String generate() default "";
+ /**
+ * <p class="changed_added_4_0">
+ * Tag description. If generated tags require special handlers, provide separate description for every type of tag, JSP and Facelets.
+ * Otherwise, the only one tag tag description with name and type {@link TagType#All}.
+ * </p>
+ * @return
+ */
public Tag[] tag() default {};
+
/**
* <p class="changed_added_4_0">
- * Description used by IDE.
+ * Description to include into generated faces-config and taglib.
* </p>
*
* @return
@@ -31,19 +59,20 @@
/**
* <p class="changed_added_4_0">
- * defines fragments of faces-config.xml that contain standard attribute definitions. CDK also tries to read
- * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces, therefore it is not
- * necessary to explicit include definitions for UIComponent and any other standard JSF classes. CDK defines couple
- * of its own "urn" namespaces: "urn:resource:" for classpath resources, "urn:config:" for for project configuration
- * folder and "urn:attributes:" for META-INF/cdk/attributes/ in the annotations library.
+ * Defines file names for fragment of faces-config.xml that contain standard attribute definitions. All names relative to the
+ * META-INF/cdk/attributes/ folder in classpath. CDK also tries to read
+ * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces. Therefore, it is not
+ * necessary to explicitly include definitions for Converter and any other standard JSF classes.
* </p>
*
* @return
*/
public String[] attributes() default {};
+
/**
* <p class="changed_added_4_0">
- * Interfaces that should be implemented in the generated class. CDK processes all {@link Attribute} annotations in these interfaces
+ * Interfaces that should be implemented in the generated class. CDK processes all {@link Attribute} annotations in
+ * these interfaces
* </p>
*
* @return
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/RendererSpecificComponent.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/RendererSpecificComponent.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/RendererSpecificComponent.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,7 +28,7 @@
/**
* <p class="changed_added_4_0">
- * That annotation defines class that is generated from the concrete class defined in the {@link JsfComponent}
+ * That annotation defines third lvel component, specific for the concrete renderer, that is generated from the concrete class defined in the {@link JsfComponent}
* </p>
*
* @author asmirnov(a)exadel.com
@@ -40,11 +40,10 @@
/**
* <p class="changed_added_4_0">
- * Type of the component. This is mandatory parameter because CDK uses <em>component-type</em> as primary key for
- * components library model.
+ * Type of the JSF component.
* </p>
- * <p class="todo">
- * TODO if this value is an empty, component type will be inferred from class name.
+ * <p class="naming">
+ * if this value is an empty, component type would be inferred from class name.
* </p>
*
* @return component type.
@@ -63,7 +62,7 @@
/**
* <p class="changed_added_4_0">
- * Description used by IDE.
+ * Component description to include into generated faces-config and taglib.
* </p>
*
* @return
@@ -72,7 +71,7 @@
/**
* <p class="changed_added_4_0">
- * Cenerated Junit test.
+ * Junit test description. Isn't used in RichFaces 4.0, reserved for future releases.
* </p>
*
* @return
@@ -90,7 +89,8 @@
/**
* <p class="changed_added_4_0">
- * View Description Language, JSP or Facelets, tags.
+ * Tag description. If generated tags require special handlers, provide separate description for every type of tag, JSP and Facelets.
+ * Otherwise, the only one tag tag description with name and type {@link TagType#All}.
* </p>
*
* @return
@@ -109,11 +109,10 @@
/**
* <p class="changed_added_4_0">
- * defines fragments of faces-config.xml that contain standard attribute definitions. CDK also tries to read
- * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces, therefore it is not
- * necessary to explicit include definitions for UIComponent and any other standard JSF classes. CDK defines couple
- * of its own "urn" namespaces: "urn:resource:" for classpath resources, "urn:config:" for for project configuration
- * folder and "urn:attributes:" for META-INF/cdk/attributes/ in the annotations library.
+ * Defines file names for fragment of faces-config.xml that contain standard attribute definitions. All names relative to the
+ * META-INF/cdk/attributes/ folder in classpath. CDK also tries to read
+ * META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces. Therefore, it is not
+ * necessary to explicitly include definitions for UIComponent and any other standard JSF classes.
* </p>
*
* @return
@@ -122,7 +121,7 @@
/**
* <p class="changed_added_4_0">
- * Interfaces that should be implemented in the generated component class. CDK processes all {@link Attribute} and
+ * Interfaces that should be implemented by the generated component class. CDK processes all {@link Attribute} and
* {@link Facet} annotations in these interfaces
* </p>
*
@@ -131,7 +130,7 @@
public Class<?>[] interfaces() default {};
/**
* <p class="changed_added_4_0">
- * Events fired by the component.
+ * @{link FacesEvent}s fired by the component.
* </p>
*
* @return
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Tag.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Tag.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/Tag.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -26,8 +26,12 @@
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
+import javax.faces.view.facelets.TagHandler;
+import javax.faces.webapp.UIComponentTagBase;
+
/**
* <p class="changed_added_4_0">
+ * Defines Faces VDL ( Facelets,JSP )tag.
* </p>
*
* @author asmirnov(a)exadel.com
@@ -46,12 +50,30 @@
*/
public String name() default "";
+ /**
+ * <p class="changed_added_4_0">Defines target View Description Language: JSP, Facelets, or both.</p>
+ * @return
+ */
public TagType type() default TagType.Facelets;
+ /**
+ * <p class="changed_added_4_0">Tag handler class. Fully qualified class name of the generated or
+ * existing tag handler. For {@link TagType#Jsp} it's {@link JspTag} or, more likely, {@link UIComponentTagBase} instance.
+ * For facelets, it's {@link TagHandler} instance.</p>
+ * @return
+ */
public String handler() default "";
+ /**
+ * <p class="changed_added_4_0">Base class for generated tag handler. Default value depends from {@link #type()} attribute value.</p>
+ * @return
+ */
public String baseClass() default "";
+ /**
+ * <p class="changed_added_4_0">Flag indicates that special tag handler should be generated.</p>
+ * @return
+ */
public boolean generate() default false;
}
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagLibrary.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagLibrary.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagLibrary.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -28,7 +28,9 @@
import java.lang.annotation.Target;
/**
- * This annotation defines taglib for which all tags for JSF components from that packages belong to
+ * This annotation defines taglib for which all tags for JSF components from that packages belong to.
+ * Current limitation - there sould be only one taglib package in the project, otherwise the last processed package will
+ * override others.
*
* @author asmirnov
* @version $Id$
@@ -45,7 +47,7 @@
public String uri();
/**
- * <p class="changed_added_4_0">Library short name ( default prefix )</p>
+ * <p class="changed_added_4_0">Library short name ( default prefix ). The same same also used for faces-config <name> element.</p>
* @return
*/
public String shortName();
@@ -76,13 +78,13 @@
public Class<?> listenerClass() default NONE.class;
/**
- * <p class="changed_added_4_0">Library description to use by IDE</p>
+ * <p class="changed_added_4_0">Library description, included into generated taglib and faces-config.E</p>
* @return
*/
public String displayName() default "";
/**
- * <p class="changed_added_4_0">Java Server Pages version for generated tld.</p>
+ * <p class="changed_added_4_0">Java Server Pages version for generated tld, for JSP taglib only.</p>
* @return
*/
public String jspVersion() default "2.0";
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagType.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagType.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/TagType.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -23,6 +23,7 @@
package org.richfaces.cdk.annotations;
/**
+ * VDL type for {@link Tag} annotation.
* @author akolonitsky
* @since Feb 11, 2010
*/
Modified: trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/package-info.java
===================================================================
--- trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/package-info.java 2011-03-16 22:17:01 UTC (rev 22244)
+++ trunk/cdk/annotations/src/main/java/org/richfaces/cdk/annotations/package-info.java 2011-03-16 23:11:06 UTC (rev 22245)
@@ -1,32 +1,41 @@
/**
* <h1>Java annotations used by the CDK.</h1>
+ * <h2>Package-level annotations</h2>
+ * <p> {@link org.richfaces.cdk.annotations.TagLibrary} defines library-wide parameters</p>
* <h2>Class-level annotations:</h2>
- * <p>Mandatory:</p>
- * <p>@{@link JsfComponent}("component.Type") or @{@link javax.faces.component.FacesComponent}("component.Type").</p>
- * <p>Optional:</p>
* <ul>
- * <li>@{@link Family}("component.Family") defines component family used in the generated class.<br /></li>
- * <li>@{@link Generate}("component.UIClass") tells CDK to generate concrete component class ( base UI... or renderer-specific ).</li>
- * <li>@{@link Test}(testClass="component.Test",testMethod="testFoo",testType={@link TestType}.DECODE) tells CDK to generate unit test for that component.</li>
- * <li>@{@link JsfRenderer}("retnderer.Type") , @{@link RendererTemplate}("/renderer/template.xml") associate renderer with that component. The first one defines independently created renderer, while @{@link RendererTemplate tells CDK to generate renderer class from that template. It is possible to define more than one template with component class using @{@link RendererTemplates}({@{@link RendererTemplate}("one.xml"),@{@link RendererTemplate}("two.xml").<br /></li>
- * <li>@{@link Attributes}({"base.xml","command.xml"}) defines fragments of faces-config.xml which contain standart attributes definitions. CDK also tries to read META-INF/cdk/attributes/[classname].xml file for all component superclasses and interfaces, therefore it is not necessary to explicit include definitions for UIComponent and any other standard JSF classes. CDK defines couple of its own "urn" namespaces: "urn:resource:" for classpath resources, "urn:config:" for for project configuration folder and "urn:attributes:" for META-INF/cdk/attributes/ in the annotations library.<br /></li>
- * <li>@{@link Fires}({MyEvent.class}) defines event classes that this component could fire.</li>
- * <li>@{@link Description} , @{@link DisplayName} - optional IDE-related parameters.<br /></li>
+ * <li>@{@link org.richfaces.cdk.annotations.JsfComponent}("component.Type") or @{@link javax.faces.component.FacesComponent}("component.Type").</li>
+ * <li>@{@link org.richfaces.cdk.annotations.JsfRenderer} Defines JSF {@link javax.faces.render.Renderer} or link renderer with component.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.JsfConverter} Defines JSF {@link javax.faces.convert.Converter}.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.JsfValidator} Defines JSF {@link javax.faces.validator.Validator}.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.JsfBehavior} Defines JSF {@link javax.faces.component.behavior.ClientBehavior}.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.JsfBehaviorRenderer} Defines JSF {@link javax.faces.render.ClientBehaviorRenderer} or links renderer with behavior.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Event} Defines JSF {@link javax.faces.event.FacesEvent} or links event with component that fires it.</li>
* </ul>
+ * <h2>Annotations used to refine class top level definitions</h2>
+ * <li>@{@link org.richfaces.cdk.annotations.Test} tells CDK to generate unit test for component.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Description} optional IDE-related parameters.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Tag} VDL tag description.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.RendererSpecificComponent} defines renderer specific component for the family created from one base component</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Description} optional IDE-related parameters.<br /></li>
+ * </ul>
* <p> </p>
- * <h2>Attribute level annotations ( for getter or setter level ):</h2>
+ * <h2>Attribute level annotations ( for getter or field level ):</h2>
* <ul>
- * <li>@{@link Attribute}(literal="false",hidden="false",readOnly="false",passTrough="true") markes attribute getter/setter.</li>
- * <li>@{@link Signature}(returnType=boolean.class,parameters={Object.class,String.class}) defines Java method signature for attributes that holds MethodExpression objects.</li>
- * <li>@{@link Generate} forces CDK to generate attribute getter/setter. Without that annotation CDK will generate implementation for abstract methods only.</li>
- * <li>@{@link Alias}({"foo","bar"})</li>
- * <li>@{@link EventName}(value="click",defaultEvent=true) defines behavior event name for that attribute. To define more than one event name they could be grouped as @{@link EventNames}({@{@link EventName}("foo),@{@link EventName}("bar")})</li>
- * <li>@{@link DefaultValue}("12"), @{@link SuggestedValue}("12") ...</li>
- * <li>@{@link Description} , @{@link DisplayName} - optional IDE-related parameters.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Attribute} Defines Faces attribute, used on for attribute getter method or field.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Facet} for facet getter. Also, used in {@link org.richfaces.cdk.annotations.JsfComponent} facets property.</li>
+ * <li>@{@link org.richfaces.cdk.annotations.Function}, Used for public static methods to define them as EL-functions.</li>
* </ul>
+ * <h2>Annotations used to refine method-level properties</h2>
+ * <ul>
+ * <li>@{@link Signature} defines Java method signature for attributes that holds MethodExpression objects.</li>
+ * <li>@{@link Alias} defines alias for attribute.</li>
+ * <li>@{@link EventName}(value="click",defaultEvent=true) defines behavior event name for that attribute.</li>
+ * <li>@{@link Description} optional IDE-related description.</li>
+ * </ul>
* <p> </p>
* <h3>Facet annotations.</h3>
- * <p>There are two methods to define component facet. At the class level, developer could use @{@link Facets annotations. It is also possible to define facet getter/setter methods for facet and mark one of them with @{@link Facet} annotation.</p>
+ * <p>There are two methods to define component facet. At the class level, developer could use @{@link org.richfaces.cdk.annotations.JsfComponent#facets()} property. It is also possible to define facet getter/setter methods for facet and mark one of them with @{@link Facet} annotation.</p>
*
*
*/
13 years, 10 months
JBoss Rich Faces SVN: r22243 - trunk/ui/validator/ui/src/main/java/org/richfaces/renderkit/html.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2011-03-16 13:52:50 -0400 (Wed, 16 Mar 2011)
New Revision: 22243
Modified:
trunk/ui/validator/ui/src/main/java/org/richfaces/renderkit/html/ClientAndAjaxScript.java
Log:
CODING IN PROGRESS - issue RF-10769: CSV: JavaScript error in mixed client/ajax validation.
https://issues.jboss.org/browse/RF-10769
Modified: trunk/ui/validator/ui/src/main/java/org/richfaces/renderkit/html/ClientAndAjaxScript.java
===================================================================
--- trunk/ui/validator/ui/src/main/java/org/richfaces/renderkit/html/ClientAndAjaxScript.java 2011-03-16 14:59:27 UTC (rev 22242)
+++ trunk/ui/validator/ui/src/main/java/org/richfaces/renderkit/html/ClientAndAjaxScript.java 2011-03-16 17:52:50 UTC (rev 22243)
@@ -35,6 +35,7 @@
@Override
protected void appendAjaxParameter(Appendable target) throws IOException {
+ target.append(',');
appendAjaxParameter(target, ajaxScript);
}
/* (non-Javadoc)
13 years, 10 months
JBoss Rich Faces SVN: r22242 - in branches/4.0.X: examples/irc-client and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2011-03-16 10:59:27 -0400 (Wed, 16 Mar 2011)
New Revision: 22242
Modified:
branches/4.0.X/dist/readme-examples.txt
branches/4.0.X/examples/irc-client/readme.txt
Log:
workaround for http://jira.jboss.org/browse/RF-10765
just updated readme's
Modified: branches/4.0.X/dist/readme-examples.txt
===================================================================
--- branches/4.0.X/dist/readme-examples.txt 2011-03-16 14:22:19 UTC (rev 22241)
+++ branches/4.0.X/dist/readme-examples.txt 2011-03-16 14:59:27 UTC (rev 22242)
@@ -107,7 +107,15 @@
You are now able to work with the examples within Eclipse.
+PUSH COMPONENT EXAMPLE
+------------------------------
+We've completed the Push feature sample "irc-client" prior to release but there were not enough
+time in order to include into the distribution. So currently you could check out
+it from svn at http://anonsvn.jboss.org/repos/richfaces/branches/4.0.X/examples/irc-client .
+It contains separate readme file which describes build and additional settings required.
+We will add it to distribution in the next releases.
+
MORE INFORMATION AND RESOURCES
------------------------------
Modified: branches/4.0.X/examples/irc-client/readme.txt
===================================================================
--- branches/4.0.X/examples/irc-client/readme.txt 2011-03-16 14:22:19 UTC (rev 22241)
+++ branches/4.0.X/examples/irc-client/readme.txt 2011-03-16 14:59:27 UTC (rev 22242)
@@ -23,12 +23,12 @@
* Start Admin console going to http://localhost:8080/admin-console
- * Setup new Messages Topic with the folowing properties:
+ * Setup new JMS Topic with the folowing properties:
Name: chat
JNDI name: /topic/chat
All the others: by default.
- * Add roles for that topic
+ * Add role to that topic
Name: guest
Send: yes
Consume: yes
@@ -38,4 +38,4 @@
delete durable subscriber: yes
Running application
- * Enjoy playing with the client at http://localhost:8080/irc-samples
+ * Enjoy playing with the client at http://localhost:8080/irc-client
13 years, 10 months
JBoss Rich Faces SVN: r22241 - in branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces: functions and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-03-16 10:22:19 -0400 (Wed, 16 Mar 2011)
New Revision: 22241
Modified:
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/functions/functions.xhtml
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/hashOptionsPopup.xhtml
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/samples/hashOptionsPopup-sample.xhtml
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/jquery/jquery.xhtml
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml
Log:
RFPL-1221 updates to showcase text
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml
===================================================================
--- branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml 2011-03-16 09:30:52 UTC (rev 22240)
+++ branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/componentControl/tableFilteringAPI.xhtml 2011-03-16 14:22:19 UTC (rev 22241)
@@ -5,11 +5,13 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
- <p>ComponentControl allows to call JS api on any component. It
- supports parameters passing using f:param, a4j:param and a4j:hasParam
- tags.</p>
- <p>Currently target component should be defined by using clientId,
- but we planning to add lookup by short id in nearest versions.</p>
+ <p>The <b>rich:componentControl</b> component makes it easy to call any of
+ the available JavaScript APIs on RichFaces components. It
+ supports parameter passing using f:param, a4j:param and a4j:hasParam
+ tags. You can define the target component by using the clientId, but at some
+ point we plan to add support for short-id lookup.</p>
+ <p>In the example below we are using <b>rich:componentControl</b> to allow
+ external manipulation of the data filter.</p>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">
<ui:param name="src" value="#{demoNavigator.sampleIncludeURI}" />
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/functions/functions.xhtml
===================================================================
--- branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/functions/functions.xhtml 2011-03-16 09:30:52 UTC (rev 22240)
+++ branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/functions/functions.xhtml 2011-03-16 14:22:19 UTC (rev 22241)
@@ -4,8 +4,8 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
- <p>RichFaces provides set of functions for more convinient work
- with DOM tree and to use some server side expressions.</p>
+ <p>RichFaces provides a set of JavaScript functions to make working with the
+ DOM tree and client side component API easier.</p>
<p>Here is the current list:</p>
<ul>
<li><b>rich:clientId(id)</b> - returns client Id for component by
@@ -14,16 +14,15 @@
short id</li>
<li><b>rich:component(id)</b> - returns richfaces client
component instance to call some API method.</li>
- <li><b>rich:isUserInRole(role)</b> - returns is the user has
+ <li><b>rich:isUserInRole(role)</b> - returns if the user has
specified role.</li>
<li><b>rich:findComponent(id)</b> - returns component instance
for given short id</li>
</ul>
- <p>For example the result of # {rich:element('input')} expression
- will be - document.getElementById('formId:input').</p>
- <p>And here is one more simple example. There is no need in Bean
- creation in order to store the value. It's picked from component
- instance by using rich:findComponent call.</p>
+ <p>As an example, the result of <b># {rich:element('input')}</b> expression
+ would be the same as calling: <i>document.getElementById('formId:input')</i>.</p>
+ <p>Below is another example that shows how to pull a value directly from a
+ component using the rich:findComponent call.</p>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">
@@ -32,9 +31,4 @@
<ui:param name="openLabel" value="View Source" />
<ui:param name="hideLabel" value="Hide Source" />
</ui:include>
-
- <p>One more sample could be found at dataScroller API page. There
- are rich:component used for calling JS API of dataScroller.</p>
- <p>This set goes to be extended continously. Rise jira or forum
- requests if you have proposals on new useful functions.</p>
</ui:composition>
\ No newline at end of file
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/hashOptionsPopup.xhtml
===================================================================
--- branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/hashOptionsPopup.xhtml 2011-03-16 09:30:52 UTC (rev 22240)
+++ branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/hashOptionsPopup.xhtml 2011-03-16 14:22:19 UTC (rev 22241)
@@ -5,15 +5,14 @@
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:composition>
- <p><b>rich:hashParam</b> allows you to group client side parameters
- into hash map in order to pass to client API functions of any
- components.</p>
- <p>Press "Show Popup" button in order to call the panel. All the
- parameters for show method passed from component control nested
- a4j:param's instead of to be defined with attributes in static way. As
- the show() method accepts event and options hash - all the param's
- except event grouped using <b>rich:hashParam</b> component and passed
- as hash</p>
+ <p>The <b>rich:hashParam</b> component allows you to group client side parameters
+ into a hash map in order to pass them to client API functions of any
+ RichFaces components.</p>
+ <p>In this example we are packaging all the parameters for the show() method
+ from a component control with nested a4j:param's instead of using static
+ values. Since the show() method accepts event and an option hash as parameters
+ all the values except the event is grouped using <b>rich:hashParam</b>
+ and passed as as single hash value</p>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">
<ui:param name="src" value="#{demoNavigator.sampleIncludeURI}" />
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/samples/hashOptionsPopup-sample.xhtml
===================================================================
--- branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/samples/hashOptionsPopup-sample.xhtml 2011-03-16 09:30:52 UTC (rev 22240)
+++ branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/hashParam/samples/hashOptionsPopup-sample.xhtml 2011-03-16 14:22:19 UTC (rev 22241)
@@ -25,14 +25,14 @@
<h:outputText value="minHeight:" />
<h:outputText value="150" />
</h:panelGrid>
- <p>Also panel getting centered by using:</p>
+ <p>The panel is getting centered by using:</p>
<p><a4j:param noEscape="true" name="left"
value="(screen.width/2)-250"/></p>
<p><a4j:param noEscape="true" name="top"
value="(screen.height/2)-150"/></p>
<fieldset><legend><b>NOTE:</b></legend>
- <p>Pay your attention that show() api method requires event
- parameter to be first according to signature. So we passed it before
+ <p>Notice that the show() api method requires an event
+ parameter to be first according to signature. So we passed it before the
hashParam.</p>
</fieldset>
</rich:popupPanel>
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/jquery/jquery.xhtml
===================================================================
--- branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/jquery/jquery.xhtml 2011-03-16 09:30:52 UTC (rev 22240)
+++ branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/jquery/jquery.xhtml 2011-03-16 14:22:19 UTC (rev 22241)
@@ -3,38 +3,26 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets">
- <p>rich:jQuery integrates jQuery javascript framework into the
- JavaServer Faces application. The component allows to apply the styles
+ <p>The <b>rich:jQuery</b> component integrates the jQuery JavaScript framework
+ into your application. This include being able to apply the styles
and behavior to the DOM elements dynamically, including the result of
JSF components rendering.</p>
- <p>The <b>selector</b> attribute defines an object or list of objects,
- the query defined with the query attribute will be applied to.
- And <b>query</b> attribute should be defined with valid JavaScript statements or jQuery api calls</p>
+ <p>The <b>selector</b> attribute defines an object or list of objects
+ that the query defined with the query attribute will be applied to.
+ The <b>query</b> attribute should be defined with valid JavaScript statements or jQuery api calls</p>
- <p>rich:jQuery can be used in next major modes:</p>
+ <p>rich:jQuery can be used in these modes:</p>
<ul>
- <li>as a once time query applied immediately or on document ready
- event</li>
- <li>definition of event handler which bound to elements returned
+ <li>As a one time query applied immediately or on a document ready
+ event.</li>
+ <li>Define an event handler which is bound to elements returned
by selector on some event.</li>
- <li>as a javascript function that can be invoked from the custom
- javascript</li>
+ <li>As a JavaScript function that can be invoked from custom
+ JavaScript</li>
</ul>
- <p>The modes chosen with <b>timing</b>, <b>name </b>and <b>event </b>attributes that
- can have the following options:</p>
- <p><b>Timing</b></p>
- <ul>
- <li>immediate - applying the query immediately</li>
- <li>domready - applying the query when the document is loaded.</li>
- </ul>
- <p><b>event </b>and <b>attachType </b>defined allows to bind the query to some
- event of elements which returned by selector. "attachType" could be
- "<i>live</i>", "<i>bind</i>" and "<i>one</i>".</p>
- <p>Defining <b>name </b>attribute - causes <u>timing too be ignored</u> and
- just named function to call from js to be created.</p>
-
-
-This demo shows how to attach the mouseover/mouseout events to the DOM objects. However the images below show how to make them enlarged.
+
+ <p>This example shows how to attach events to the mouseover/mouseout event
+ on the DOM objects. The source below will show how to make them enlarged.</p>
<ui:include src="#{demoNavigator.sampleIncludeURI}" />
<ui:include src="/templates/includes/source-view.xhtml">
<ui:param name="src" value="#{demoNavigator.sampleIncludeURI}" />
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml
===================================================================
--- branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml 2011-03-16 09:30:52 UTC (rev 22240)
+++ branches/4.0.X/examples/richfaces-showcase/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml 2011-03-16 14:22:19 UTC (rev 22241)
@@ -7,23 +7,20 @@
xmlns:rich="http://richfaces.org/rich">
<ui:composition>
- <p>This section overviews main principles of standard components
- skinning with the Rich Faces framework.</p>
- <p>This feature provides styling for standard HTML form elements in
- order to be highly compilant with RichFaces common look'n'feel. There
- should be two ways of applying skins to elements:</p>
+ <p>RichFaces provides a mechanism to apply <b>RichFaces skinning principles</b>
+ to <b>standard components</b>!</p>
+ <p>This feature provides styling for standard HTML form elements so that
+ the share a commmon look'n'feel with RichFaces component skins. There
+ are two general approaches to apply skins to these elements:</p>
<ul>
- <li>Skinning style classes are applied to elements by element
- name and type attribute (where applicable). No additional steps are
- required from an application developer. Application initialization
- parameter serves for enabling/disabling the feature.</li>
- <li>Several style classes are provided for different types of
- elements. That style classes have predefined names. Application
- developer should manually assign classes to controls that need
- skinning or assign a class to an element that contains controls.</li>
+ <li><b>Automatic:</b> Toggled via a <i>context param</i> this approach
+ will attempt to skin many standard components using element names and
+ type attributes where possible. No additional steps are
+ required from an application developer. </li>
+ <li><b>Manual:</b> RichFaces also provides a set of CSS style classes
+ that can be manually assigned to controls.</li>
</ul>
- <p>Standard controls skinning feature provides 2 levels of
- skinning:</p>
+ <p>The automatic approach also has 2 levels of support:</p>
<ol>
<li><b>Standard</b> - customization of only basic style
properties.</li>
@@ -39,14 +36,14 @@
standards compilant mode) or CSS 3 draft namespace selectors (e.g.
Mozilla Firefox).</rich:panel>
- <p>Here is the skinned form example. Note there is no styling in
+ <p>Here is a skinned form example. Note there is no styling in
sources of that form</p>
<rich:panel id="panel" width="300" height="230">
<f:facet name="header">
Standard components skinning
</f:facet>
- <i> All the controls below is just standard JSF components skinned
+ <i> All the controls below are just standard JSF components skinned
with Rich Faces: </i>
<hr />
<h:form>
@@ -68,27 +65,9 @@
<h:commandLink value="Action Link" />
</h:form>
</rich:panel>
-
- <p>There three ways of applying skinning to application:</p>
- <ul>
- <li>By default <b>org.richfaces.enableControlSkinning</b> context
- param is set to <b>true</b> and it means that all standard elements
- on the page will be skinned. (CSS style classes for elements based on
- their names and type attribute values will be applied). You may
- redefine it to <b>disable</b> in order to turn it off.</li>
- <li>By default <b>org.richfaces.enableControlSkinningClasses</b>
- context param is set to <b>false</b> and it means that basic elements
- nested to element having <i>rich-container</i> class will be skinned.
- It could be also turned off using <b>disable</b> value.</li>
- <li>RichFaces also provides predefined classes which can be
- applied by an end developer to elements need to be skinned separately.
- This classes added to the page also according to <b>org.richfaces.enableControlSkinningClasses</b>
- context-param.</li>
- </ul>
-
- <p>To get a better idea of standard component skinning we recommend
- to explore CSS files located in
- ui/core/ui/src/main/resources/org/richfaces/ folder of RichFaces svn.</p>
+
+ <p>For more details on this setup and cofiguration of these features
+ please review <a href="http://www.jboss.org/richfaces/docs">RichFaces documentation</a>.</p>
</ui:composition>
</html>
\ No newline at end of file
13 years, 10 months