From richfaces-svn-commits at lists.jboss.org Mon Oct 15 12:19:47 2007 Content-Type: multipart/mixed; boundary="===============3354618169537635732==" 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: r3375 - trunk/docs/userguide/en/src/main/docbook/included. Date: Mon, 15 Oct 2007 12:19:46 -0400 Message-ID: --===============3354618169537635732== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2007-10-15 12:19:46 -0400 (Mon, 15 Oct 2007) New Revision: 3375 Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml Log: http://jira.jboss.com/jira/browse/RF-920 - added new section = Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.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/subTable.xml 2007-10-= 15 14:37:03 UTC (rev 3374) +++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-= 15 16:19:46 UTC (rev 3375) @@ -114,5 +114,93 @@ >style classes used by the subTable to you= r page style sheets To redefine a style of a particular page, use component class attri= butes which list is the same as the subTable one and i= s known to you. - + +
+ Definition of Custom Style Classes + = + + Classes names that define a subtable appearance + + + + Class name + Description + + + + + rich-subtable + Defines styles for all subtable + + + rich-subtable-caption + Defines styles for a "caption" facet element<= /entry> + + + rich-subtable-header + Defines styles for a subtable header row + + + rich-subtable-headercell + Defines styles for a subtable header cell + + + rich-subtable-header-continue + Defines styles for all subtable header lines after the = first + + + rich-subtable-subheader + Defines styles for a column header of subtable + + + rich-subtable-subheadercell + Defines styles for a column header cell of subtable + + + rich-subtable-cell + Defines styles for a subtable cell + + + rich-subtable-row + Defines styles for a subtable row + + + rich-subtable-firstrow + Defines styles for a subtable start row + + + rich-subtable-subfooter + Defines styles for a column footer of subtable + + + rich-subtable-subfootercell + Defines styles for a column footer cell of subtable + + + rich-subtable-footer + Defines styles for a subtable footer row + + + rich-subtable-footercell + Defines styles for a subtable footer cell + + + rich-subtable-footer-continue + Defines styles for all subtable footer lines after the = first + + + +
+ In order to redefine styles for all + <rich:subTable> + components on a page using CSS, it's enough to create= classes with the + same names and define necessary properties in them. + = + To change styles of particular + <rich:subTable> + components, define your own style classes in the correspon= ding + <rich:subTable> + attributes. +
\ No newline at end of file --===============3354618169537635732==--