Author: smukhina
Date: 2007-07-10 11:07:54 -0400 (Tue, 10 Jul 2007)
New Revision: 1581
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
http://jira.jboss.com/jira/browse/RF-430
some code samples were framed
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2007-07-10
15:01:13 UTC (rev 1580)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2007-07-10
15:07:54 UTC (rev 1581)
@@ -134,6 +134,10 @@
<para>Here is a simple panel component:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><rich:panel>
...
</rich:panel></programlisting>
@@ -147,6 +151,10 @@
role="bold"><property><div></property></emphasis>
element looks
like:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><div class="dr-pnl
rich-panel">
...
</div></programlisting>
@@ -177,6 +185,10 @@
<para>A developer may also change the style properties for a particular
panel. The following definition:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><rich:panel
styleClass="customClass">
...
</rich:panel></programlisting>
@@ -184,6 +196,10 @@
<para>could add some style properties from customClass to one particular
panel, as a result we get three styles:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><div class="dr_pnl
rich-panel customClass">
...
</div></programlisting>
@@ -497,6 +513,10 @@
<para>Add a skin definition context-param element to the
application's web.xml file:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><context-param>
<param-name>org.ajax4jsf.SKIN</param-name>
<param-value>name</param-value>