Author: cluts
Date: 2008-06-28 04:56:22 -0400 (Sat, 28 Jun 2008)
New Revision: 9285
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
RF-672 - corrected names tags, components and attributes for faq and some section
(userguide)
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-06-28 08:55:23 UTC (rev
9284)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-06-28 08:56:22 UTC (rev
9285)
@@ -29,8 +29,8 @@
<itemizedlist>
<listitem>
JBoss RichFaces Downloads area which can be found
<ulink
url="http://labs.jboss.com/jbossrichfaces/downloads/">here&l...;.
- Source distribution you can see in the
<property>richfaces-ui-3.2.1-src.zip</property>.
- Binary stored in
<property>richfaces-ui-3.2.1-bin.zip</property>
+ Source distribution you can see in the
<code>richfaces-ui-3.2.1-src.zip</code>.
+ Binary stored in
<code>richfaces-ui-3.2.1-bin.zip</code>
</listitem>
<listitem>
If you use Maven, Maven knows the place where all
distributions are stored.
@@ -61,10 +61,10 @@
<listitem>
<para>Open
-
<property><Maven-Root>/conf/settings.xml</property>
+ <Maven-Root>/conf/settings.xml
file to edit</para>
- <para>Add into the
<property><profile></property>
+ <para>Add into the
<code><profile></code>
section:</para>
<programlisting role="XML"><![CDATA[
<id>RichFaces</id>
@@ -129,7 +129,7 @@
</pluginRepositories>
]]></programlisting>
<para> Add into the
-
<property><activeProfiles></property> section:</para>
+
<code><activeProfiles></code> section:</para>
<programlisting
role="XML"><![CDATA[<activeProfile>RichFaces</activeProfile>]]></programlisting>
</listitem>
@@ -202,7 +202,7 @@
<title>Why RichFaces library contains
<rich:dataTable> component,
though there is the standard
<h:dataTable>?</title>
<para>The article about <emphasis role="bold"
- ><rich:dataTable></emphasis> flexibility
can be found <ulink
+
><property><rich:dataTable></property></emphasis>
flexibility can be found <ulink
url="http://labs.jboss.com/wiki/RichFacesArticleDataTable"
here</ulink>.</para>
<para>Source code (SVN) could be found <ulink
@@ -217,8 +217,8 @@
<?dbhtml filename="Organizewizards.html"?>
<title>How to organize wizards using the
<rich:modalPanel> component?</title>
<para>It's necessary to put <emphasis
role="bold"
- ><a4j:include></emphasis> inside
the <emphasis
-
role="bold"><rich:modalPanel></emphasis> and perform
+
><property><a4j:include></property></emphasis> inside
the <emphasis
+
role="bold"><property><rich:modalPanel></property></emphasis>
and perform
navigation inside it, as it's shown in the example
below:</para>
<para>
@@ -266,7 +266,7 @@
]]></programlisting>
<para>The discussion about <emphasis role="bold"
- ><a4j:include></emphasis> and navigation
rules can be found on
+
><property><a4j:include></property></emphasis> and
navigation rules can be found on
the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Ajax Users Forum</ulink>.</para>
@@ -276,7 +276,7
@@
<?dbhtml
filename="Howtopreventmodalpanelfromclosure.html"?>
<title>How to prevent modalPanel from closing when the validation
inside fails?</title>
<para>Examples of validation in <emphasis role="bold"
- ><rich:modalPanel></emphasis>
could be found in the
+
><property><rich:modalPanel></property></emphasis>
could be found in the
<ulink
url="http://labs.jboss.com/wiki/ModalPanelValidation">Wiki
article</ulink> and on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
@@ -306,7 +306,7 @@
<?dbhtml
filename="Isitpossibletocreatedynamicmenu.html"?>
<title>Is it possible to create dynamic menu using
<rich:dropDownMenu>
component?</title>
- <para><emphasis
role="bold"><rich:dropDownMenu></emphasis> is a
+ <para><emphasis
role="bold"><property><rich:dropDownMenu></property></emphasis>
is a
standard JSF component. Thus, creation of the menu dynamically
from the Java
Script code is the same as for any other jsf
component.</para>
<para>For more information follow the <ulink
@@ -316,7 +316,7 @@
<section>
<?dbhtml
filename="Isitpossibletocustomizelookofdatascroller.html"?>
- <title>Is it possible to customize the look of dataScroller (the
forward/back
+ <title>Is it possible to customize the look of datascroller (the
forward/back
buttons) and replace them with an images?</title>
<para>The answer is yes. </para>
<para>Component provides two controllers groups for
switching:</para>
@@ -345,10 +345,10 @@
...
]]></programlisting>
<para> There are also facets used to create the disabled states:
- "first_disabled",
"last_disabled",
- "next_disabled",
"previous_disabled",
- "fastforward_disabled",
- "fastrewind_disabled". </para>
+
<emphasis><property>"first_disabled"</property></emphasis>,
<emphasis><property>"last_disabled"</property></emphasis>,
+
<emphasis><property>"next_disabled"</property></emphasis>,
<emphasis><property>"previous_disabled"</property></emphasis>,
+
<emphasis><property>"fastforward_disabled"</property></emphasis>,
+
<emphasis><property>"fastrewind_disabled"</property></emphasis>.
</para>
</section>
<section>
@@ -374,7 +374,7 @@
...
]]></programlisting>
<para>Also online demo <emphasis role="bold"
- ><rich:dropDownMenu></emphasis> component
is available <ulink
+
><property><rich:dropDownMenu></property></emphasis>
component is available <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMen...
here</ulink>.</para>
</section>
@@ -382,10 +382,10 @@
<section>
<?dbhtml
filename="CanthedropDownMenubeincludedintreenodes.html"?>
<title>Can I use dropDownMenu as context menu?</title>
- <para>The <emphasis
role="bold"><rich:dropDownMenu></emphasis> is
+ <para>The <emphasis
role="bold"><property><rich:dropDownMenu></property></emphasis>
is
designed keeping in mind that it should not be used for a
contextMenu
purpose. We have a <emphasis role="bold"
- ><rich:contextMenu></emphasis> component
in the TODO list.
+
><property><rich:contextMenu></property></emphasis>
component in the TODO list.
However, it is not schedule for the nearest
versions.</para>
</section>
@@ -513,7 +513,7 @@
<section>
<?dbhtml filename="Howtoretrievethecurrentvalue.html"?>
<title>How to retrieve the current value from the
inputNumberSlider?</title>
- <para>To catch the value of the inputNumberSlider from the
JavaScrip, use the
+ <para>To catch the value of the inputNumberSlider from the
JavaScript, use the
following approach:</para>
<para>
@@ -590,8 +590,8 @@
<para>The answer could be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
RichFaces Users Forum</ulink>.</para>
-
<para>How to use <emphasis
role="bold"><rich:dataTable></emphasis> and
- <emphasis
role="bold"><rich:dataScroller></emphasis>
+ <para>How to use <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
and
+ <emphasis
role="bold"><property><rich:dataScroller></property></emphasis>
in a context of Extended Data Model see <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
here</ulink>.</para>
@@
-664,7 +664,7 @@
<para> Thus, this command allows loading an integrated version of
the library that
includes all existing scriptaculous files except unittest.js.
</para>
<para> If you don't want to load the whole library, but
only the particular
- file, for example, effect.js, use the following line:
</para>
+ file, for example, <code>effect.js</code>, use the
following line: </para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -697,7 +697,7 @@
<section>
<?dbhtml filename="Howtosaveeffectstatus.html"?>
<title>How to save <rich:effect>
status?</title>
- <para><emphasis
role="bold"><rich:effect></emphasis> component has
+ <para><emphasis
role="bold"><property><rich:effect></property></emphasis>
component has
several callback methods such as beforeStart, afterFinish. You
can use them
to save the status.</para>
<para> See also <ulink
@@ -791,7 +791,7 @@
<section id="Howtoapplybuttonlable">
<?dbhtml filename="Howtoapplybuttonlable .html"?>
- <title>How to apply button lable for <rich:
calendar>?</title>
+ <title>How to apply button label for <rich:
calendar>?</title>
<para> Necessary information could be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
RichFaces User Forum</ulink>.</para>
@@ -815,7
+815,7 @@
<title>How to check sending request conditions? Custom JavaScript
before request
"OnSubmit" attribute.</title>
<para> To check on the client some terms of request sending, the
<emphasis>
- <property>"onSubmit</property>
+
<property>"onSubmit"</property>
</emphasis>" attribute is added to all components,
which may cause
the request. </para>
<para>
@@ -825,7 +825,7 @@
<a4j:support event="onfocus" onsubmit="doSomething();"
reRender="panelToReRender"/>
</h:inputText>]]></programlisting>
<para> So in this case
-
"<emphasis><property>doSomething()</property>"</emphasis>
+
"<code>doSomething()"</code>
function is executed before the Ajax request. </para>
<para> Besides, if this function returns "false",
Ajax request
isn't fired. </para>
@@ -833,17 +833,13 @@
<title>Note:</title>
<para>Behavior of our <emphasis>
<property>"onsubmit"</property>
- </emphasis>slightly differs from the standard one.
Do not return <emphasis>
-
<property>"true"</property>
- </emphasis> if you want to fire the request -
because <code><xxx><a4j:support
+ </emphasis>slightly differs from the standard one.
Do not return "true" if you want to fire the request - because
<code><xxx><a4j:support
event="onclick"
onsubmit="return
true;"></code> is
transformed into <code><xxx onclick="return
true; A4J.Submit(.... );" ></code>
and the request
isn't fired also in this case (but the standard
event
- processing fired). You must only return <emphasis>
-
<property>"false"</property>
- </emphasis> if your conditions weren't
completed or perform
+ processing fired). You must only return
"false" if your conditions weren't completed or perform
some actions (if needed) without any returns in case you
need to
fire it. </para>
</note>
@@ -881,7 +877,7 @@
copy that fires the request is placed into. One may use
it to get
the element instead of this. and
<code>data</code> is a
variable that contains deserialized value from the
- <property>"data"</property>
attribute. </para>
+
<emphasis><property>"data"</property></emphasis>
attribute. </para>
</tip>
</section>
<section id="InvokeOnComponentUsingWithJSF1.2">
@@ -900,7 +896,7 @@
use-cases implemented in RichFaces, as there is a choice
for
updatable components in application logic, where
it's
necessary to navigate in a components tree by the native
id, with
- <property>findComponent()</property>
methods. </listitem>
+ <code>findComponent()</code> methods.
</listitem>
</itemizedlist>
<para> Thus, for example, only entire dataTable can be updated in
response (but all
Ajax core action components inside table work properly).
</para>
@@ -912,7 +908,7 @@
</section>-->
<section id="keepAliveComponentGeneratesException">
<?dbhtml
filename="keepAliveComponentGeneratesException.html"?>
- <title>How to avoid generating exception for
"keepAlive"
+ <title>How to avoid generating exception for
<a4j:keepAlive>
component?</title>
<para>To avoid exception, don't forget that the component
stores beans in
serialized view, but your bean should implement
<code>java.io.Serializable</code>.</para>
@@ -948,7 +944,7 @@
<section id="HowToStopPoll">
<?dbhtml filename="HowToStopPoll.html"?>
- <title>How to stop "a4j:poll"?</title>
+ <title>How to stop <a4j:poll>?</title>
<para>More information about this problem could be found on the
<ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Ajax4Jsf Users Forum. </ulink>
@@ -1000,7 +996,7 @@
<?dbhtml filename="PageRequiredOrNot.html"?>
<title>Is <a4j:page> component required or
not?</title>
<para>
- <emphasis
role="bold"><4j:page></emphasis> is a component used
+ <emphasis
role="bold"><property><4j:page></property></emphasis>
is a component used
for solving of incompatibility problems in early Ajax4jsf and
MyFaces
versions. The component encodes the full html page structure.
</para>
<para>More information about this problem could be found on the
<ulink
@@ -1023,8 +1019,8 @@
<para>
<emphasis
role="bold"><a4j:region></emphasis> can't
work inside iteration components like <emphasis
role="bold"
- ><h:dataTable></emphasis> and
<emphasis role="bold"
- ><a4j:repeat></emphasis>.
</para>
+
><property><h:dataTable></property></emphasis> and
<emphasis role="bold"
+
><property><a4j:repeat></property></emphasis>.
</para>
<para>The details could be found <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
here. </ulink>
@@ -1079,7 +1075,7 @@
<listitem>
<para>With the rendered attribute wrap the
component that is to be
hidden or rendered on Ajax in a wrapper component
(e.g.
- a4j:outputPanel)</para>
+ <emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>)</para>
</listitem>
<listitem>
@@ -1563,7 +1559,7 @@
<para>
In order to save the state (exapnd/collapse) of the <emphasis
role="bold"><property><rich:simpleTogglePanel></property></emphasis>
component
you could use
<emphasis><property>"opened"</property></emphasis>
attribute responsible for keeping a panel state
- and <emphasis
role="bold"><property><a4j:support></property></emphasis>
binded to <property>onexpand</property> and
<property>oncollapse</property> events.
+ and <emphasis
role="bold"><property><a4j:support></property></emphasis>
binded to
<emphasis><property>"onexpand"</property></emphasis>
and
<emphasis><property>"oncollapse"</property></emphasis>
events.
</para>
<para>
In the following example when you click on the toggle icon
<emphasis
role="bold"><property><rich:simpleTogglePanel></property></emphasis>
appears and current state displays on
@@ -1635,8 +1631,8 @@
<title>How to save the state of
<rich:panelMenuGroup>?</title>
<para>
With the help of the
<emphasis><property>"expanded"</property></emphasis>
attribute
- and <emphasis
role="bold"><property><a4j:support></property></emphasis>
binded to <property>onexpand</property> and
<property>oncollapse</property> events
- you could keep the state (exapnd/collapse) of the <emphasis
role="bold"><property><rich:panelMenuGroup></property></emphasis>
component.
+ and <emphasis
role="bold"><property><a4j:support></property></emphasis>
binded to
<emphasis><property>"onexpand"</property></emphasis>
and
<emphasis><property>"oncollapse"</property></emphasis>
events
+ you could keep the state
("expand"/"collapse") of the <emphasis
role="bold"><property><rich:panelMenuGroup></property></emphasis>
component.
</para>
<para>
In the following example when you click on the toggle icon the
<emphasis
role="bold"><property><rich:panelMenuGroup></property></emphasis>
@@ -2175,7 +2171,7 @@
<section id="Trinidad">
<?dbhtml filename="Trinidad.html"?>
<title>RichFaces with Trinidad?</title>
- <para>Here is a stripped down version of<property>
web.xml</property> that integrates RichFaces and Trinidad.</para>
+ <para>Here is a stripped down version of web.xml that integrates
RichFaces and Trinidad.</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -2326,7 +2322,7 @@
The <emphasis
role="bold"><property><rich:fileUpload></property></emphasis>
component could work together with Seam framework.
</para>
<para>
- Initialization parameters should be defined for Seam Filter in
<property>web.xml</property>.
+ Initialization parameters should be defined for Seam Filter in
web.xml.
They will be automatically set up for Ajax4Jsf Filer by Seam
framework on start up.
</para>
<para>
@@ -2369,8 +2365,8 @@
</listitem>
<listitem>
<para>
- All selected objects are stored under
<property>suggestion.SelectedItems</property> array.
- Each array element contains of
<property>text</property> and <property>object</property>
properties.
+ All selected objects are stored under
<code>suggestion.SelectedItems</code> array.
+ Each array element contains of
<code>text</code> and <code>object</code> properties.
So, you could iterate this array, get
<property>not null objects</property> and then get the property you need.
</para>
</listitem>
@@ -2381,11 +2377,11 @@
<title>How to handle ViewExpiredException?</title>
<para>
As <property>RichFaces 3.1</property> is targeted at
JSF 1.1,
- you won't get
<property>ViewExpiredExceptions</property> generated when using it with JSF
1.2.
+ you won't get
<code>ViewExpiredExceptions</code> generated when using it with JSF 1.2.
This exception appears after session timeout.
</para>
<para>
- Fortunately there is an easy workaround. Add to your
<property>web.xml</property>:
+ Fortunately there is an easy workaround. Add to your web.xml:
</para>
<programlisting role="XML"><![CDATA[...
<context-param>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-06-28
08:55:23 UTC (rev 9284)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-06-28
08:56:22 UTC (rev 9285)
@@ -29,23 +29,13 @@
<listitem><para> Unzip <emphasis>
<property>"richfaces-ui-3.2.1.GA-bin.zip"</property>
</emphasis> file to the chosen folder. </para></listitem>
- <listitem><para> Copy <emphasis>
- <property>"richfaces-api-3.2.1.jar"</property>
- </emphasis>, <emphasis>
- <property>"richfaces-impl-3.2.1.jar"</property>
- </emphasis>,<emphasis>
- <property>"richfaces-ui-3.2.1.jar"</property>
- </emphasis>files into the <emphasis>
- <property>"WEB-INF/lib"</property>
- </emphasis> folder of your application. </para></listitem>
+ <listitem><para> Copy
<code>"richfaces-api-3.2.1.jar"</code>,
<code>"richfaces-impl-3.2.1.jar"</code>,<code>"richfaces-ui-3.2.1.jar"</code>files
into the "WEB-INF/lib" folder of your application.
</para></listitem>
<!--note>
<title>Note:</title>
<para>Starting from Ajax4jsf 1.1.1, the oscache library is not required to
be in the
classpath anymore. </para>
</note-->
- <listitem><para> Add the following content into the <emphasis>
- <property>"WEB-INF/web.xml"</property>
- </emphasis> file of your application: </para><programlisting
role="XML"><![CDATA[...
+ <listitem><para> Add the following content into the
"WEB-INF/web.xml" file of your application:
</para><programlisting role="XML"><![CDATA[...
<context-param>
<param-name>org.richfaces.SKIN</param-name>
<param-value>blueSky</param-value>
@@ -82,8 +72,8 @@
</itemizedlist>
<note>
<title>Note:</title>
- <para>The previous namespaces URIs (
https://ajax4jsf.dev.java.net/ajax and
-
http://richfaces.ajax4jsf.org/rich) are also available for backward
compatibility.</para>
+ <para>The previous namespaces URLs (<ulink
url="https://ajax4jsf.dev.java.net/ajax">https://ajax4jsf.de...
and
+ <ulink
url="http://richfaces.ajax4jsf.org/rich">http://richfaces.aj...>)
are also available for backward compatibility.</para>
</note>
</section>
<section id="SimpleAJAXEchoProject">
@@ -144,7 +134,7 @@
</emphasis> with corresponding attributes (as it was shown in the previous
example) adds an
Ajax support to the parent <emphasis role="bold">
<property><h:inputText></property>
- </emphasis> tag. This support is bound to "onkeyup"
JavaScript event, so
+ </emphasis> tag. This support is bound to
<emphasis><property>"onkeyup"</property></emphasis>
JavaScript event, so
that each time when this event is fired on the parent tag, our application sends
an Ajax
request to the server. It means that the text field pointed to our managed bean
property
contains up-to-date value of our input. </para>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml 2008-06-28 08:55:23
UTC (rev 9284)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml 2008-06-28 08:56:22
UTC (rev 9285)
@@ -343,8 +343,8 @@
...
]]></programlisting>
<para>
- This is because, EAServer calls servlet init() before the
- ServletContextInitializer. Not an EAServer bug, this is in
+ This is because, EAServer calls servlet <code>init()</code> before the
+ <code>ServletContextInitializer</code>. Not an EAServer bug, this is in
Servlet 2.3 spec.
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-06-28
08:55:23 UTC (rev 9284)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-06-28
08:56:22 UTC (rev 9285)
@@ -145,7 +145,7 @@
<para>
AjaxContainer is an interface that describes an area on
your JSF page that should be decoded during an Ajax
- request. AjaxViewRoot and AjaxRegion are implementations
+ request. <code>AjaxViewRoot</code> and
<code>AjaxRegion</code> are implementations
of this interface.
</para>
</formalpara>
@@ -582,7 +582,7 @@
<property>"ajaxSingle"</property>
</emphasis>
attribute value is
- <property>"true"</property>
+ "true"
, it orders to include only a value of the current
component (along with
<emphasis role="bold">
@@ -697,7 +697,7 @@
<emphasis>
<property>"actionListener"</property>
</emphasis>
- attribute to invoke the action method and define the
+ attributes to invoke the action method and define the
action event.
</para>
<para>
@@ -791,7 +791,7 @@
<property>"onsubmit"</property>
</emphasis>
returns
- <property>"false"</property>
+ "false"
, the Ajax request is canceled. The code of
<emphasis>
<property>"onsubmit"</property>
@@ -803,9 +803,9 @@
should not has a "return" statement if you
want the Ajax request to be sent. If you are going to
invoke a JavaScript function that returns
- <property>"true"</property>
+ "true"
or
- <property>"false"</property>
+ "false"
, use the conditional statement to return something only
when you need to cancel the request. For example:
</para>
@@ -831,7 +831,7 @@
<property><a4j:commandButton></property>
</emphasis>
. If it returns
- <property>"false"</property>
+ "false"
, the Ajax request is canceled also.
</para>
<para>
@@ -854,7 +854,7 @@
<emphasis>
<property>"onbeforedomupdate"</property>
</emphasis>
- attrubute defines JavaScript code for call after Ajax
+ attribute defines JavaScript code for call after Ajax
response receiving and before updating DOM on a client
side.
</para>
@@ -1128,8 +1128,8 @@
</emphasis>
tag allows you to add Ajax functionality to standard JSF
components and send Ajax request onto a chosen
- JavaScript event: "onkeyup",
- "onmouseover", etc.
+ JavaScript event:
<emphasis><property>"onkeyup"</property></emphasis>,
+ <emphasis><property>"onmouseover"</property></emphasis>,
etc.
</para>
<!--para>Most important attributes of components that provide Ajax request
calling features are:</para>
<itemizedlist>
@@ -1229,7 +1229,7 @@
<?dbhtml filename="DecideWhatToChange.html"?>
<title>Decide What to Change</title>
<para>
- Using IDs in the "reRender" attribute to
+ Using IDs in the
<emphasis><property>"reRender"</property></emphasis>
attribute to
define "AJAX zones" for update works fine in
many cases.
</para>
@@ -1273,13 +1273,13 @@
<itemizedlist>
<listitem>
<para>
- By setting the "ajaxRendered"
+ By setting the
<emphasis><property>"ajaxRendered"</property></emphasis>
attribute value to "true".
</para>
</listitem>
<listitem>
<para>
- By setting the "reRender"
+ By setting the
<emphasis><property>"reRender"</property></emphasis>
attribute value of an Action Component to
the output panel ID.
</para>
@@ -1557,7 +1557,7 @@
are loaded to application.
</para>
<para>
- <code>org.richfaces.LoadScriptStrategy</code>
+ <emphasis
role="bold">org.richfaces.LoadScriptStrategy</emphasis>
</para>
<para>
The following declaration in your web.xml allows loading the
@@ -1607,7 +1607,7 @@
</note>
<para>
- <code>org.richfaces.LoadStyleStrategy</code>
+ <emphasis
role="bold">org.richfaces.LoadStyleStrategy</emphasis>
</para>
<para>
@@ -2053,9 +2053,7 @@
<para>
To plug one in, it's necessary to specify a skin
name in the
- <emphasis>
- <code>org.richfaces.SKIN</code>
- </emphasis>
+ <code>org.richfaces.SKIN</code>
context-param.
</para>
@@ -3614,9 +3612,9 @@
XCSS file contains CSS properties and skin parameters
mappings. Mapping of a CSS selector to a skin parameter
is performed using
- <code>< u:selector ></code>
+ <emphasis role="bold"><property>< u:selector
></property></emphasis>
and
- <code>< u:style></code>
+ <emphasis role="bold"><property><
u:style></property></emphasis>
XML tags that form the mapping structure. Please study
the example below.
</para>
@@ -3645,17 +3643,17 @@
<para>
The
- <property>name</property>
- attribute of <u:selector> tag defines the CSS
+ <emphasis><property>name</property></emphasis>
+ attribute of <emphasis
role="bold"><property><u:selector></property></emphasis>
tag defines the CSS
selector, while
<property>"name"</property>
attribute of the
- <code><u:style></code>
+ <emphasis
role="bold"><property><u:style></property></emphasis>
tag defines what skin constant is mapped to a CSS
property. The
- <property>value</property>
+ <emphasis><property>"value"</property></emphasis>
attribute of the
- <code><u:style></code>
+ <emphasis
role="bold"><property><u:style></property></emphasis>
tag can also be used to assign a value to a CSS
property.
</para>