From richfaces-svn-commits at lists.jboss.org Fri Mar 25 10:35:03 2011
Content-Type: multipart/mixed; boundary="===============0920567133052907524=="
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: r22315 - in
branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces:
outputPanel and 1 other directories.
Date: Fri, 25 Mar 2011 10:35:03 -0400
Message-ID: <201103251435.p2PEZ3h1028024@svn01.web.mwc.hst.phx2.redhat.com>
--===============0920567133052907524==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: artdaw
Date: 2011-03-25 10:35:02 -0400 (Fri, 25 Mar 2011)
New Revision: 22315
Modified:
branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces/=
autocomplete/cachedAjax.xhtml
branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces/=
outputPanel/simple.xhtml
branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces/=
status/viewusage.xhtml
Log:
RF-10806: unterminated paragraph tag in showcase are fixed
Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/ric=
hfaces/autocomplete/cachedAjax.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
--- branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces=
/autocomplete/cachedAjax.xhtml 2011-03-25 14:32:11 UTC (rev 22314)
+++ branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces=
/autocomplete/cachedAjax.xhtml 2011-03-25 14:35:02 UTC (rev 22315)
@@ -1,26 +1,27 @@
-
+
+ xmlns:h=3D"http://java.sun.com/jsf/html"
+ xmlns:f=3D"http://java.sun.com/jsf/core"
+ xmlns:ui=3D"http://java.sun.com/jsf/facelets">
=
- Autocomplete component - simple Input component which provides suggest=
ions during input.
- Could works using three modes:
-
- - Client - preloads data to the client side and makes suggestions acc=
ording to entered prefix on the client
- - Ajax - fetches the data on every input change using ajax requests=
li>
-
- Cached Ajax - loads data via ajax to make suggestions when the pref=
ix length satisfies minchars attribute. Then all the suggestions done at cl=
ient side except the case when initial prefix changed or token entered. The=
n loads data again.
-
=
-
- Here is the sample for new cachedAjax mode.
-
-
-
-
-
-
-
+ Autocomplete component - simple Input component which provides sugg=
estions during input.
+
+ Could works using three modes:
+
+ - Client - preloads data to the client side and makes suggestion=
s according to entered prefix on the client
+ - Ajax - fetches the data on every input change using ajax reque=
sts
+ - Cached Ajax - loads data via ajax to make suggestions when the=
prefix length satisfies minchars attribute. Then all the suggestions done =
at client side except the case when initial prefix changed or token entered=
. Then loads data again.
+
+ Here is the sample for new cachedAjax mode.
+
+
+
+
+
+
+
=
\ No newline at end of file
Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/ric=
hfaces/outputPanel/simple.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
--- branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces=
/outputPanel/simple.xhtml 2011-03-25 14:32:11 UTC (rev 22314)
+++ branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces=
/outputPanel/simple.xhtml 2011-03-25 14:35:02 UTC (rev 22315)
@@ -1,36 +1,39 @@
-
+
+ xmlns:h=3D"http://java.sun.com/jsf/html"
+ xmlns:f=3D"http://java.sun.com/jsf/core"
+ xmlns:ui=3D"http://java.sun.com/jsf/facelets">
=
=
- a4j:outputPanel component designed to provide next
- features:
-
- - Automaticall updates of the child content on Ajax
- requests
- - Wrapper component for conditional rendering of nested
- elements via Ajax
- - Configurable layouts:
-
- - inline - rendered as span element
- - block - rendered as div element
- - none - special layout for nested components confitional
- rendering cases
-
-
-
-
-
-
-
-
-
-
-
-
+ a4j:outputPanel component designed to provide next
+ features:
+
+
+ - Automaticall updates of the child content on Ajax
+ requests
+
+ - Wrapper component for conditional rendering of nested
+ elements via Ajax
+
+ - Configurable layouts:
+
+ - inline - rendered as span element
+ - block - rendered as div element
+ - none - special layout for nested components confitional
+ rendering cases
+
+
+
+
+
+
+
+
+
+
+
=
\ No newline at end of file
Modified: branches/RF-10753/examples/richfaces-showcase/src/main/webapp/ric=
hfaces/status/viewusage.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
--- branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces=
/status/viewusage.xhtml 2011-03-25 14:32:11 UTC (rev 22314)
+++ branches/RF-10753/examples/richfaces-showcase/src/main/webapp/richfaces=
/status/viewusage.xhtml 2011-03-25 14:35:02 UTC (rev 22315)
@@ -9,13 +9,12 @@
- start and stop. The start state indicates that an Ajax request is in
progress. When Ajax Response comes back, the component switches to the
stop stage.
- Status could be defined:
+
Status could be defined:
- Default for View
- Default for form
- Referenced explicity from the component which sends request
-
Example of View scoped status. It should be defined outside of
any form and will handle all the Ajax requests within the view.
--===============0920567133052907524==--