Author: cluts
Date: 2008-07-23 09:22:15 -0400 (Wed, 23 Jul 2008)
New Revision: 9747
Modified:
trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
trunk/docs/userguide/en/src/main/docbook/included/log.xml
trunk/docs/userguide/en/src/main/docbook/included/region.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
RF-3161 - done for gmap, region,log and "RichFaces Architecture Overview"
section.
Modified: trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/gmap.xml 2008-07-23 13:21:38 UTC
(rev 9746)
+++ trunk/docs/userguide/en/src/main/docbook/included/gmap.xml 2008-07-23 13:22:15 UTC
(rev 9747)
@@ -130,7 +130,7 @@
the following initial settings:
<code>lat = "48.44"</code>
,
- <code>lng= "2.24"</code>
+ <code>lng = "2.24"</code>
and
<code>zoom = "5"</code>
.
@@ -219,7 +219,7 @@
</para>
<para>
For example, to approximate a map for
- <code>gmapVar= "map"</code>
+ <code>gmapVar = "map"</code>
declared inside the component, call <code>map.zoomIn()</code> on an
event.
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2008-07-23 13:21:38 UTC (rev
9746)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2008-07-23 13:22:15 UTC (rev
9747)
@@ -61,7 +61,7 @@
<para>The <emphasis >
<property>"level"</property>
</emphasis>
-attribute with several possible values (FATAL, ERROR, WARN, INFO, ALL) could change a
logging level.</para>
+attribute with several possible values ("FATAL",
"ERROR", "WARN", "INFO",
"ALL") could change a logging level.</para>
<para>The log could be generated not only in a new window, but also on the
current page in a separate <emphasis
role="bold"><property><div></property></emphasis>,
this is also controlled with the <emphasis >
<property>"popup"</property>
</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-07-23 13:21:38 UTC
(rev 9746)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-07-23 13:22:15 UTC
(rev 9747)
@@ -90,7 +90,7 @@
</a4j:region >
<!--..Some content that will be decoded on server after Ajax request.-->
</a4j:region >]]></programlisting>
- <para>Therefore, the external region is decoded for the
<code>link1</code> and the internal one is decoded for the
<code>link2</code>.</para>
+ <para>Therefore, the external region is decoded for the
<code>"link1"</code> and the internal one is decoded for the
<code>"link2"</code>.</para>
<para>RichFaces allows setting Ajax responses rendering directly basing on
component tree nodes without referring to the JSP (XHTML) page code. It could be defined
by<emphasis><property> "selfRendered"
</property></emphasis>attribute setting to "true" on
<emphasis role="bold">
<property><a4j:region></property>
</emphasis> and could help considerably speed up a response output. However,
this rapid processing could cause missing of transient components that present on view and
don't come into a component tree as well as omitting of <emphasis
role="bold">
@@ -119,7 +119,7 @@
</h:panelGroup>
</a4j:region>]]></programlisting>
<para>This example shows that one of the regions is decoded when a link is used
inside. Nevertheless,
- if after processing the <code>link1</code> is clicked, the first region
passes into Encode as a root
+ if after processing the <code>"link1"</code> is
clicked, the first region passes into Encode as a root
region and encode performance time is reduced. This optimization doesn't
allow data update out of the
region and should be implemented very carefully. The data out of the region described
with <code>renderRegionOnly="false"</code> is updated
successfully.
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-07-23
13:21:38 UTC (rev 9746)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-07-23
13:22:15 UTC (rev 9747)
@@ -4523,8 +4523,8 @@
<property><rich:calendar></property></emphasis> you
need to open the "calendar.xcss" file located in
"P-n-S\src\main\resources\skinpackage\plugnskindemo\css\". Once, you
have opened the file, please find ".rich-calendar-today" selector and amend it
as follows: <code>background-color: #075ad1;</code>. The current day's
background color can be considered recolored.</para>
- <para>Now we will see how font style of a standard HTML submit button can be
changed. Please, open "extended.xcss" file located in
"P-n-S\src\main\resources\skinpackage\plugnskindemo\css\" and put in
<code>font-weight: bold;</code>inside the curly braces of these coma separated
selectors </para>
- <code>button[type="button"],
button[type="reset"], button[type="submit"],
input[type="reset"], input[type="submit"],
input[type="button"]</code>. So, the CSS code should look like
this.
+ <para>Now we will see how font style of a standard HTML submit button can be
changed. Please, open "extended.xcss" file located in
"P-n-S\src\main\resources\skinpackage\plugnskindemo\css\" and put in
<code>font-weight: bold;</code> inside the curly braces of these coma
separated selectors
+ <code>button[type="button"],
button[type="reset"], button[type="submit"],
input[type="reset"], input[type="submit"],
input[type="button"]</code>. So, the CSS code should look like
this. </para>
<programlisting role="XML"><![CDATA[