Author: vsukhov
Date: 2008-03-28 14:42:12 -0400 (Fri, 28 Mar 2008)
New Revision: 7381
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-2720 I've corrected J scripts to Java Script
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-03-28 18:40:58 UTC (rev
7380)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-03-28 18:42:12 UTC (rev
7381)
@@ -458,12 +458,12 @@
]]></programlisting>
<para>
<note>
- <title>Note:</title>Two rules are important
for modalPanel: <itemizedlist>
- <listitem>modalPanel must have its own form
if it has form
+ <title>Note:</title><para>Two rules are
important for modalPanel: </para><itemizedlist>
+ <listitem><para>modalPanel must have
its own form if it has form
elements (input or/and command
components) inside
- (as it was shown in the example above)
</listitem>
- <listitem>modalPanel must not be included
into the form (on
- any level up) if it has the form
inside.</listitem>
+ (as it was shown in the example above)
</para></listitem>
+ <listitem><para>modalPanel must not
be included into the form (on
+ any level up) if it has the form
inside.</para></listitem>
</itemizedlist></note>
</para>
</section>
@@ -2265,7 +2265,7 @@
</section>
<section>
<?dbhtml filename="WhydoesJSScriptsconflict.html"?>
- <title>Why does Java scripts conflict?</title>
+ <title>Why does Java Script conflict?</title>
<para>Richfaces 3.1.3 uses 1.6.0 version of prototype.js script
instead of 1.5.1
that's been used for earlier versions. There are 2 prototype
versions included
(the first included implicitly as a dependency of toggle panel
components and