Author: smukhina
Date: 2007-10-16 11:39:27 -0400 (Tue, 16 Oct 2007)
New Revision: 3400
Modified:
trunk/ui/jQuery/src/main/config/component/jQuery.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
correcting language
Modified: trunk/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- trunk/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 15:24:13 UTC (rev
3399)
+++ trunk/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 15:39:27 UTC (rev
3400)
@@ -29,10 +29,10 @@
<name>name</name>
<classname>java.lang.String</classname>
<description>
- The name of the function that will be generated to execute the query. If name is
- not defined explicitly it will be pre-generated from the id of the component
where
- colon is replaced with underscore and "jq_" prefix is added. The name
attribute is required
- if timing attribute equals to "onJScall"
+ The name of a function that will be generated to execute a query. If the name is
+ not defined explicitly, it is pre-generated from the id of the component where
+ colon is replaced with underscore and "jq_" prefix is added. The
"name" attribute is required
+ if "timing" attribute equals to "onJScall"
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -40,7 +40,7 @@
<name>selector</name>
<classname>java.lang.String</classname>
<description>
- Selector for query. The component id as well as any html element id might
+ Selector for a query. The component id as well as any html element id might
be used inside.
</description>
<defaultvalue>""</defaultvalue>
@@ -49,7 +49,7 @@
<name>query</name>
<classname>java.lang.String</classname>
<description>
- The query string that will be executed for given selector.
+ The query string that is executed for a given selector.
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -57,9 +57,9 @@
<name>timing</name>
<classname>java.lang.String</classname>
<description>
- When to peform the query. Two possible values are
"immediate","onload" and "onJScall".
+ The attribute that defines when to perform the query. The possible values are
"immediate","onload" and "onJScall".
"immediate" performs the query right away. "onload" adds the task
to the
- time when document is loaded (the DOM tree is created). "onJScall" allows
to invoke the
+ time when a document is loaded (the DOM tree is created). "onJScall" allows
to invoke the
query by Javascipt function name defined with "name" attribute. The default
value is
"immediate".
</description>