[richfaces-svn-commits] JBoss Rich Faces SVN: r4780 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 10:57:52 EST 2007


Author: vkorluzhenko
Date: 2007-12-12 10:57:52 -0500 (Wed, 12 Dec 2007)
New Revision: 4780

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenu.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolTip.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml
Log:
http://jira.jboss.com/jira/browse/RF-1501 - fixed errors in description (server, ajax modes).

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -140,7 +140,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>The standard form submission is performed and the page is completely refreshed.</para>
+    <para>Regular form submission request is used.</para>
 
     <itemizedlist>
       <listitem>
@@ -148,9 +148,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>An Ajax form submission is performed, and specified elements in the <emphasis>
-        <property>"reRender"</property>
-      </emphasis> attribute are rerendered.</para>
+    <para>Ajax submission is used for switching.</para>
 
     <itemizedlist>
       <listitem>
@@ -162,8 +160,8 @@
         <property>"action"</property>
       </emphasis> and <emphasis>
         <property>"actionListener"</property>
-      </emphasis> item's attributes are ignored. Menu items don't fire any submits themselves. The
-      behavior is fully defined by the components nested inside items.</para>
+      </emphasis> item&apos;s attributes are ignored. Menu items don&apos;t fire any submits themselves. The
+      behavior is fully defined by the components nested into items.</para>
 
     <note><title>Note:</title> As the <emphasis role="bold">
         <property>&lt;rich:dropDownMenu&gt;</property>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -110,7 +110,7 @@
             </listitem>
         </itemizedlist>
 
-        <para>The standard form submission is performed and the page is completely refreshed.</para>
+        <para>Regular form submission request is used.</para>
 
         <itemizedlist>
             <listitem>
@@ -118,9 +118,7 @@
             </listitem>
         </itemizedlist>
 
-        <para>An Ajax form submission is performed, and specified elements in the <emphasis>
-                <property>"reRender"</property>
-            </emphasis> attribute are rerendered.</para>
+        <para>Ajax submission is used for switching.</para>
 
         <itemizedlist>
             <listitem>
@@ -132,14 +130,14 @@
                 <property>"action"</property>
             </emphasis> and <emphasis>
                 <property>"actionListener"</property>
-            </emphasis> item's attributes are ignored. Menu items don't fire any submits themselves.
-            The behavior is fully defined by the components nested inside items.</para>
+            </emphasis> item&apos;s attributes are ignored. Menu items don&apos; fire any submits themselves.
+            The behavior is fully defined by the components nested into items.</para>
         <para> For example, you can put any content into an item, but, in this case, you should set
             the <emphasis>
                 <property>&quot;mode&quot;</property>
             </emphasis> attribute as <emphasis>
                 <property>&quot;none&quot;</property>
-            </emphasis>. </para>
+            </emphasis>.</para>
         <para> Here is an example: </para>
         <programlisting role="XML"><![CDATA[...
     <rich:dropDownMenu>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenu.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenu.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenu.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -121,7 +121,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>The common submission of the form is performed and a page is completely refreshed.</para>
+    <para>Regular form submission request is used.</para>
 
     <itemizedlist>
       <listitem>
@@ -129,9 +129,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>An Ajax form submission is performed, and additionally specified elements in the <emphasis>
-        <property>&quot;reRender&quot;</property>
-      </emphasis> attribute are reRendered.</para>
+    <para>Ajax submission is used for switching.</para>
 
     <itemizedlist>
       <listitem>
@@ -143,8 +141,8 @@
         <property>&quot;Action&quot;</property>
       </emphasis> and <emphasis>
         <property>&quot;ActionListener&quot;</property>
-      </emphasis> attributes are ignored. Items don&apos;t fire any submits itself. Behavior is
-      fully defined by the components nested to items. Groups expand on the client side.</para>
+      </emphasis> item&apos;s attributes are ignored. Items don&apos;t fire any submits itself. Behavior is
+      fully defined by the components nested into items.</para>
 
     <para>
       <emphasis role="bold">Example:</emphasis>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -104,7 +104,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>The common submission of the form is performed and a page is completely refreshed.</para>
+    <para>Regular form submission request is used.</para>
 
     <itemizedlist>
       <listitem>
@@ -112,9 +112,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>Ajax form submission is performed, and additionally specified elements in the <emphasis>
-        <property>&quot;reRender&quot;</property>
-      </emphasis> attribute are reRendered.</para>
+    <para>Ajax submission is used for switching.</para>
 
     <itemizedlist>
       <listitem>
@@ -127,7 +125,7 @@
       </emphasis> and <emphasis>
         <property>&quot;ActionListener&quot;</property>
       </emphasis> attributes are ignored. Items don&apos;t fire any submits itself. Behavior is
-      fully defined by the components nested to items.</para>
+      fully defined by the components nested into items.</para>
 
     <para>There are three icon-related attributes. The <emphasis>
         <property>&quot;iconExpanded&quot;</property>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -101,7 +101,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>The common submission of the form is performed and a page is completely refreshed.</para>
+    <para>Regular form submission request is used.</para>
 
     <itemizedlist>
       <listitem>
@@ -109,9 +109,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>Ajax form submission is performed, and additionally specified elements in the <emphasis>
-        <property>&quot;reRender&quot;</property>
-      </emphasis> attribute are reRendered.</para>
+    <para>Ajax submission is used for switching.</para>
 
     <itemizedlist>
       <listitem>
@@ -124,7 +122,7 @@
       </emphasis> and <emphasis>
         <property>&quot;ActionListener&quot;</property>
       </emphasis> attributes are ignored. Items don&apos;t fire any submits itself. Behavior is
-      fully defined by the components nested to items.</para>
+      fully defined by the components nested into items.</para>
 
     <para>Here is an example for value <emphasis>
         <property>&quot;none&quot;</property>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolTip.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolTip.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -172,15 +172,6 @@
 In an Ajax mode, <property>tooltip</property> content is requested from server every activation.
 </para>
 <para>
-Special JS API is provided to control the component behaviour:
-    <itemizedlist>
-		<listitem> - </listitem>
-		<listitem> - </listitem>
-		<listitem> - </listitem>
-		<listitem> - </listitem>
-	</itemizedlist>
-</para>
-<para>
 Disabled <property>tooltip</property> is rendered to a page as usual but JS that responds for its activation is
 disabled until doEnable() is called.
 </para>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml	2007-12-12 15:55:18 UTC (rev 4779)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml	2007-12-12 15:57:52 UTC (rev 4780)
@@ -248,7 +248,7 @@
 
     <itemizedlist>
       <listitem>Ajax - Ajax submission is used for switching </listitem>
-      <listitem>Server - regular form submition request is used</listitem>
+      <listitem>Server - regular form submission request is used</listitem>
       <listitem>Client - switching is done as a whole on a client, no interaction with the server
         presents</listitem>
     </itemizedlist>




More information about the richfaces-svn-commits mailing list