From richfaces-svn-commits at lists.jboss.org Thu Nov 1 11:17:38 2007 Content-Type: multipart/mixed; boundary="===============1571110000506420889==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r3677 - trunk/docs/userguide/en/src/main/docbook/included. Date: Thu, 01 Nov 2007 11:13:37 -0400 Message-ID: --===============1571110000506420889== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2007-11-01 11:13:37 -0400 (Thu, 01 Nov 2007) New Revision: 3677 Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml Log: http://jira.jboss.com/jira/browse/RF-920 - adding Look and Feel section, ve= rifying Skin Parameters Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.= xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 20= 07-11-01 15:11:32 UTC (rev 3676) +++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 20= 07-11-01 15:13:37 UTC (rev 3677) @@ -234,19 +234,28 @@ =
Look-and-Feel Customization - - For skinnability implementation, the components use a style clas= s redefinition method. - Default style classes are mapped on skin parameters. - - There are two ways to redefine the appearance of all panel menu = groups at once: - + = + For skinnability implementation, the components use a + style class redefinition method. + Default style classes are mapped on + skin parameters. + + = + There are two ways to redefine the appearance of all + <rich:panelMenuGroup> + components at once: + = Redefine the corresponding skin parameters - + = - Add to your style sheets style classes used by a panel menu = group + Add to your style sheets + style classes + used by a + <rich:panelMenuGroup> + component
@@ -301,7 +310,7 @@ = - Skin parameters redefinition for a table element of second an= d next levels groups + Skin parameters redefinition for a table element of second an= d next level groups = @@ -368,6 +377,52 @@
+ = + + Skin parameters redefinition for a hovered group element</tit= le> + = + <tgroup cols=3D"2"> + <thead> + <row> + <entry>Skin parameters</entry> + = + <entry>CSS properties</entry> + </row> + </thead> + = + <tbody> + <row> + <entry>additionalBackgroundColor</entry> + = + <entry> background-color</entry> + </row> + = + </tbody> + </tgroup> + </table> + = + <table> + <title>Skin parameters redefinition for a disabled group element</ti= tle> + = + <tgroup cols=3D"2"> + <thead> + <row> + <entry>Skin parameters</entry> + = + <entry>CSS properties</entry> + </row> + </thead> + = + <tbody> + <row> + <entry>tabDisabledTextColor</entry> + = + <entry>color</entry> + </row> + = + </tbody> + </tgroup> + </table> </section> = <section> @@ -483,6 +538,11 @@ <entry>Defines styles for a hovered group element</entry> </row> = + <row> + <entry>rich-pmenu-disabled-element</entry> + = + <entry>Defines styles for a disabled group element</entry> + </row> </tbody> = </tgroup> --===============1571110000506420889==--