Author: vsukhov
Date: 2008-03-11 15:58:43 -0400 (Tue, 11 Mar 2008)
New Revision: 6727
Modified:
trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
trunk/docs/userguide/en/src/main/resources/images/comboBox2.png
Log:
http://jira.jboss.com/jira/browse/RF-1216 I've added Style Class
rich-combobox-button-hovered, replaced message by label, corrected code sample(changed
styleClass to listClass) Corrected screenshot; added Skin Parameters Redefinition for a
font
Modified: trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-03-11 18:44:41 UTC
(rev 6726)
+++ trunk/docs/userguide/en/src/main/docbook/included/comboBox.xml 2008-03-11 19:58:43 UTC
(rev 6727)
@@ -349,9 +349,9 @@
</tbody>
</tgroup>
</table>
-
+
<table>
- <title>Skin parameters redefinition for a default
message</title>
+ <title>Skin parameters redefinition for a font</title>
<tgroup cols="2">
<thead>
<row>
@@ -361,6 +361,27 @@
</thead>
<tbody>
<row>
+ <entry>itemSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+ <row>
+ <entry>itemFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Skin parameters redefinition for a default label</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
<entry>generalBackgroundColor</entry>
<entry>background-color</entry>
</row>
@@ -481,6 +502,10 @@
<entry>Defines styles for an inactive button</entry>
</row>
<row>
+ <entry>rich-combobox-button-hovered</entry>
+ <entry>Defines styles for a hovered button</entry>
+ </row>
+ <row>
<entry>rich-combobox-button-icon-inactive</entry>
<entry>Defines styles for an inactive button
icon</entry>
</row>
@@ -513,7 +538,7 @@
</tgroup>
</table>
<table>
- <title>Classes names that define default message
representation</title>
+ <title>Classes names that define default label
representation</title>
<tgroup cols="2">
<thead>
<row>
@@ -589,19 +614,19 @@
font-weight:bold;
}
...]]></programlisting>
- <para>The
<emphasis><property>"styleClass"</property></emphasis>
attribute for <emphasis role="bold"
+ <para>The
<emphasis><property>"listClass"</property></emphasis>
attribute for <emphasis role="bold"
<property><rich:comboBox></property></emphasis>
is defined as it’s shown in the example below:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="CSS"><![CDATA[<cmb:comboBox ...
styleClass="myClass"/>
+ <programlisting role="CSS"><![CDATA[<rich:comboBox ...
listClass="myClass"/>
]]></programlisting>
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and
<emphasis><property>styleClass</property></emphasis>
attributes</title>
+ <title>Redefinition styles with own classes and
<emphasis><property>"listClass"</property></emphasis>
attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/comboboxStyle.png"/>
Modified: trunk/docs/userguide/en/src/main/resources/images/comboBox2.png
===================================================================
(Binary files differ)