[richfaces-svn-commits] JBoss Rich Faces SVN: r4593 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 7 10:53:46 EST 2007
Author: vkorluzhenko
Date: 2007-12-07 10:53:46 -0500 (Fri, 07 Dec 2007)
New Revision: 4593
Modified:
branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml
Log:
http://jira.jboss.com/jira/browse/RF-1537 - fixed error
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml 2007-12-07 15:49:27 UTC (rev 4592)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml 2007-12-07 15:53:46 UTC (rev 4593)
@@ -94,7 +94,7 @@
...
]]></programlisting>
<para>According to this code a function with name <property>"call"</property>
- is generated. It could be used in JavaScript code to trigger an operation on the target
+ is generated. It is used in JavaScript code to trigger an operation on the target
component with defined id=<property>"comp_ID"</property>.</para>
<para>The generated function is shown below:</para>
<programlisting role="JAVA"><![CDATA[function ffunction (event) {
More information about the richfaces-svn-commits
mailing list