Author: artdaw
Date: 2009-08-26 12:45:30 -0400 (Wed, 26 Aug 2009)
New Revision: 15327
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-7677 - rich:suggestionBox component description
review
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_suggestionbox.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_suggestionbox.xml 2009-08-26
16:32:25 UTC (rev 15326)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_suggestionbox.xml 2009-08-26
16:45:30 UTC (rev 15327)
@@ -580,100 +580,90 @@
</tbody>
</tgroup>
</table>
- <table id="suggBoxC">
- <title>Classes names that define a suggestionbox</title>
-
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Class name</entry>
-
- <entry>Description</entry>
- </row>
- </thead>
-
- <tbody>
- <row>
- <entry>rich-sb-common-container</entry>
-
- <entry>Defines styles for a wrapper
- <div> element of
- a suggestion container</entry>
- </row>
-
- <row>
- <entry>rich-sb-ext-decor-1</entry>
-
- <entry>Defines styles for the first
- wrapper <div>
- element of a suggestion box
- exterior</entry>
- </row>
-
- <row>
- <entry>rich-sb-ext-decor-2</entry>
-
- <entry>Defines styles for the second
- wrapper <div>
- element of a suggestion box
- exterior</entry>
- </row>
-
- <row>
- <entry>rich-sb-ext-decor-3</entry>
-
- <entry>Defines styles for the third
- wrapper <div>
- element of a suggestion box
- exterior</entry>
- </row>
-
- <row>
- <entry>rich-sb-overflow</entry>
-
- <entry>Defines styles for a wrapper
- <div>
- element</entry>
- </row>
-
- <row>
- <entry>rich-sb-int-decor-table</entry>
-
- <entry>Defines styles for a suggestion
- box table</entry>
- </row>
-
- <row>
- <entry>rich-sb-int</entry>
-
- <entry>Defines the styles for a
- suggestion box table rows
- (tr)</entry>
- </row>
-
- <row>
- <entry>rich-sb-cell-padding</entry>
-
- <entry>Defines the styles for suggestion
- box table cells (td)</entry>
- </row>
-
- <row>
- <entry>rich-sb-int-sel</entry>
-
- <entry>Defines styles for a selected
- row</entry>
- </row>
-
- <row>
- <entry>rich-sb-shadow</entry>
-
- <entry>Defines styles for a suggestion
- boxshadow</entry>
- </row>
-
- </tbody>
- </tgroup>
+ <table id="suggBoxC">
+ <title>Classes names with the corresponding skin parameters</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ <entry>Skin Parameters</entry>
+ <entry>CSS properties</entry>
+
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry morerows="2">.rich-sb-int</entry>
+ <entry morerows="2">Defines the styles for a
+ suggestion box table
+ rows
+ <tr></entry>
+ <entry>generalSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+ <row>
+ <entry>generalFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ <row>
+ <entry>generalTextColor</entry>
+ <entry>color</entry>
+ </row>
+
+ <row>
+ <entry morerows="3">.rich-sb-int-sel</entry>
+ <entry morerows="3">Defines styles for a selected
+ row</entry>
+ <entry>headerBackgroundColor</entry>
+ <entry>background-color</entry>
+ </row>
+ <row>
+ <entry>generalSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+ <row>
+ <entry>generalFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ <row>
+ <entry>headerTextColor</entry>
+ <entry>color</entry>
+ </row>
+ <row>
+ <entry morerows="1">.rich-sb-ext-decor-2</entry>
+ <entry morerows="1">Defines styles for the second
+ wrapper
+ <div>
+ element of
+ a suggestion box
+ exterior</entry>
+ <entry>panelBorderColor</entry>
+ <entry>border-color</entry>
+ </row>
+ <row>
+ <entry>additionalBackgroundColor</entry>
+ <entry>background-color</entry>
+ </row>
+ <row>
+ <entry morerows="2">.rich-sb-shadow</entry>
+ <entry morerows="2">Defines styles for a suggestion
+ boxshadow
+ </entry>
+ <entry>shadowBackgroundColor</entry>
+ <entry>background-color</entry>
+ </row>
+ <row>
+ <entry>shadowBackgroundColor</entry>
+ <entry>border-color</entry>
+ </row>
+ <row>
+ <entry>shadowOpacity</entry>
+ <entry>opacity</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
</table>
<para>
You can find all necessary information about style classes
@@ -721,4 +711,4 @@
</listitem>
</itemizedlist>
</section>
-</section>
\ No newline at end of file
+</section>