From richfaces-svn-commits at lists.jboss.org Fri Aug 29 09:50:38 2008 Content-Type: multipart/mixed; boundary="===============8810733310652709946==" 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: r10236 - in trunk/samples/richfaces-demo/src/main/webapp: richfaces/suggestionBox and 1 other directories. Date: Fri, 29 Aug 2008 09:50:38 -0400 Message-ID: --===============8810733310652709946== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ilya_shaikovsky Date: 2008-08-29 09:50:37 -0400 (Fri, 29 Aug 2008) New Revision: 10236 Added: trunk/samples/richfaces-demo/src/main/webapp/images/icons/arrow.png trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/exa= mples/objects.xhtml Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/exa= mples/custom.xhtml trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/usa= ge.xhtml Log: Added: trunk/samples/richfaces-demo/src/main/webapp/images/icons/arrow.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: trunk/samples/richfaces-demo/src/main/webapp/images/ic= ons/arrow.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestion= Box/examples/custom.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 --- trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/ex= amples/custom.xhtml 2008-08-29 13:01:44 UTC (rev 10235) +++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/ex= amples/custom.xhtml 2008-08-29 13:50:37 UTC (rev 10236) @@ -44,10 +44,10 @@ =

- Suggestion Box will suggest you states capitals names. Comma and space= could be used as suggestions separators." + Suggestion Box will suggest you states capitals names. Comma and squar= e brackets could be used as suggestions separators."

- + + + + + = + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestion= Box/usage.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 --- trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/us= age.xhtml 2008-08-29 13:01:44 UTC (rev 10235) +++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/us= age.xhtml 2008-08-29 13:50:37 UTC (rev 10236) @@ -30,6 +30,26 @@ + +

+ And below there is second example of new JS API and Objects selection f= eature usage. +

+

+ Just choose some state from suggestion and capital name property will b= e fetched = + using client side API (Some of the capitals could be fetched separated = with coma). = + No requests need anymore. You could just store needed = + properties in the same manner in hidden fields for example. +

+
+ Objects usage example +
+ + + + +
+
+ = = --===============8810733310652709946==--