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: 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
- 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.
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.
=