From richfaces-svn-commits at lists.jboss.org Thu Nov 11 02:15:57 2010
Content-Type: multipart/mixed; boundary="===============2373633903375883817=="
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: r20026 - in
modules/docs/trunk/Component_Reference/src/main/docbook/en-US: extras and 1
other directories.
Date: Thu, 11 Nov 2010 02:15:57 -0500
Message-ID: <201011110715.oAB7FvHu029487@svn01.web.mwc.hst.phx2.redhat.com>
--===============2373633903375883817==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: SeanRogers
Date: 2010-11-11 02:15:57 -0500 (Thu, 11 Nov 2010)
New Revision: 20026
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exa=
m-Component_Reference-Table_filtering-Basic_filtering.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exa=
m-Component_Reference-Table_filtering-External_filtering.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/fig=
u-Component_Reference-Table_filtering-Basic_filtering.png
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/fig=
u-Component_Reference-Table_filtering-External_filtering.png
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Compo=
nent_Reference-Actions.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-a4jajax-a4jajax_example.xml_sample
Log:
Added table filtering section
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/cha=
p-Component_Reference-Actions.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-Actions.xml 2010-11-10 22:36:12 UTC (rev 20025)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Actions.xml 2010-11-11 07:15:57 UTC (rev 20026)
@@ -6,6 +6,50 @@
This chapter details the basic components that respond to a user action =
and submit an Ajax request.
+ =
+
+ <a4j:ajax>
+
+ The <a4j:ajax> component allows Ajax capabilit=
y to be added to any non-Ajax component. It is placed as a direct child to =
the component that requires Ajax support. The <a4j:ajax> component uses the common attributes listed in .
+
+
+ Attaching JavaScript functions
+
+ When attaching the <a4j:ajax> component to no=
n-Ajax JavaServer Faces command components, such as <h:commandB=
utton> and <h:commandLink>, it is imp=
ortant to set disabledDefault=3D"true"
. If this attribute is n=
ot set, a non-Ajax request is sent after the Ajax request and the page is r=
efreshed unexpectedly.
+
+
+
+ <a4j:ajax> example
+
+
+ =
+
+ Reference data
+
+
+
+ component-type: org.ajax4jsf.Ajax<=
/classname>
+
+
+
+
+ component-class: org.ajax4jsf.comp=
onent.html.HtmlAjaxSupport
+
+
+
+
+ component-family: org.ajax4jsf.Aja=
x
+
+
+
+
+ renderer-type: org.ajax4jsf.compon=
ents.AjaxSupportRenderer
+
+
+
+
+
+
<a4j:actionParam>
@@ -544,49 +588,6 @@
- =
-
- <a4j:ajax>
-
- The <a4j:ajax> component allows Ajax capabilit=
y to be added to any non-Ajax component. It is placed as a direct child to =
the component that requires Ajax support. The <a4j:ajax> component uses the common attributes listed in .
-
-
- Attaching JavaScript functions
-
- When attaching the <a4j:ajax> component to no=
n-Ajax JavaServer Faces command components, such as <h:commandB=
utton> and <h:commandLink>, it is imp=
ortant to set disabledDefault=3D"true"
. If this attribute is n=
ot set, a non-Ajax request is sent after the Ajax request and the page is r=
efreshed unexpectedly.
-
-
-
- <a4j:ajax> example
-
-
- =
-
- Reference data
-
-
-
- component-type: org.ajax4jsf.Ajax<=
/classname>
-
-
-
-
- component-class: org.ajax4jsf.comp=
onent.html.HtmlAjaxSupport
-
-
-
-
- component-family: org.ajax4jsf.Aja=
x
-
-
-
-
- renderer-type: org.ajax4jsf.compon=
ents.AjaxSupportRenderer
-
-
-
-
-
=
=
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 2010-11-10 22:36:12 UTC (rev 20025)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Comp=
onent_Reference-Tables_and_grids.xml 2010-11-11 07:15:57 UTC (rev 20026)
@@ -1181,16 +1181,88 @@
=
Table filtering
+
+
+ Documentation in development
+
+ This section is currently under development. Any features it describes=
may not be available in the current release of RichFaces.
+
+
+
+
=
Table sorting
-
- Under development.
-
+
+
+ Documentation in development
+
+ This section is currently under development. Any features it describes=
may not be available in the current release of RichFaces.
+
+
=
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras=
/exam-Component_Reference-Table_filtering-Basic_filtering.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-Table_filtering-Basic_filtering.xml_sample =
(rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/ex=
am-Component_Reference-Table_filtering-Basic_filtering.xml_sample 2010-11-1=
1 07:15:57 UTC (rev 20026)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+ =
+
+ =
+
+
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras=
/exam-Component_Reference-Table_filtering-External_filtering.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-Table_filtering-External_filtering.xml_sample =
(rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/ex=
am-Component_Reference-Table_filtering-External_filtering.xml_sample 2010-1=
1-11 07:15:57 UTC (rev 20026)
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =
+
+
+
+
+
+
+
+ =
+
+
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/ext=
ras/exam-Component_Reference-a4jajax-a4jajax_example.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-a4jajax-a4jajax_example.xml_sample 2010-11-10 22:36:=
12 UTC (rev 20025)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/ex=
am-Component_Reference-a4jajax-a4jajax_example.xml_sample 2010-11-11 07:15:=
57 UTC (rev 20026)
@@ -1,6 +1,6 @@
-
+
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images=
/figu-Component_Reference-Table_filtering-Basic_filtering.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: modules/docs/trunk/Component_Reference/src/main/docboo=
k/en-US/images/figu-Component_Reference-Table_filtering-Basic_filtering.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images=
/figu-Component_Reference-Table_filtering-External_filtering.png
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(Binary files differ)
Property changes on: modules/docs/trunk/Component_Reference/src/main/docboo=
k/en-US/images/figu-Component_Reference-Table_filtering-External_filtering.=
png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
--===============2373633903375883817==--