From richfaces-svn-commits at lists.jboss.org Wed Apr 1 06:21:47 2009
Content-Type: multipart/mixed; boundary="===============4251292939237876625=="
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: r13333 -
trunk/docs/userguide/en/src/main/docbook/included.
Date: Wed, 01 Apr 2009 06:21:47 -0400
Message-ID:
--===============4251292939237876625==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: cluts
Date: 2009-04-01 06:21:47 -0400 (Wed, 01 Apr 2009)
New Revision: 13333
Modified:
trunk/docs/userguide/en/src/main/docbook/included/ajaxValidator.xml
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/docbook/included/columns.xml
trunk/docs/userguide/en/src/main/docbook/included/componentControl.xml
trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
Log:
RF-5117 - code samples for some chapters had been updated
Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxValidator.x=
ml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/ajaxValidator.xml 200=
9-04-01 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxValidator.xml 200=
9-04-01 10:21:47 UTC (rev 13333)
@@ -64,8 +64,8 @@
-
-
+
+
...]]>
@@ -79,8 +79,7 @@
+...]]>
Details of Usage
@@ -113,7 +112,7 @@
-
+
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.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/calendar.xml 2009-04-=
01 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2009-04-=
01 10:21:47 UTC (rev 13333)
@@ -222,10 +222,10 @@
"ondateselected&quo=
t;
event as it's shown in the =
example below:
-
-
- ...]]>
+
+
+
+...]]>
Note:
@@ -238,8 +238,8 @@
could be used for possibility of=
date selection canceling.
See an example below:
- ...]]>
+
+...]]>
"oncurrentdateselec=
ted"
@@ -258,8 +258,8 @@
- ...]]>
+ oncurrentdateselected=3D"alert('month(year) select:'+event.rich.=
date.toString());"/>
+...]]>
How to use these attributes see also on the RichFaces Users Forum.
@@ -2039,8 +2039,7 @@
Example:
-
-]]>
+ ]]>
=
This is a result:
=
Modified: trunk/docs/userguide/en/src/main/docbook/included/columns.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/columns.xml 2009-04-0=
1 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/columns.xml 2009-04-0=
1 10:21:47 UTC (rev 13333)
@@ -226,8 +226,7 @@
-...
-]]>
+...]]>
=
+
-...
-]]>
+...]]>
On the result page the component is rendered to JavaScript code. =
This means, that it is possible to invoke the <rich:componentControl> =
@@ -127,14 +125,12 @@
-...
-]]>
+...]]>
The generated JavaScript function will look as shown below:
+}]]>
An important <rich:componentC=
ontrol> feature, =
is that it allows transferring parameters, with the help of specia=
l attribute "params".
@@ -144,8 +140,7 @@
-...
-]]>
+...]]>
The alternative way for parameters transferring uses <f:param> attribute. =
As the code above, the following code will represent the same functi=
onality.
@@ -155,10 +150,9 @@
-
+
-...
-]]>
+...]]>
=
=
=
@@ -316,7 +310,8 @@
-
+
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlide=
r.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/dataFilterSlider.xml =
2009-04-01 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataFilterSlider.xml =
2009-04-01 10:21:47 UTC (rev 13333)
@@ -50,8 +50,7 @@
-...
-]]>
+...]]>
Creating the Component Dynamically Using Java
@@ -62,8 +61,7 @@
+...]]>
Details of Usage
@@ -83,14 +81,12 @@
handleValue=3D"1"
for=3D"carIndex"
forValRef=3D"inventoryList.carInventory" =
- filterBy=3D"getMileage"
- />
+ filterBy=3D"getMileage" />
...
=
- ... =
+ ... =
-...
-]]>
+...]]>
In this example other two attributes are used for filtering:
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.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/datascroller.xml 2009=
-04-01 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2009=
-04-01 10:21:47 UTC (rev 13333)
@@ -51,13 +51,12 @@
Example:
- ...
-
- ...
-
-...
-]]>
+
+ ...
+
+ ...
+
+...]]>
Creating the Component Dynamically Using Java=
title>
@@ -68,8 +67,7 @@
+...]]>
Details of Usage
@@ -134,16 +132,15 @@
Example:
-
-
-
-
-
-
-
-...
-]]>
+
+
+
+
+
+
+
+
+...]]>
<rich:datas=
croller>
@@ -211,8 +208,7 @@
-...
-]]>
+...]]>
=
In the example above you can enter the page num=
ber you want and set it by
clicking on the
@@ -280,11 +276,10 @@
"controlsSeparator&=
quot; facet. An example is placed belo=
w.
-
-
-...
-]]>
+
+
+
+...]]>
Starting from 3.2.1 of RichFaces multiple <rich:datascroller>=
; instances behavior and page bind=
ings are corrected.
Modified: trunk/docs/userguide/en/src/main/docbook/included/graphValidator.=
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/graphValidator.xml 20=
09-04-01 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml 20=
09-04-01 10:21:47 UTC (rev 13333)
@@ -63,10 +63,10 @@
-
-
-
-
+
+
+
+
...]]>
=
@@ -79,8 +79,7 @@
+...]]>
=
=
@@ -134,15 +133,13 @@
=
-
-
-
-
-
-
+
+
+
+
+
-...
-]]>
+...]]>
=
=
Hence, the given above code will provide the functionality that is i=
llustrated on the images below.
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.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/repeat.xml 2009-04-01=
10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2009-04-01=
10:21:47 UTC (rev 13333)
@@ -103,11 +103,10 @@
...
- ...
+ ...
...
-
-]]>
+]]>
All other general attributes are defined accordi=
ng to the similar
attributes of iterative components (<h:dataTable>
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.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/status.xml 2009-04-01=
10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2009-04-01=
10:21:47 UTC (rev 13333)
@@ -51,12 +51,12 @@
With "Start"/"Stop" facets defin=
ition:
-
-
-
-
-
-
+
+
+
+
+
+
]]>In this case, the elements are generated for each statu=
s and correspond the facets content.
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.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/support.xml 2009-04-0=
1 10:21:24 UTC (rev 13332)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2009-04-0=
1 10:21:47 UTC (rev 13333)
@@ -130,8 +130,7 @@
-
+
]]>
In example there is the condition checking (conf=
irm) is used before
request sending and message printing after t=
he request processing is
@@ -235,8 +234,7 @@
-
+
]]>
--===============4251292939237876625==--