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/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-16
14:48:33 UTC (rev 3397)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-16
15:00:44 UTC (rev 3398)
@@ -9,15 +9,15 @@
<ui:define name="sample">
<p>rich:jQuery integrates jQuery javascript framework into the JavaServer
- Faces application. The component allows to apply the styles and behaviors
- on the DOM elements, including the result of JSF components rendering,
- dynamically. For more information about jQuery framework and its features,
- you can read at <a
href="http://jquery.com/">http://jquery.com</a>
+ Faces application. The component allows to apply the styles and behavior
+ to the DOM elements dynamically, including the result of JSF components rendering.
+ For more information about jQuery framework and its features,
+ you can read <a
href="http://jquery.com/">http://jquery.com</a>
</p>
- <p>Integrated jQuery works is non-conflict with prototype.js library used
+ <p>Integrated jQuery works without conflicts with prototype.js library that is
used
widely in the RichFaces library. This means that $() function is delegated
- back to the prototype.js. Use jQuery() function instead to refer to the
- jQuery objects if needs. Read more about using jQuery with other libraries
+ back to the prototype.js. Use jQuery() function instead to refer to
+ jQuery objects if necessary. Read more about jQuery usage with other libraries
at <a
href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries"...
http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a>
</p>
@@ -44,11 +44,11 @@
</ul>
</p>
<p>
- Defining the name attribute is mandatory in case timing="onJScall".
- If name attribute is defined when timing equals to immediate or onload,
+ Defining "name" attribute is mandatory when timing="onJScall".
+ If "name" attribute is defined when timing equals to "immediate"
or "onload",
the query is applied according to this value, but you still have an
- opportunity to invoke it by function name.<br/>
- The selector attribute define the object or list of object, the query
+ opportunity to invoke it by a function name.<br/>
+ The selector attribute defines an object or list of objects, the query
defined with the query attribute will be applied to.
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml
===================================================================
--- 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 @@
</p>
<p>The following example shown how the date and time is updated on the page based
on the data
- taken from the server.</p>
+ taken from the server. To turn off polling, press "Stop Polling"
button.</p>
+ <p><b>Note: </b>polling is automatically disabled after one minute of
working.</p>
<div class="sample-container">