Author: msorokin
Date: 2008-05-30 08:32:42 -0400 (Fri, 30 May 2008)
New Revision: 8842
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
http://jira.jboss.com/jira/browse/RF-3027
The info about new selectors is added
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-05-30
12:01:50 UTC (rev 8841)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-05-30
12:32:42 UTC (rev 8842)
@@ -2129,56 +2129,193 @@
</tbody>
</tgroup>
</table>
+
+
+
+ <table>
+ <title>Html Elements Skin Bindings for button[type=button],
button[type=reset], button[type=submit], input[type=reset], input[type=submit],
input[type=button]</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>border-color</entry>
+ <entry>panelBorderColor</entry>
+ </row>
+
+ <row>
+ <entry>font-size</entry>
+ <entry>generalSizeFont</entry>
+ </row>
+
+
+
+ <row>
+ <entry>font-family</entry>
+ <entry>generalFamilyFont</entry>
+ </row>
+
+ <row>
+ <entry>color</entry>
+ <entry>headerTextColor</entry>
+ </row>
+
+
+ <row>
+ <entry>background-color</entry>
+ <entry>headerBackgroundColor</entry>
+ </row>
+
+ <row>
+ <entry>background-image</entry>
+
<entry>org.richfaces.renderkit.html.images.ButtonBackgroundImage</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Html Elements Skin Bindings for *|button[disabled], .rich-container
*|button[disabled], .rich-button-disabled</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>color</entry>
+ <entry>tabDisabledTextColor</entry>
+ </row>
+
+ <row>
+ <entry>border-color</entry>
+ <entry>tableFooterBackgroundColor</entry>
+ </row>
+
+ <row>
+ <entry>background-color</entry>
+ <entry>tableFooterBackgroundColor</entry>
+ </row>
+
+ <row>
+ <entry>background-image</entry>
+
<entry>org.richfaces.renderkit.html.images.ButtonDisabledBackgroundImage</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+
+
+
+ <table>
+ <title>Html Elements Skin Bindings for .rich-button-disabled,
+ .rich-container button[type="button"][disabled],
.rich-button-button-disabled,
+ .rich-container button[type="reset"][disabled],
.rich-button-reset-disabled,
+ .rich-container button[type="submit"][disabled],
.rich-button-submit-disabled,
+ .rich-container input[type="reset"][disabled],
.rich-input-reset-disabled,
+ .rich-container input[type="submit"][disabled],
.rich-input-submit-disabled,
+ .rich-container input[type="button"][disabled],
.rich-input-button-disabled
+ </title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>color</entry>
+ <entry>tabDisabledTextColor</entry>
+ </row>
+
+ <row>
+ <entry>background-color</entry>
+ <entry>tableFooterBackgroundColor</entry>
+ </row>
+
+ <row>
+ <entry>border-color</entry>
+ <entry>tableFooterBackgroundColor</entry>
+ </row>
+
+
+ <row>
+ <entry>background-image</entry>
+
<entry>org.richfaces.renderkit.html.images.ButtonDisabledBackgroundImage</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+
+
+
+
+ <table>
+ <title>Html Elements Skin Bindings for
+ *button[type="button"][disabled],
+ button[type="reset"][disabled],
+ button[type="submit"][disabled],
+ input[type="reset"][disabled],
+ input[type="submit"][disabled],
+ input[type="button"][disabled]
+ </title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+
+ <row>
+ <entry>color</entry>
+ <entry>tabDisabledTextColor</entry>
+ </row>
+
+ <row>
+ <entry>border-color</entry>
+ <entry>tableFooterBackgroundColor</entry>
+ </row>
+
+ <row>
+ <entry>background-color</entry>
+ <entry>tableFooterBackgroundColor</entry>
+ </row>
+
+
+ </tbody>
+ </tgroup>
+ </table>
- <table>
- <title>Html Elements Skin Bindings for button[type=button],
button[type=reset], button[type=submit], input[type=reset], input[type=submit],
input[type=button]</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>CSS properties</entry>
- <entry>Skin parameters</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>border-color</entry>
- <entry>panelBorderColor</entry>
- </row>
- <row>
- <entry>font-size</entry>
- <entry>generalSizeFont</entry>
- </row>
+
- <row>
- <entry>font-family</entry>
- <entry>generalFamilyFont</entry>
- </row>
- <row>
- <entry>color</entry>
- <entry>headerTextColor</entry>
- </row>
- <row>
- <entry>background-color</entry>
- <entry>headerBackgroundColor</entry>
- </row>
- <row>
- <entry>background-image</entry>
-
<entry>org.richfaces.renderkit.html.images.ButtonBackgroundImage</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
-
+
<table>
@@ -2227,62 +2364,128 @@
</row>
</tbody>
</tgroup>
- </table>
+ </table>
+
+ <table>
+ <title>Html Elements Skin Bindings for textarea[type=textarea],
input[type=text], input[type=password], select</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>border-color</entry>
+ <entry>panelBorderColor</entry>
+ </row>
+
+ <row>
+ <entry>font-size</entry>
+ <entry>generalSizeFont</entry>
+ </row>
+
+
+
+
+ <row>
+ <entry>font-family</entry>
+ <entry>generalFamilyFont</entry>
+ </row>
+
+ <row>
+ <entry>color</entry>
+ <entry>controlTextColor</entry>
+ </row>
+
+
+
+
+ <row>
+ <entry>background-color</entry>
+ <entry>controlBackgroundColor</entry>
+ </row>
+
+ <row>
+ <entry>background-image</entry>
+
<entry>org.richfaces.renderkit.html.images.InputBackgroundImage</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
-
+ <table>
+ <title>Html Elements Skin Bindings for *|textarea[disabled], .rich-container
*|textarea[disabled] </title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>color</entry>
+ <entry>tableBorderColor</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
- <table>
- <title>Html Elements Skin Bindings for textarea[type=textarea],
input[type=text], input[type=password], select</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>CSS properties</entry>
- <entry>Skin parameters</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>border-color</entry>
- <entry>panelBorderColor</entry>
- </row>
-
- <row>
- <entry>font-size</entry>
- <entry>generalSizeFont</entry>
- </row>
-
-
-
-
- <row>
- <entry>font-family</entry>
- <entry>generalFamilyFont</entry>
- </row>
-
- <row>
- <entry>color</entry>
- <entry>controlTextColor</entry>
- </row>
-
-
-
-
- <row>
- <entry>background-color</entry>
- <entry>controlBackgroundColor</entry>
- </row>
-
- <row>
- <entry>background-image</entry>
-
<entry>org.richfaces.renderkit.html.images.InputBackgroundImage</entry>
- </row>
-
- </tbody>
- </tgroup>
- </table>
+
+ <table>
+ <title> textarea[type="textarea"][disabled],
input[type="text"][disabled],
input[type="password"][disabled]</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>color</entry>
+ <entry>tableBorderColor</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+
+
+
+
+ <table>
+ <title> textarea[type="textarea"][disabled],
input[type="text"][disabled],
input[type="password"][disabled]</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>CSS properties</entry>
+ <entry>Skin parameters</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>color</entry>
+ <entry>tableBorderColor</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+
+
</section>