Author: msorokin
Date: 2008-04-28 11:47:26 -0400 (Mon, 28 Apr 2008)
New Revision: 8239
Modified:
trunk/ui/jQuery/src/main/config/component/jQuery.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
http://jira.jboss.com/jira/browse/RF-2220
Corrected language and added default values
Modified: trunk/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- trunk/ui/jQuery/src/main/config/component/jQuery.xml 2008-04-28 15:02:41 UTC (rev
8238)
+++ trunk/ui/jQuery/src/main/config/component/jQuery.xml 2008-04-28 15:47:26 UTC (rev
8239)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"http://labs.jboss.com/jbossrichfaces/component-config.dtd
">
<components>
@@ -63,7 +63,7 @@
"immediate" performs the query right away. "onload" adds the task
to 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".
+ "immediate".
</description>
<defaultvalue>"immediate"</defaultvalue>
</property>