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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 27 07:16:20 EDT 2008


Author: cluts
Date: 2008-06-27 07:16:20 -0400 (Fri, 27 Jun 2008)
New Revision: 9271

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
   trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
   trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
   trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
   trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
   trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
   trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
   trunk/docs/userguide/en/src/main/docbook/included/message.xml
   trunk/docs/userguide/en/src/main/docbook/included/messages.xml
   trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
   trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
Log:
RF-672 - corrected names attributes, components and tags for gmap, virtualEarth, inplaceInput, inplaceSelect, inputNumberSlider, inputNumberSpinner, jQuery, listShuttle, message, messages, modalPanel and orderingList components.

Modified: trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/gmap.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/gmap.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -229,13 +229,13 @@
 		</para>
 		<itemizedlist>
 			<listitem>
-				<para>onmouseover</para>
+				<para><emphasis><property>&quot;onmouseover&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onclick</para>
+				<para><emphasis><property>&quot;onclick&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onmouseout</para>
+				<para><emphasis><property>&quot;onmouseout&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
 				<para>etc.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceInput.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -114,7 +114,7 @@
 ...]]> </programlisting>-->
             <para>
               In the example above the <emphasis><property>&quot;value&quot;</property></emphasis> attribute is not initialized
-              therefore &quot;click to edit&quot; text, that  
+              therefore &quot;<code>click to edit</code>&quot; text, that  
               <emphasis><property>&quot;defaultLabel&quot;</property></emphasis>, contains is displayed.
             </para>
             <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -105,7 +105,7 @@
             
             <para>
               In the example above the <emphasis><property>&quot;value&quot;</property></emphasis> attribute is not initialized
-              therefore &quot;click to edit&quot; text, that  
+              therefore &quot;<code>click to edit</code>&quot; text, that  
               <emphasis><property>&quot;defaultLabel&quot;</property></emphasis>, contains is displayed.
             </para>
             <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -95,7 +95,7 @@
 			<emphasis>
 				<property>&quot;step&quot;</property>
 			</emphasis>
-			(on default = &quot;1&quot;) attributes, which define the
+			(on default  is  &quot;1&quot;) attributes, which define the
 			beginning and the end of a numerical area and a
 			<property>slider</property>
 			property step.
@@ -126,11 +126,11 @@
 			<emphasis>
 				<property>&quot;showInput&quot;</property>
 			</emphasis>
-			(default is true) and
+			(default is &quot;true&quot;) and
 			<emphasis>
 				<property>&quot;enableManualInput&quot;</property>
 			</emphasis>
-			(default value is true) attributes, it&apos;s possible to
+			(default value is &quot;true&quot;) attributes, it&apos;s possible to
 			output the input area near the slider, and make it read-only
 			or editable.
 		</para>
@@ -172,7 +172,7 @@
 				<property>&quot;showToolTip&quot;</property>
 			</emphasis>
 			which is responsible for tooltTip displaying (default is
-			true).
+			&quot;true&quot;).
 		</para>
 
 		<para>
@@ -181,19 +181,19 @@
 		</para>
 		<itemizedlist>
 			<listitem>
-				<para>onchange</para>
+				<para><emphasis><property>&quot;onchange&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onmouseover</para>
+				<para><emphasis><property>&quot;onmouseover&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onclick</para>
+				<para><emphasis><property>&quot;onclick&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onfocus</para>
+				<para><emphasis><property>&quot;onfocus&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onmouseout</para>
+				<para><emphasis><property>&quot;onmouseout&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
 				<para>etc.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -98,7 +98,7 @@
 			<emphasis>
 				<property>&quot;step&quot;</property>
 			</emphasis>
-			(on default = &quot;1&quot;) attributes, which define the
+			(on default  is &quot;1&quot;) attributes, which define the
 			beginning and the end of numerical area and a
 			<property>spinner</property>
 			step.
@@ -135,9 +135,7 @@
 						<property>&quot;cycled&quot;</property>
 					</emphasis>
 					if the attribute is
-					<emphasis>
-						<property>&quot;true&quot;</property>
-					</emphasis>
+					&quot;true&quot;
 					after the current value reaches the border value
 					it's be reversed to another border value after next
 					increasing/decreasing. In other case possibilities
@@ -169,19 +167,19 @@
 		</para>
 		<itemizedlist>
 			<listitem>
-				<para>onchange</para>
+				<para><emphasis><property>&quot;onchange&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onmouseover</para>
+				<para><emphasis><property>&quot;onmouseover&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onclick</para>
+				<para><emphasis><property>&quot;onclick&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onfocus</para>
+				<para><emphasis><property>&quot;onfocus&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onmouseout</para>
+				<para><emphasis><property>&quot;onmouseout&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
 				<para>etc.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -91,8 +91,8 @@
         <property>&quot;timing&quot;</property>
       </emphasis> attribute that has the following options:</para>
     <itemizedlist>
-      <listitem><para>immediate - applying a query immediately</para></listitem>
-      <listitem><para>onload - applying a query when a document is loaded</para></listitem>
+      <listitem><para>&quot;immediate&quot; - applying a query immediately</para></listitem>
+      <listitem><para>&quot;onload&quot; - applying a query when a document is loaded</para></listitem>
       <listitem><para>onJScall - applying a query by invoked JavaScript function defined with the <emphasis>
           <property>&quot;name&quot;</property>
         </emphasis> attribute</para></listitem>
@@ -101,12 +101,12 @@
         <property>&quot;name&quot;</property>
       </emphasis> attribute is mandatory when the value of <emphasis>
         <property>&quot;timing&quot;</property>
-      </emphasis> attribute is <property>&quot;onJScall&quot;</property>. If the<emphasis>
+      </emphasis> attribute is &quot;onJScall&quot;. If the<emphasis>
         <property>&quot;name&quot;</property>
       </emphasis> attribute is defined when <emphasis>
         <property>&quot;timing&quot;</property>
-      </emphasis> value equals to <property>&quot;immediate&quot;</property> or
-        <property>&quot;onload&quot;</property>, the query is applied according to this
+      </emphasis> value equals to &quot;immediate&quot; or
+        &quot;onload&quot;, the query is applied according to this
       value, but you still have an opportunity to invoke it by a function name.</para>
     <para>The <emphasis>
         <property>&quot;selector&quot;</property>
@@ -309,13 +309,13 @@
       </emphasis> components in the same Ajax interaction with the components these queries are
       applied to. Note, that queries with <emphasis>
         <property>&quot;timing&quot;</property>
-      </emphasis> attribute set to <property>&quot;onload&quot;</property> are not
+      </emphasis> attribute set to &quot;onload&quot; are not
       invoked even if the query is reRendered, because a DOM document is not fully reloaded during
       the Ajax interaction. If you need to re-applies query with
-        <property>&quot;onload&quot;</property> value of <emphasis>
+        &quot;onload&quot; value of <emphasis>
         <property>&quot;timing&quot;</property>
       </emphasis> attribute , define the <emphasis>
-        <property>&quot;name</property>
+        <property>&quot;name&quot;</property>
       </emphasis> attribute and invoke the query by name in the <emphasis>
         <property>&quot;oncomplete&quot;</property>
       </emphasis> attribute of the Ajax component.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -256,7 +256,7 @@
             <property>none</property>.</para>
         <note>
             <para>
-                Currently the button controls type is based on &lt;div&gt; element.     
+                Currently the button controls type is based on <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> element.     
             </para>
         </note>
         <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/message.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/message.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/message.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -82,24 +82,24 @@
       </itemizedlist>
     </para>
     <para> A set of facets which can be used for marker defining: <itemizedlist>
-        <listitem><para>passedMarker. This facet is provided to allow setting a marker to display if
+        <listitem><para><emphasis><property>&quot;passedMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to display if
           there is no message</para></listitem>
-        <listitem><para>errorMarker. This facet is provided to allow setting a marker to display if there
+      <listitem><para><emphasis><property>&quot;errorMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to display if there
           is a message with a severity class of "ERROR"</para></listitem>
-        <listitem><para>fatalMarker. This facet is provided to allow setting a marker to display if there
+      <listitem><para><emphasis><property>&quot;fatalMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to display if there
           is a message with a severity class of "FATAL"</para></listitem>
-        <listitem><para>infoMarker. This facet is provided to allow setting a marker to display if there
+      <listitem><para><emphasis><property>&quot;infoMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to display if there
           is a message with a severity class of "INFO"</para></listitem>
-        <listitem><para>warnMarker. This facet is provided to allow setting a marker to display if there
+      <listitem><para><emphasis><property>&quot;warnMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to display if there
           is a message with a severity class of "WARN"</para></listitem>
       </itemizedlist>
     </para>
 
     <para> The following example shows different variants for component customization. The
-      attribute 'passedLabel' is used for definition of the label to display when no message
+      attribute <emphasis><property>&quot;passedLabel&quot;</property></emphasis> is used for definition of the label to display when no message
       appears. But the message component doesn't appear before the form submission even when 
       state is defined as passed (on initial rendering). Boolean attribute<emphasis><property> &quot;showSummary&quot; </property></emphasis>defines possibility to
-      display summary portion of displayed messages. The facets "errorMarker" and 'passedMarker' set
+      display summary portion of displayed messages. The facets <emphasis><property>&quot;errorMarker&quot;</property></emphasis> and <emphasis><property>&quot;passedMarker&quot;</property></emphasis> set
       corresponding images for markers. </para>
 
     <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/messages.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/messages.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -85,11 +85,11 @@
     <para>The component provides two parts to be optionally defined: marker and informational label
       before the marker for every message.</para>
     <para> Set of facet which can be used for a marker defining: <itemizedlist>
-      <listitem><para>passedMarker. This facet is provided to allow setting a marker to be displayed if there is no message.</para></listitem>
-      <listitem><para>errorMarker. This facet is provided to allow setting a marker to be displayed if there is a message with a severity class of &quot;ERROR&quot;.</para></listitem>
-      <listitem><para>fatalMarker. This facet is provided to allow setting a marker to be displayed if there is a message with a severity class of &quot;FATAL&quot;.</para></listitem>
-      <listitem><para>infoMarker. This facet is provided to allow setting a marker to be displayed if there is a message with a severity class of &quot;INFO&quot;.</para></listitem>
-      <listitem><para>warnMarker. This facet is provided to allow setting a marker to be displayed if there is an message with a severity class of &quot;WARN&quot;.</para></listitem>
+      <listitem><para><emphasis><property>&quot;passedMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to be displayed if there is no message.</para></listitem>
+      <listitem><para><emphasis><property>&quot;errorMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to be displayed if there is a message with a severity class of &quot;ERROR&quot;.</para></listitem>
+      <listitem><para><emphasis><property>&quot;fatalMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to be displayed if there is a message with a severity class of &quot;FATAL&quot;.</para></listitem>
+      <listitem><para><emphasis><property>&quot;infoMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to be displayed if there is a message with a severity class of &quot;INFO&quot;.</para></listitem>
+      <listitem><para><emphasis><property>&quot;warnMarker&quot;</property></emphasis>. This facet is provided to allow setting a marker to be displayed if there is an message with a severity class of &quot;WARN&quot;.</para></listitem>
       </itemizedlist>
     </para>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -215,7 +215,7 @@
         <property>"resizeable"</property>
       </emphasis> and <emphasis>
         <property>"moveable"</property>
-      </emphasis> attributes to <emphasis><property>&quot;true&quot;</property></emphasis> or <emphasis><property>&quot;false&quot;</property></emphasis> values. Window
+      </emphasis> attributes to &quot;true&quot; or &quot;false&quot; values. Window
       resizing is also limited by <emphasis>
         <property>"minWidth"</property>
       </emphasis> and <emphasis>

Modified: trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/orderingList.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -222,17 +222,17 @@
                 <listitem><para><emphasis>
                         <property> &quot;controlsHorizontalAlign&quot;</property>
                     </emphasis> attribute. Possible values: <itemizedlist>
-                        <listitem><para>left - controls render to the left side of a list</para></listitem>
-                        <listitem><para>right(default) - controls render to the right side of a list</para></listitem>
-                        <listitem><para>center - controls is centered</para></listitem>
+                        <listitem><para>&quot;left&quot; - controls render to the left side of a list</para></listitem>
+                        <listitem><para>&quot;right&quot; (default) - controls render to the right side of a list</para></listitem>
+                        <listitem><para>&quot;center&quot; - controls is centered</para></listitem>
                     </itemizedlist>
                 </para></listitem>
                 <listitem><para><emphasis>
                         <property> &quot;controlsVerticalAlign&quot;</property>
                     </emphasis> attribute. Possible values: <itemizedlist>
-                        <listitem><para>top - controls render aligned to the top side of a list </para></listitem>
-                        <listitem><para>bottom - controls render aligned to the bottom side of a list </para></listitem>
-                        <listitem><para>center(default) - controls is centered relatively to a list
+                        <listitem><para>&quot;top&quot; - controls render aligned to the top side of a list </para></listitem>
+                        <listitem><para>&quot;bottom&quot; - controls render aligned to the bottom side of a list </para></listitem>
+                        <listitem><para>&quot;center&quot; (default) - controls is centered relatively to a list
                         </para></listitem>
                     </itemizedlist>
                 </para></listitem>
@@ -253,13 +253,13 @@
                 <listitem><para>
                     <emphasis>
                         <property>&quot;orderControlsVisible&quot;</property>
-                    </emphasis> attribute has two values: true or false. If false
+                    </emphasis> attribute has two values: &quot;true&quot; or &quot;false&quot;. If false
                     <property>Up</property> and <property>Down</property> controls are not
                     displayed.</para></listitem>
                 <listitem><para>
                     <emphasis>
                         <property>&quot;fastOrderControlsVisible&quot;</property>
-                    </emphasis> attribute has two values: true or false. If false
+                    </emphasis> attribute has two values: &quot;true&quot; or &quot;false&quot;. If false
                     <property>Top</property> and <property>Bottom</property> controls are not
                     displayed.</para></listitem>
             </itemizedlist>

Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml	2008-06-27 11:14:59 UTC (rev 9270)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml	2008-06-27 11:16:20 UTC (rev 9271)
@@ -177,13 +177,13 @@
 		</para>
 		<itemizedlist>
 			<listitem>
-				<para>onmouseover</para>
+				<para><emphasis><property>&quot;onmouseover&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onclick</para>
+				<para><emphasis><property>&quot;onclick&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
-				<para>onmouseout</para>
+				<para><emphasis><property>&quot;onmouseout&quot;</property></emphasis></para>
 			</listitem>
 			<listitem>
 				<para>etc.</para>




More information about the richfaces-svn-commits mailing list