From richfaces-svn-commits at lists.jboss.org Fri Mar 11 00:28:01 2011
Content-Type: multipart/mixed; boundary="===============0241395713533960492=="
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: r22153 - in
modules/docs/trunk/Component_Reference/src/main/docbook/en-US: extras and 1
other directories.
Date: Fri, 11 Mar 2011 00:28:00 -0500
Message-ID: <201103110528.p2B5S0rS017888@svn01.web.mwc.hst.phx2.redhat.com>
--===============0241395713533960492==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: SeanRogers
Date: 2011-03-11 00:28:00 -0500 (Fri, 11 Mar 2011)
New Revision: 22153
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/t=
abl-a4jlog.xml
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo=
nent_Reference-Processing_management.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo=
nent_Reference-Tables_and_grids.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exa=
m-Component_Reference-richextendedDataTable-Selecting_multiple_rows.xml_sam=
ple
Log:
Added a4jlog skinning reference, fixed value for multiple selection mode (R=
FPL-1244)
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha=
p-Component_Reference-Processing_management.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
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Processing_management.xml 2011-03-10 22:57:29 UTC (rev 2215=
2)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Processing_management.xml 2011-03-11 05:28:00 UTC (rev 2215=
3)
@@ -184,6 +184,11 @@
+
+
+ Style classes and skin parameters
+
+
=
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha=
p-Component_Reference-Tables_and_grids.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
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Tables_and_grids.xml 2011-03-10 22:57:29 UTC (rev 22152)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Tables_and_grids.xml 2011-03-11 05:28:00 UTC (rev 22153)
@@ -878,7 +878,7 @@
Row selection is determined by the selectionMode a=
ttribute. Setting the attribute to none allows for no ro=
w selection capability. The example table shown in d=
oes not allow row selection.
- Setting the selectionMode attribute to si=
ngle allows the user to select a single row at a time using the m=
ouse. With the selectionMode attribute set to m=
ulti, the user can select multiple rows. Holding down the Ctrl key while clicking selects additional r=
ows with each click. Holding down the Shift key while clicking selects all the rows in a range.
+ Setting the selectionMode attribute to si=
ngle allows the user to select a single row at a time using the m=
ouse. With the selectionMode attribute set to m=
ultiple, the user can select multiple rows. Holding down the Ctrl key while clicking selects additiona=
l rows with each click. Holding down the Shift=
keycap> key while clicking selects all the rows in a range.
The selection attribute points to a collection of =
objects. It holds the rowKey identifiers to track which =
rows are selected. shows how to implement multiple row sel=
ection in the same table from .
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/ext=
ras/exam-Component_Reference-richextendedDataTable-Selecting_multiple_rows.=
xml_sample
=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
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/ex=
am-Component_Reference-richextendedDataTable-Selecting_multiple_rows.xml_sa=
mple 2011-03-10 22:57:29 UTC (rev 22152)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/ex=
am-Component_Reference-richextendedDataTable-Selecting_multiple_rows.xml_sa=
mple 2011-03-11 05:28:00 UTC (rev 22153)
@@ -1,5 +1,5 @@
+ style=3D"height:300px; width:500px;" selectionMode=
=3D"multiple">
...
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinni=
ng/tabl-a4jlog.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
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/=
tabl-a4jlog.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/=
tabl-a4jlog.xml 2011-03-11 05:28:00 UTC (rev 22153)
@@ -0,0 +1,280 @@
+
+
+
+
+ Style classes (selectors) and corresponding skin parameters
+
+
+
+
+
+
+
+ Class (selector)
+ Skin Parameters
+ Mapped CSS properties
+
+
+
+ =
+
+
+
+
+ .rf-log
+
+
+ This class defines styles for the log.
+
+
+
+
+
+ generalTextColor
+ color
+
+ =
+
+
+
+
+ .rf-log-popup
+
+
+ This class defines styles for the log when it appears as a pop-up.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-popup-cnt
+
+
+ This class defines styles for the content of the log pop-up.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-inline
+
+
+ This class defines styles for the log when it appears in-line.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-contents
+
+
+ This class defines styles for the log contents.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-lbl
+
+
+ This class defines styles for a label in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-lbl-debug
+
+
+ This class defines styles for the debug labe=
l in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-lbl-info
+
+
+ This class defines styles for the information label in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-lbl-warn
+
+
+ This class defines styles for the warning la=
bel in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-lbl-error
+
+
+ This class defines styles for the error labe=
l in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-msg
+
+
+ This class defines styles for a message in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-msg-debug
+
+
+ This class defines styles for the debug mess=
age in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-msg-info
+
+
+ This class defines styles for the information message in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-msg-warn
+
+
+ This class defines styles for the warning me=
ssage in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-msg-error
+
+
+ This class defines styles for the error mess=
age in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
+
+ .rf-log-entry-msg-xml
+
+
+ This class defines styles for an XML message in the log.
+
+
+
+
+
+ No skin parameters.
+
+ =
+
+
+
--===============0241395713533960492==--