From richfaces-svn-commits at lists.jboss.org Tue Oct 16 11:00:45 2007 Content-Type: multipart/mixed; boundary="===============4095824772155481091==" 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: r3398 - in trunk/samples/richfaces-demo/src/main/webapp/richfaces: poll and 1 other directory. Date: Tue, 16 Oct 2007 11:00:45 -0400 Message-ID: --===============4095824772155481091== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smukhina Date: 2007-10-16 11:00:44 -0400 (Tue, 16 Oct 2007) New Revision: 3398 Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml Log: language correction = RF-398 Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usa= ge.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/jQuery/usage.xht= ml 2007-10-16 14:48:33 UTC (rev 3397) +++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xht= ml 2007-10-16 15:00:44 UTC (rev 3398) @@ -9,15 +9,15 @@ =

rich:jQuery integrates jQuery javascript framework into the JavaServ= er - Faces application. The component allows to apply the styles and behavi= ors - on the DOM elements, including the result of JSF components rendering, - dynamically. For more information about jQuery framework and its featu= res, - you can read at http://jquery.com + Faces application. The component allows to apply the styles and behavi= or + to the DOM elements dynamically, including the result of JSF component= s rendering. = + For more information about jQuery framework and its features, + you can read http://jquery.com

-

Integrated jQuery works is non-conflict with prototype.js library us= ed +

Integrated jQuery works without conflicts with prototype.js library = that is used widely in the RichFaces library. This means that $() function is deleg= ated - back to the prototype.js. Use jQuery() function instead to refer to the - jQuery objects if needs. Read more about using jQuery with other libra= ries + back to the prototype.js. Use jQuery() function instead to refer to + jQuery objects if necessary. Read more about jQuery usage with other l= ibraries at http://docs.jquery.com/Using_jQuery_with_Other_Libraries

@@ -44,11 +44,11 @@

- Defining the name attribute is mandatory in case timing=3D"onJScall". - If name attribute is defined when timing equals to immediate or onload, + Defining "name" attribute is mandatory when timing=3D"onJScall". + If "name" attribute is defined when timing equals to "immediate" or "o= nload", the query is applied according to this value, but you still have an - opportunity to invoke it by function name.
- The selector attribute define the object or list of object, the query + opportunity to invoke it by a function name.
+ The selector attribute defines an object or list of objects, the query defined with the query attribute will be applied to.

= Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/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/poll/usage.xhtml= 2007-10-16 14:48:33 UTC (rev 3397) +++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml= 2007-10-16 15:00:44 UTC (rev 3398) @@ -18,7 +18,8 @@

=

The following example shown how the date and time is updated on the p= age based on the data - taken from the server.

+ taken from the server. To turn off polling, press "Stop Polling" button= .

+

Note: polling is automatically disabled after one minute of wo= rking.

=
= --===============4095824772155481091==--