Author: smukhina
Date: 2007-07-04 09:06:38 -0400 (Wed, 04 Jul 2007)
New Revision: 1462
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml
Log:
http://jira.jboss.org/jira/browse/EXIN-373
Italic font style is added to the corresponding words and phrases
Modified: trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2007-07-04 12:41:56
UTC (rev 1461)
+++ trunk/docs/userguide/en/src/main/docbook/modules/AUGWADParams.xml 2007-07-04 13:06:38
UTC (rev 1462)
@@ -32,9 +32,9 @@
<entry>Is an URL to an application or a container log file (if
possible). If this parameter is set, content from the given URL is
shown on a <emphasis
-
role="italic"><property>Debug</property></emphasis> error
page
+ ><property>Debug</property></emphasis> error page
in the <emphasis
-
role="italic"><property>iframe</property></emphasis>
+ ><property>iframe</property></emphasis>
window</entry>
</row>
@@ -44,7 +44,7 @@
<entry>none</entry>
<entry>Is a comma-separated list of custom <emphasis
-
role="italic"><property>ViewHandler</property></emphasis>
+ ><property>ViewHandler</property></emphasis>
instances for inserting in chain. Handlers are inserted BEFORE
Ajax4jsf viewhandlers in the given order. For example, in facelets
application this parameter must contain
@@ -61,7 +61,7 @@
special control case, such as messages bundle loader, alias bean
components, etc. Is a type of component got by a reflection from
the static field <emphasis
-
role="italic"><property>COMPONENT_TYPE</property></emphasis>.
+ ><property>COMPONENT_TYPE</property></emphasis>.
For components with such types encode methods always are called in
rendering AJAX responses, even if a component isn't in an updated
part</entry>
@@ -75,7 +75,7 @@
<entry>For generated resources, such as encrypt generation data,
it's encoded in the resource URL. For example, URL for an image
generated from the <emphasis
-
role="italic"><property>mediaOutput</property></emphasis>
+ ><property>mediaOutput</property></emphasis>
component contains a name of a generation method, since for a
hacker attack, it is possible to create a request for any JSF
baked beans or other attributes. To prevent such attacks, set this
@@ -99,9 +99,9 @@
<entry>Is a name of a skin used in an application. It can be a
literal string with a skin name, or the <emphasis
-
role="italic"><property>EL</property></emphasis>
expression
+ ><property>EL</property></emphasis> expression
(#{...}) pointed to a <emphasis
-
role="italic"><property>String</property></emphasis>
property
+ ><property>String</property></emphasis> property
(skin name) or a property of a org.ajax4jsf.framework.skin type.
Skin in last case, this instance is used as a current skin</entry>
</row>
@@ -130,7 +130,7 @@
<entry>-</entry>
<entry>Is a path (relative to web application context) to the
- <emphasis
role="italic"><property>log4j.xml</property></emphasis>
configuration file, it can be used to setup
+ <emphasis ><property>log4j.xml</property></emphasis>
configuration file, it can be used to setup
per-application custom logging</entry>
</row>
@@ -150,7 +150,7 @@
<entry>true</entry>
<entry>Force parsing by a filter <emphasis
-
role="italic"><property>HTML</property></emphasis> syntax
+ ><property>HTML</property></emphasis> syntax
checker on any JSF page. If "false", only AJAX responses
are
parsed to syntax check and conversion to well-formed XML. Setting
to "false" improves performance, but can provide visual
effects on
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2007-07-04
12:41:56 UTC (rev 1461)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2007-07-04
13:06:38 UTC (rev 1462)
@@ -232,7 +232,7 @@
</itemizedlist>
<para>To plug one in, it's necessary to specify a skin name in the
- <emphasis
role="italic"><property>"org.ajax4jsf.SKIN"</property></emphasis>
context-param.</para>
+ <emphasis
><property>"org.ajax4jsf.SKIN"</property></emphasis>
context-param.</para>
<para>Here is an example of a table with values for one of the main
skins, <property>"blueSky"</property>.</para>
@@ -490,7 +490,7 @@
<para>Create a file whose name follows the format of a skin file and
place it into the ClassPath for the application. (Any skin file
follows the naming format, <emphasis
-
role="italic"><property><name.skin.properties></property></emphasis>.)</para>
+
><property><name.skin.properties></property></emphasis>.)</para>
</listitem>
<listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml 2007-07-04 12:41:56
UTC (rev 1461)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCsetwebappl.xml 2007-07-04 13:06:38
UTC (rev 1462)
@@ -30,11 +30,11 @@
Copy the
<emphasis
-
role="italic"><property>"richfaces-3.0.x.jar"</property></emphasis>
+
><property>"richfaces-3.0.x.jar"</property></emphasis>
file into the
- <emphasis role="italic">
+ <emphasis >
<property>"WEB-INF/lib"</property>
</emphasis>
@@ -48,16 +48,16 @@
<listitem>
Copy the
- <emphasis
role="italic"><property>"ajax4jsf.jar"</property></emphasis>
+ <emphasis
><property>"ajax4jsf.jar"</property></emphasis>
and
<emphasis
-
role="italic"><property>"oscache2.3.2.jar"</property></emphasis>
+
><property>"oscache2.3.2.jar"</property></emphasis>
files into the
- <emphasis role="italic">
+ <emphasis >
<property>"WEB-INF/lib"</property>
</emphasis>