Author: smukhina
Date: 2007-06-27 05:40:55 -0400 (Wed, 27 Jun 2007)
New Revision: 283
Modified:
trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/log.xml
Log:
Language correction
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml 2007-06-26
05:29:19 UTC (rev 282)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml 2007-06-27
09:40:55 UTC (rev 283)
@@ -4,7 +4,7 @@
<property><a4j:keepAlive></property>
</emphasis> component allows to keep a state of each bean between
requests.</para>
<para>
- Some additional information about usage of components you can find <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&....
+ Some additional information about usage of components can be found <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&....
</ulink>
</para>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml 2007-06-26
05:29:19 UTC (rev 282)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml 2007-06-27
09:40:55 UTC (rev 283)
@@ -5,8 +5,7 @@
<title>Description</title>
<para>
Inserts script links to the head element. Render the value of the component as the
value of
- the "src" attribute, after passing it to the getResourceURL() method of the
ViewHandler for this application, and passing the result
- through the encodeResourceURL() method of the ExternalContext.
+ the "src" attribute, after passing it to the getResourceURL() method
of the ViewHandler for this application, and passing the result through the
encodeResourceURL() method of the ExternalContext.
</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml 2007-06-26
05:29:19 UTC (rev 282)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml 2007-06-27
09:40:55 UTC (rev 283)
@@ -4,8 +4,7 @@
<title>Description</title>
<para>
Inserts stylesheet links to the head element. Render the value of the component as the
value of
- the "src" attribute, after passing it to the getResourceURL() method of the
ViewHandler for this application, and passing the result
- through the encodeResourceURL() method of the ExternalContext.
+ the "src" attribute, after passing it to the getResourceURL() method
of the ViewHandler for this application, and passing the result through the
encodeResourceURL() method of the ExternalContext.
</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2007-06-26 05:29:19
UTC (rev 282)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2007-06-27 09:40:55
UTC (rev 283)
@@ -49,7 +49,7 @@
<para>
As it was mentioned <link linkend="loadStyle">before</link>
this componment returns its value passing it to the
getResourceUR() method of the ViewHandler for this application, and passing
- the result through the encodeResourceURL() method of the ExternalContext.
+ the result via the encodeResourceURL() method of the ExternalContext.
</para>
<para>
It means that the Context will be inserts automatically to the link. And calls
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml 2007-06-26 05:29:19 UTC
(rev 282)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.desc.xml 2007-06-27 09:40:55 UTC
(rev 283)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:log ></property>
- </emphasis> component generates JavaScript for opening of the window with
client-side debug information on AJAX request.</para>
+ </emphasis> component generates JavaScript for opening of the window with
client-side debug information on an AJAX request.</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-06-26 05:29:19 UTC (rev
282)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-06-27 09:40:55 UTC (rev
283)
@@ -34,7 +34,7 @@
<section>
<title>Creating on a page</title>
<para>To use the component, it's necessary to place the following
string on a page:</para><programlisting
role="XML"><![CDATA[<a4j:log/>]]></programlisting>
- <para>Then, in order to open a log window, press
"CTRL+SHIFT+L" on a page with the component.</para>
+ <para>Then, in order to open a log window, press
"CTRL+SHIFT+L" on a page with the component.</para>
</section>
<section>
<title>Dynamical creation of a component from Java code</title>