Author: SergeySmirnov
Date: 2007-10-16 19:56:20 -0400 (Tue, 16 Oct 2007)
New Revision: 3414
Modified:
branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml
Log:
attributes' descr.
Modified: branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 23:49:50 UTC
(rev 3413)
+++ branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 23:56:20 UTC
(rev 3414)
@@ -29,10 +29,8 @@
<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 the function that will be generated to execute the query.
+ The name attribute is required if timing attribute equals to
"onJScall"
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -40,8 +38,8 @@
<name>selector</name>
<classname>java.lang.String</classname>
<description>
- Selector for query. The component id as well as any html element id might
- be used inside.
+ Selector for query. The "selector" attribute uses defined by w3c
+ consortium syntax for CSS rule selector with some jQuery extensions.
</description>
<defaultvalue>""</defaultvalue>
</property>
Show replies by date