From richfaces-svn-commits at lists.jboss.org Sun May 30 07:10:01 2010 Content-Type: multipart/mixed; boundary="===============2253875003646302632==" 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: r17399 - in root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces: tableToggleControl and 1 other directory. Date: Sun, 30 May 2010 07:10:00 -0400 Message-ID: <201005301110.o4UBA0PQ030165@svn01.web.mwc.hst.phx2.redhat.com> --===============2253875003646302632== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ilya_shaikovsky Date: 2010-05-30 07:10:00 -0400 (Sun, 30 May 2010) New Revision: 17399 Modified: root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/dataTab= le/simpleTable.xhtml root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/dataTab= le/tableStyling.xhtml root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/tableTo= ggleControl/tableToggleControl.xhtml Log: dataTable samples corrections according to attributes refactoring. Modified: root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/= dataTable/simpleTable.xhtml =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 --- root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/dataTa= ble/simpleTable.xhtml 2010-05-30 11:07:02 UTC (rev 17398) +++ root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/dataTa= ble/simpleTable.xhtml 2010-05-30 11:10:00 UTC (rev 17399) @@ -21,7 +21,7 @@ - + Modified: root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/= dataTable/tableStyling.xhtml =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 --- root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/dataTa= ble/tableStyling.xhtml 2010-05-30 11:07:02 UTC (rev 17398) +++ root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/dataTa= ble/tableStyling.xhtml 2010-05-30 11:10:00 UTC (rev 17399) @@ -8,32 +8,29 @@ xmlns:fn=3D"http://java.sun.com/jsp/jstl/functions"> = - - This sample shows simple table styling. The table appears in zebra-sty= le and has = - highlighting of hovered row. + This sample shows simple table styling. The table appears in + zebra-style and has highlighting of hovered row. + id=3D"table" rows=3D"20" rowClasses=3D"odd-row, even-row" + styleClass=3D"stable"> - - - - - - - + @@ -51,14 +48,7 @@ - - - - - - - - + Modified: root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/= tableToggleControl/tableToggleControl.xhtml =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 --- root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/tableT= oggleControl/tableToggleControl.xhtml 2010-05-30 11:07:02 UTC (rev 17398) +++ root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/tableT= oggleControl/tableToggleControl.xhtml 2010-05-30 11:10:00 UTC (rev 17399) @@ -23,7 +23,7 @@ - + @@ -45,14 +45,14 @@ - + (show details) (hide details) - + --===============2253875003646302632==--
This sample shows simple table styling. The table appears in zebra-sty= le and has = - highlighting of hovered row.
This sample shows simple table styling. The table appears in + zebra-style and has highlighting of hovered row.