From richfaces-svn-commits at lists.jboss.org Tue Mar 15 19:04:15 2011 Content-Type: multipart/mixed; boundary="===============0554074354215269982==" 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: r22236 - in modules/docs/trunk/Component_Reference/src/main/docbook/en-US: skinning and 1 other directory. Date: Tue, 15 Mar 2011 19:04:15 -0400 Message-ID: <201103152304.p2FN4FHi022762@svn01.web.mwc.hst.phx2.redhat.com> --===============0554074354215269982== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2011-03-15 19:04:14 -0400 (Tue, 15 Mar 2011) New Revision: 22236 Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/v= lst-richdragIndicator.xml modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/v= lst-richdropTarget.xml Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Drag_and_drop.xml modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo= nent_Reference-Tables_and_grids.xml Log: Drag and Drop skinning reference, fixed dataScroller facet names Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha= p-Component_Reference-Drag_and_drop.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-Drag_and_drop.xml 2011-03-15 22:34:22 UTC (rev 22235) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Drag_and_drop.xml 2011-03-15 23:04:14 UTC (rev 22236) @@ -143,6 +143,11 @@ + +
+ Style classes + +
=
@@ -234,6 +239,11 @@
+ +
+ Style classes + +
= 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-15 22:34:22 UTC (rev 22235) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp= onent_Reference-Tables_and_grids.xml 2011-03-15 23:04:14 UTC (rev 22236) @@ -1518,7 +1518,7 @@ The component includes controls for switching to the first page, th= e last page, the next page, and the previous page, as well as controls for = fast-forwarding or rewinding by a set amount. Use the fastStep attribute to set the number of pages to skip when fast-forwarding or= rewinding. - The appearance of these controls can be customized using the follow= ing facets: first, last, nex= t, previous, fastforward, a= nd rewind. Additionally, there are facets for the contro= ls' disabled states: first_disabled, last_disab= led, next_disabled, previous_disabled= , fastforward_disabled, and rewind_di= sabled. + The appearance of these controls can be customized using the follow= ing facets: first, last, nex= t, previous, fastForward, a= nd fastRewind. Additionally, there are facets for the co= ntrols' disabled states: first_disabled, last_d= isabled, next_disabled, previous_disa= bled, fastforward_disabled, and rewin= d_disabled. Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinni= ng/vlst-richdragIndicator.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/= vlst-richdragIndicator.xml (rev 0) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/= vlst-richdragIndicator.xml 2011-03-15 23:04:14 UTC (rev 22236) @@ -0,0 +1,44 @@ + + + + + Style classes (selectors) + = + + .rf-ind + + + This class defines styles for the drag indicator. + + + + = + + .rf-ind-drag + + + This class defines styles for the indicator when it is being dragged. + + + + = + + .rf-ind-acpt + + + This class defines styles for the indicator when it is over an accepta= ble drop target. + + + + = + + .rf-ind-rejt + + + This class defines styles for the indicator when it is over an unaccep= table drop target. + + + + = + Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinni= ng/vlst-richdropTarget.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/= vlst-richdropTarget.xml (rev 0) +++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/= vlst-richdropTarget.xml 2011-03-15 23:04:14 UTC (rev 22236) @@ -0,0 +1,26 @@ + + + + + Style classes (selectors) + = + + .rf-drp-hvr + + + This class defines styles for the drop target when a dragged item is h= overing over it. + + + + = + + .rf-drp-hlight + + + This class defines styles for a highlighted drop target. + + + + = + --===============0554074354215269982==--