[richfaces-svn-commits] JBoss Rich Faces SVN: r9236 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 26 08:50:56 EDT 2008


Author: cluts
Date: 2008-06-26 08:50:56 -0400 (Thu, 26 Jun 2008)
New Revision: 9236

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
   trunk/docs/userguide/en/src/main/docbook/included/column.xml
   trunk/docs/userguide/en/src/main/docbook/included/componentControl.xml
   trunk/docs/userguide/en/src/main/docbook/included/contextMenu.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
   trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
   trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
   trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
   trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
   trunk/docs/userguide/en/src/main/docbook/included/effect.xml
   trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
   trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
   trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
   trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/region.xml
   trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
   trunk/docs/userguide/en/src/main/docbook/included/status.xml
   trunk/docs/userguide/en/src/main/docbook/included/support.xml
Log:
RF-672 - corrected names attributes, tags, components and facets for portlet, push, region, repeat, status, support, calendar, componentControl, contextMenu, column, dataList, dataOrderedList, dataDefinitionList, dragIndicator, dragSupport, dropDownMenu, menuGroup, effect, fileUpload components

Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -107,7 +107,7 @@
       defined with the <emphasis>
         <property>&quot;mode&quot;</property>
       </emphasis> attribute with two possible parameters: &quot;<code>ajax</code>&quot; and &quot;<code>client</code>&quot;. Default value is 
-       &quot;client&quot;.</para>
+       <code>&quot;client&quot;</code>.</para>
     <itemizedlist>
       <listitem>
         <para><code>Ajax</code></para>
@@ -115,7 +115,7 @@
     </itemizedlist>
     <para>Calendar requests portions of data from Data Model for a page rendering. If <emphasis>
         <property>&quot;dataModel&quot;</property>
-      </emphasis> attribute has <property>&quot;null&quot;</property> value, data requests
+      </emphasis> attribute has &quot;null&quot; value, data requests
       are not sent. In this case the &quot;<code>ajax</code>&quot; mode is equal to the
       &quot;<code>client</code>&quot;. </para>
     <itemizedlist>
@@ -131,7 +131,7 @@
       </emphasis> and <emphasis>
         <property>&quot;preloadDateRangeEnd&quot;</property>
       </emphasis> attributes was designed only for the
-      <property>&quot;client&quot;</property> mode to load some data initially.</para></note>
+        &quot;<code>client</code>&quot; mode to load some data initially.</para></note>
     <para><emphasis>
         <property>&quot;ondataselect&quot;</property>
       </emphasis> attribute is used to define an event that is triggered before date selection.</para>
@@ -159,13 +159,13 @@
       <emphasis>
       <property>&quot;oncurrentdataselected&quot;</property>
       </emphasis> event is fired when the "next/previous month" or "next/previous year" button is pressed, 
-      and the value is <property>applied</property>.
+      and the value is applied.
     </para>
     <para>
       <emphasis>
         <property>&quot;oncurrentdataselect&quot;</property>
       </emphasis> event is fired when the "next/previous month" or "next/previous year" button is pressed, 
-      but the value is <property>not applied</property> yet (you can change the logic of upplying the value). Also this event could be used for possibility of  "next/previous month" or "next/previous year" selection canceling. See an example below:
+      but the value is not applied yet (you can change the logic of applying the value). Also this event could be used for possibility of  "next/previous month" or "next/previous year" selection canceling. See an example below:
     </para>
     <para>
       <emphasis role="bold">Example:</emphasis>
@@ -185,8 +185,8 @@
       <listitem>
         <para><emphasis>
             <property>&quot;buttonLabel&quot;</property>
-          </emphasis> defines a label for the button. If the attribute is set "buttonIcon" and
-          "buttonIconDisabled" are ignored </para>
+          </emphasis> defines a label for the button. If the attribute is set <emphasis><property>&quot;buttonIcon&quot;</property></emphasis> and
+          <emphasis><property>&quot;buttonIconDisabled&quot;</property></emphasis> are ignored </para>
       </listitem>
     </itemizedlist>
     <itemizedlist>
@@ -212,11 +212,11 @@
         <property>&quot;direction&quot;</property>
       </emphasis> are: </para>
     <itemizedlist>
-      <listitem><para>top-left - a calendar drops to the top and left</para></listitem>
-      <listitem><para>top-right - a calendar drops to the top and right</para></listitem>
-      <listitem><para>bottom-left - a calendar drops to the bottom and left</para></listitem>
-      <listitem><para>bottom-right - a calendar drops to the bottom and right</para></listitem>
-      <listitem><para>auto - smart positioning activation</para></listitem>
+      <listitem><para>&quot;top-left&quot; - a calendar drops to the top and left</para></listitem>
+      <listitem><para>&quot;top-right&quot; - a calendar drops to the top and right</para></listitem>
+      <listitem><para>&quot;bottom-left&quot; - a calendar drops to the bottom and left</para></listitem>
+      <listitem><para>&quot;bottom-right&quot; - a calendar drops to the bottom and right</para></listitem>
+      <listitem><para>&quot;auto&quot; - smart positioning activation</para></listitem>
     </itemizedlist>
     <para> By default, the <emphasis>
         <property>&quot;direction&quot;</property>
@@ -225,11 +225,11 @@
         <property>&quot;jointPoint&quot;</property>
       </emphasis> are: </para>
     <itemizedlist>
-      <listitem><para>top-left - a calendar docked to the top-left point of the button element</para></listitem>
-      <listitem><para>top-right - a calendar docked to the top-right point of the button element</para></listitem>
-      <listitem><para>bottom-left - a calendar docked to the bottom-left point of the button element</para></listitem>
-      <listitem><para>bottom-right - a calendar docked to the bottom-right point of the button element</para></listitem>
-      <listitem><para>auto - smart positioning activation</para></listitem>
+      <listitem><para>&quot;top-left&quot; - a calendar docked to the top-left point of the button element</para></listitem>
+      <listitem><para>&quot;top-right&quot; - a calendar docked to the top-right point of the button element</para></listitem>
+      <listitem><para>&quot;bottom-left&quot; - a calendar docked to the bottom-left point of the button element</para></listitem>
+      <listitem><para>&quot;bottom-right&quot; - a calendar docked to the bottom-right point of the button element</para></listitem>
+      <listitem><para>&quot;auto&quot; - smart positioning activation</para></listitem>
     </itemizedlist>
     <para> By default, the <emphasis>
         <property>&quot;jointPoint&quot;</property>
@@ -444,9 +444,8 @@
     <para><code>CalendarDataModelItem</code> provides the following function:</para>
     <itemizedlist>
       <listitem><para>Date <code>getDate()</code> - returns date from the item. Default implementation returns date.</para></listitem>
-      <listitem><para>Boolean <code>isEnabled()</code> - returns <emphasis>
-          <property>&quot;true&quot;</property>
-        </emphasis> if date is <emphasis>
+      <listitem><para>Boolean <code>isEnabled()</code> - returns &quot;true&quot;
+         if date is <emphasis>
           <property>&quot;selectable&quot;</property>
         </emphasis> on the calendar. Default implementation returns &quot;true&quot;.</para></listitem>
       <listitem><para>String <code>getStyleClass()</code> - returns string appended to the style class for the date

Modified: trunk/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -378,7 +378,7 @@
                         If the <emphasis><property>&quot;filterValue&quot;</property></emphasis> attribute isn&apos;t empty from the beginning table is filtered on the first rendering.
                     </para>
 					<para>
-						You can customize the input form using <property>rich-filter-input</property> CSS class.
+						You can customize the input form using &quot;rich-filter-input&quot; CSS class.
 					</para>
                     <para>
                         In order to change filter event you could use <emphasis><property>&quot;filterEvent&quot;</property></emphasis> attribute 

Modified: trunk/docs/userguide/en/src/main/docbook/included/componentControl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/componentControl.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/componentControl.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -95,7 +95,7 @@
       <listitem><para>Define a name of a function that is generated (definition is similar to a
         definition of <emphasis role="bold">
           <property>&lt;a4j:jsFunction&gt;</property>
-        </emphasis>). An &quot;event&quot; argument is passed to this function.</para></listitem>
+        </emphasis>). An &quot;<code>event</code>&quot; argument is passed to this function.</para></listitem>
     </itemizedlist>
     <para>An example is placed below:</para>
     <programlisting role="XML"><![CDATA[...
@@ -145,7 +145,7 @@
         <property>&lt;rich:componentControl&gt;</property>
       </emphasis> allows to transfer parameters. The <emphasis>
         <property>&quot;disableDefault&quot;</property>
-      </emphasis> attribute with <property>&quot;true&quot;</property> value is used instead
+      </emphasis> attribute with &quot;true&quot; value is used instead
       of <code>onclick="return false;"</code> attribute for <emphasis role="bold">
         <property>&lt;h:commandButton&gt;</property>
       </emphasis> to avoid a problem with form submit and <property>modalPanel</property> showing.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/contextMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/contextMenu.desc.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/contextMenu.desc.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -10,7 +10,7 @@
         <para>The <emphasis role="bold">
             <property>&lt;rich:contextMenu&gt;</property>
         </emphasis> component is used for creation multileveled
-            context menus that are activated after a user defines an event (onmouseover, onclick,
+            context menus that are activated after a user defines an event (<emphasis><property>&quot;onmouseover&quot;</property></emphasis>, <emphasis><property>&quot;onclick&quot;</property></emphasis>,
             etc.) on any element on the page.</para>
             <figure>
                 <title><emphasis role="bold">
@@ -27,7 +27,7 @@
         <title>Key Features</title>
         <itemizedlist>
             <listitem><para>Highly customizable look and feel</para></listitem>     
-            <listitem><para>&quot;oncontextmenu&quot; event support</para></listitem>
+            <listitem><para><emphasis><property>&quot;oncontextmenu&quot;</property></emphasis> event support</para></listitem>
             <listitem><para>Disablement support</para></listitem>
             <listitem><para>Pop-up appearance event customization</para></listitem>
             <listitem><para>Usage of shared instance of a menu on a page</para></listitem>

Modified: trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -65,7 +65,7 @@
             <emphasis role="bold">
                 <property>&lt;rich:contextMenu&gt;</property>
             </emphasis> is a support-like component. Context menu itself is an invisible panel that
-            appears after a particular client side event (onmouseover, onclick, etc) occured on a
+            appears after a particular client side event (<emphasis><property>&quot;onmouseover&quot;</property></emphasis>, <emphasis><property>&quot;onclick&quot;</property></emphasis>, etc.) occurred on a
             parent component. The event is defined with an <emphasis>
                 <property>&quot;event&quot;</property>
             </emphasis> attribute. The component uses <emphasis>
@@ -87,7 +87,7 @@
 
         <para>If a value of the <emphasis>
                 <property>&quot;attached&quot;</property>
-            </emphasis> attribute is defined as <property>&quot;true&quot;</property>,
+            </emphasis> attribute is defined as &quot;true&quot;,
             the component is attached to the parent component. An example is placed below.</para>
         <para>
             <emphasis role="bold">Example:</emphasis>
@@ -130,9 +130,9 @@
                 <property>&lt;h:panelGroup&gt;</property>
             </emphasis> one and has a value of the<emphasis>
                 <property>&quot;attached&quot;</property>
-            </emphasis> attribute defined as <property>&quot;true&quot;</property>. Thus,
+            </emphasis> attribute defined as &quot;true&quot;. Thus,
             the context menu is attached to the parent component. The context menu has two items to
-            zoom in (zoom out) a picture by <property>&quot;onclick&quot;</property> event.
+            zoom in (zoom out) a picture by <emphasis><property>&quot;onclick&quot;</property></emphasis> event.
             For earch item corresponding JavaScript function is defined to provide necessary action
             as a result of the clicking on it. For the menu is defined an <emphasis>
                 <property>&quot;oncontextmenu&quot;</property>
@@ -142,7 +142,7 @@
                 <property>&lt;h:panelGroup&gt;</property>
             </emphasis> component with a value of <emphasis>
                 <property>&quot;id&quot;</property>
-            </emphasis> attribute equal to <property>&quot;picture&quot;</property>. You
+            </emphasis> attribute equal to &quot;<code>picture</code>&quot; You
             should be careful with such definition, because a client context menu is looked for a
             DOM element with a client Id of a parent component on a server. If a parent component
             doesn&apos;t encode an Id on a client, it can&apos;t be found by the <emphasis
@@ -152,7 +152,7 @@
 
         <para> If the <emphasis>
                 <property>&quot;attached&quot;</property>
-            </emphasis> attribute has <property>&quot;false&quot;</property> value,
+            </emphasis> attribute has &quot;false&quot; value,
             component activates via JavaScript API with assistance of <emphasis role="bold">
                 <property>&lt;rich:componentControl&gt;</property>
             </emphasis>. An example is placed below.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -78,8 +78,8 @@
     <property>&quot;term&quot;</property>
   </emphasis> facet, which corresponds to the <emphasis>
     <property>&quot;type&quot;</property>
-  </emphasis> parameter for the <emphasis>
-    <property>&quot;DT&quot;</property>
+  </emphasis> parameter for the <emphasis role="bold">
+    <property>&lt;DT&gt;</property>
   </emphasis> HTML element.</para>
   <para>Here is an example:</para>
   

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -79,13 +79,13 @@
         <property>&quot;type&quot;</property>
       </emphasis> attribute, which corresponds to the <emphasis>
         <property>&quot;type&quot;</property>
-      </emphasis> parameter for the <emphasis>
-        <property>&quot;UL&quot;</property>
+      </emphasis> parameter for the <emphasis role="bold">
+        <property>&lt;UL&gt;</property>
       </emphasis> HTML element and defines a marker type. Possible values for <emphasis>
         <property>&quot;type&quot;</property>
-      </emphasis> attribute are: <property>&quot;disc&quot;</property>,
-        <property>&quot;circle&quot;</property>,
-      <property>&quot;square&quot;</property>.</para>
+      </emphasis> attribute are: &quot;disc&quot;,
+        &quot;circle&quot;,
+      &quot;square&quot;.</para>
     <para>Here is an example:</para>
 
     <programlisting role="XML"><![CDATA[...

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -95,24 +95,14 @@
 				<property>&quot;type&quot;</property>
 			</emphasis>
 			parameter for the
-			<emphasis>
-				<property>&quot;OL&quot;</property>
+			<emphasis role="bold">
+				<property>&lt;OL&gt;</property>
 			</emphasis>
 			HTML element and defines a marker type. Possible values for
 			<emphasis>
 				<property>&quot;type&quot;</property>
 			</emphasis>
-			attribute are:
-			<code>&quot;A&quot;</code>
-			,
-			<code>&quot;a&quot;</code>
-			,
-			<code>&quot;I&quot;</code>
-			,
-			<code>&quot;i&quot;</code>
-			,
-			<code>&quot;1&quot;</code>
-			.
+			attribute are: &quot;A&quot;, &quot;a&quot;, &quot;I&quot;, &quot;i&quot;, 	&quot;1&quot;.
 		</para>
 		<para>Here is an example:</para>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -90,11 +90,11 @@
     </figure>
     <para>For indicator customization you need to define one of the following facets:</para>
     <itemizedlist>
-      <listitem><para><code>single</code></para></listitem>
+      <listitem><para><emphasis><property>&quot;single&quot;</property></emphasis></para></listitem>
     </itemizedlist>
     <para>Indicator shown when dragging a single element.</para>
     <itemizedlist>
-      <listitem><para><code>multiple</code></para></listitem>
+      <listitem><para><emphasis><property>&quot;multiple&quot;</property></emphasis></para></listitem>
     </itemizedlist>
     <para>Indicator shown when dragging several components (for future components that will support
       multiple selection).</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -105,7 +105,7 @@
 			must be placed inside a wrapper component that outputs child
 			components and that has the right events defined on it.
 			Thus, this example won't work, because the
-			<code>h:column</code>
+			<emphasis role="bold"><property>&lt;h:column&gt;</property></emphasis>
 			tag doesn't provide the necessary properties for redefining
 			events on the client:
 		</para>
@@ -128,7 +128,7 @@
 			However, using
 			<property>a4j:outputPanel</property>
 			as a wrapper inside
-			<code>h:column</code>
+			<emphasis role="bold"><property>&lt;h:column&gt;</property></emphasis>
 			, the following code could be used successfully:
 		</para>
 
@@ -236,11 +236,11 @@
 
 		<itemizedlist>
 			<listitem>
-				<para>ondragenter</para>
+				<para><emphasis><property>&quot;ondragstart&quot;</property></emphasis></para>
 			</listitem>
 
 			<listitem>
-				<para>ondragexit</para>
+				<para><emphasis><property>&quot;ondragend&quot;</property></emphasis></para>
 			</listitem>
 		</itemizedlist>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -172,23 +172,23 @@
 
     <itemizedlist>
       <listitem>
-        <para>top-left - a menu drops to the top and left</para>
+        <para>&quot;top-left&quot; - a menu drops to the top and left</para>
       </listitem>
 
       <listitem>
-        <para>top-right - a menu drops to the top and right</para>
+        <para>&quot;top-right&quot; - a menu drops to the top and right</para>
       </listitem>
 
       <listitem>
-        <para>bottom-left - a menu drops to the bottom and left</para>
+        <para>&quot;bottom-left&quot; - a menu drops to the bottom and left</para>
       </listitem>
 
       <listitem>
-        <para>bottom-right - a menu drops to the bottom and right</para>
+        <para>&quot;bottom-right&quot; - a menu drops to the bottom and right</para>
       </listitem>
 
       <listitem>
-        <para>auto - smart positioning activation</para>
+        <para>&quot;auto&quot; - smart positioning activation</para>
       </listitem>
     </itemizedlist>
 
@@ -198,23 +198,23 @@
 
     <itemizedlist>
       <listitem>
-        <para>tr - a menu is attached to the top-right point of the button element</para>
+        <para>&quot;tr&quot; - a menu is attached to the top-right point of the button element</para>
       </listitem>
 
       <listitem>
-        <para>tl - a menu is attached to the top-left point of the button element</para>
+        <para>&quot;tl&quot; - a menu is attached to the top-left point of the button element</para>
       </listitem>
 
       <listitem>
-        <para>br - a menu is attached to the bottom-right point of the button element</para>
+        <para>&quot;br&quot; - a menu is attached to the bottom-right point of the button element</para>
       </listitem>
 
       <listitem>
-        <para>bl - a menu is attached to the bottom-left point of the button element</para>
+        <para>&quot;bl&quot; - a menu is attached to the bottom-left point of the button element</para>
       </listitem>
 
       <listitem>
-        <para>auto - smart positioning activation</para>
+        <para>&quot;auto&quot; - smart positioning activation</para>
       </listitem>
     </itemizedlist>
 
@@ -222,9 +222,7 @@
         <property>"direction"</property>
       </emphasis> and <emphasis>
         <property>"jointPoint"</property>
-      </emphasis> attributes are set to <emphasis>
-        <property>"auto"</property>
-      </emphasis>.</para>
+      </emphasis> attributes are set to &quot;auto&quot;.</para>
 
     <para>Here is an example:</para>
 
@@ -332,7 +330,7 @@
 <para>
   The <emphasis><property>&quot;disabled&quot;</property></emphasis> attribute is used for disabling whole
   <emphasis role="bold"><property>&lt;rich:dropDownMenu&gt;</property></emphasis> component. In this case it is 
-  necessary to define <emphasis><property>&quot;disabled&quot;</property></emphasis> attribute as <property>&quot;true&quot;</property>.
+  necessary to define <emphasis><property>&quot;disabled&quot;</property></emphasis> attribute as &quot;true&quot;.
   An example is placed below.  
 </para>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -161,7 +161,7 @@
         <property>&quot;params&quot;</property>
       </emphasis> attribute allows to define the set of options possible for particurar effect. For
       example, 'duration', 'delay', 'from', 'to'. Additionally to the options used by the effect
-      itself, there are two option that might override the <property>rich:effect</property>
+      itself, there are two option that might override the <emphasis role="bold"><property>&lt;rich:effect&gt;</property></emphasis>
       attribute. Those are: <itemizedlist>
         <listitem><para><emphasis>
             <property>&quot;targetId&quot;</property>

Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -370,7 +370,7 @@
             <emphasis role="bold"><property>&lt;rich:fileUpload&gt;</property></emphasis> 
             component also provides a number of JavaScript property,
             that can be used to process uploaded files, file states etc. 
-            The given below example illustrates how the <property>entries[0].state</property> property can be used to get access to the file state. 
+            The given below example illustrates how the <code>entries[0].state</code> property can be used to get access to the file state. 
             Full list of JavaScript properties can be found <link linkend="objectProperties">below</link> .
         
         </para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -116,30 +116,28 @@
         <para>Possible values are:</para>
         <itemizedlist>
             <listitem>
-                <para>left - down - a submenu is attached to the left side of the menu and is
+                <para>&quot;left - down&quot; - a submenu is attached to the left side of the menu and is
                     dropping down</para>
             </listitem>
             <listitem>
-                <para>left - up - a submenu is attached to the left side of the menu and is dropping
+                <para>&quot;left - up&quot; - a submenu is attached to the left side of the menu and is dropping
                     up</para>
             </listitem>
             <listitem>
-                <para>right - down - a submenu is attached to the right side of the menu and is
+                <para>&quot;right - down&quot; - a submenu is attached to the right side of the menu and is
                     dropping down</para>
             </listitem>
             <listitem>
-                <para>right - up - a submenu is attached to the right side of the menu and is
+                <para>&quot;right - up&quot; - a submenu is attached to the right side of the menu and is
                     dropping up</para>
             </listitem>
             <listitem>
-                <para>auto - smart positioning activation</para>
+                <para>&quot;auto - smart&quot; positioning activation</para>
             </listitem>
         </itemizedlist>
         <para> By default, the <emphasis>
                 <property>&quot;direction&quot;</property>
-            </emphasis> attribute is set to <emphasis>
-                <property>&quot;auto&quot;</property>
-            </emphasis>. </para>
+            </emphasis> attribute is set to &quot;auto&quot;. </para>
         <para> Here is an example: </para>
         <programlisting role="XML"><![CDATA[...
         <rich:menuGroup value="Save As..." direction="left-down">

Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -57,10 +57,10 @@
     <para> 
 	 The main component purpose is realization of possibility to create several instances the same portlet on
 	  one page. But clientId of elements
-      should be different for each window. In that case <property>namespace</property> is used for
+      should be different for each window. In that case namespace is used for
       each portlet. The <emphasis role="bold">
         <property>&lt;a4j:portlet&gt;</property>
-      </emphasis> implemets NaimingContainer interface and adds namespace to all componets on a
+      </emphasis> <code>implemets NaimingContainer</code> interface and adds namespace to all componets on a
       page. All portlet content should be wrapped by <emphasis role="bold">
         <property>&lt;a4j:portlet&gt;</property>
       </emphasis> for resolving problems mentioned before. </para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.desc.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -19,6 +19,6 @@
     </emphasis> 
         makes request to minimal code only (not to JSF tree) in order to check the presence of messages in the queue. 
         If the message exists the complete request is performed. The component doesn't poll registered beans 
-        but registers EventListener which receives messages about events.</para>
+        but registers <code>EventListener</code> which receives messages about events.</para>
 </section>
     </root>

Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -91,7 +91,7 @@
 	<!--..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>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> &quot;selfRendered&quot; </property></emphasis>attribute setting to <property>&quot;true&quot;</property> on <emphasis role="bold">
+    <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> &quot;selfRendered&quot; </property></emphasis>attribute setting to &quot;true&quot; on <emphasis role="bold">
         <property>&lt;a4j:region&gt;</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&apos;t come into a component tree as well as omitting of <emphasis role="bold">
         <property>&lt;a4j:outputPanel&gt;</property>
@@ -106,7 +106,7 @@
     <para>The processing could be also accelerated if a region decoded for the processing passes straight away into Encode. But to update some data out of the region or on another region, use the <emphasis >
         <property>&quot;renderRegionOnly&quot;</property>
       </emphasis> 
-      attribute set to <property>&quot;false&quot;</property> (<property>&quot;true&quot;</property> on default) to change this behaviour.</para>
+      attribute set to &quot;false&quot; (&quot;true&quot; on default) to change this behaviour.</para>
     <para><emphasis role="bold">Example:</emphasis></para>
     <programlisting role="XML"><![CDATA[<a4j:region renderRegionOnly="true">
 	<a4j:commandLink reRender="someID2" value="Link1" id="link1"/>
@@ -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 &quot;link1&quot; 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&apos;t allow data update out of the
     region and should be implemented very carefully. The data out of the region described with <code>renderRegionOnly=&quot;false&quot;</code> is updated successfully.
     </para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -97,8 +97,8 @@
     <title>Note:</title>
     <para>The <emphasis role="bold">
         <property>&lt;a4j:repeater&gt;</property>
-    </emphasis> component is defined as fully updated, but really updated there are only the row keys which rowKeys includes into the set 
-        <property>ajaxRowSet</property>
+    </emphasis> component is defined as fully updated, but really updated there are only the row keys which <emphasis><property>&quot;rowKeys&quot;</property></emphasis> includes into the set 
+      <emphasis><property>&quot;ajaxRowSet&quot;</property></emphasis>
         defined in the <emphasis >
         <property>&quot;ajaxKeys&quot;</property>
        </emphasis> attribute </para>
@@ -107,7 +107,7 @@
        </para>
   </note>
       <para>One more benefit of this component is absence of strictly defined markup as JSF HTML DataTable and TOMAHAWK DataTable has, hence the components could be used more flexibly anywhere where it&apos;s necessary to output the results of selection from some collection.</para>
-<para>The next example shows collection output as a plain HTML list</para>
+<para>The next example shows collection output as a plain HTML list:</para>
 	  <programlisting role="XML"><![CDATA[<ul>
       <a4j:repeat ...>
 	    <li>...<li/>

Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -49,7 +49,7 @@
         </itemizedlist>
 		<itemizedlist>
           <listitem><para>
-            With <emphasis ><property>&quot;Start&quot;/&quot;Stop&quot;</property></emphasis > facets definition:</para>
+            With <emphasis><property>&quot;Start&quot;</property></emphasis>/<emphasis><property>&quot;Stop&quot;</property></emphasis > facets definition:</para>
 			<programlisting role="XML"><![CDATA[<a4j:status for="stat2">
 	<f:facet name="start">
 		<h:graphicImage value="ajax_process.png" />
@@ -121,7 +121,7 @@
       <para>There is a possibility to group a <emphasis role="bold"><property>&lt;a4j:status&gt;</property></emphasis> elements content into <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> elements, instead of <emphasis role="bold"><property>&lt;span&gt;</property></emphasis>. To use it, just redefine the <emphasis >
         <property>&quot;layout&quot;</property>
        </emphasis> 
-        attribute from <property>&quot;inline&quot;</property>(default) to <property>&quot;block&quot;</property>.</para>
+        attribute from &quot;inline&quot; (default) to &quot;block&quot;.</para>
     </section>
   <section>
     <title>Relevant resources links</title>

Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml	2008-06-26 11:06:48 UTC (rev 9235)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml	2008-06-26 12:50:56 UTC (rev 9236)
@@ -87,7 +87,7 @@
 <programlisting role="XML"><![CDATA[
 <input  onkeyup="A4J.AJAX.Submit( Some request parameters )"/>
 ]]></programlisting>
-    <para>As you see from the code, the <property>onkeyup</property>
+    <para>As you see from the code, the <emphasis><property>&quot;onkeyup&quot;</property></emphasis>
 event calls a utility RichFaces method that submit a form creating a special marks for a filter informing that  it is an Ajax request. Thus, any supports quantity could be added to every component, the supports define component behavior on these events. </para>
     <note>
       <para>The components: <emphasis role="bold"><property>&lt;a4j:commandLink&gt;</property></emphasis>, <emphasis role="bold"><property>&lt;a4j:commandButton&gt;</property></emphasis>, <emphasis role="bold">




More information about the richfaces-svn-commits mailing list