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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 7 09:48:15 EST 2008


Author: smukhina
Date: 2008-02-07 09:48:14 -0500 (Thu, 07 Feb 2008)
New Revision: 5913

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/draggable.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/listener.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/loadBundle.desc.xml
Log:
http://jira.jboss.com/jira/browse/RF-2169 -desc section is created

Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -1,5 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <section>
+  <title>Description</title>
     <para>The <emphasis role="bold">
         <property>&lt;a4j:actionParam&gt;</property>
       </emphasis> component combines the functionality of both JSF components:  <emphasis role="bold">

Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -1,5 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <section>
+  <title>Description</title>
   <para>The <emphasis role="bold"><property>&lt;a4j:ajaxListener&gt;</property></emphasis>
     component is the same one as <emphasis role="bold"><property>&lt;f:actionListener&gt;</property></emphasis> 
     or <emphasis role="bold"><property>&lt;f:valueChangeListener&gt;</property></emphasis>, but for an Ajax container.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/draggable.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/draggable.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/draggable.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -6,6 +6,7 @@
 </keywordset>
 </sectioninfo>
 <section>
+    <title>Description</title>
     <para>A <property>draggable</property> zone of page, where it&apos;s possible to press a mouse 
     button on the content and drag it to any drop zone. It encodes all necessary JavaScript
      code for supporting drag operations.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropZone.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -6,6 +6,7 @@
 </keywordset>
 </sectioninfo>
 <section>
+    <title>Description</title>
     <para>The &quot;target zone&quot; for a drag operation. When a draggable element is moved and 
     dropped onto the area of this component, <property>dropZone</property> performs an Ajax request
      processing this event.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -1,5 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <section>
+    <title>Description</title>
     <para>The <emphasis role="bold">
         <property>&lt;a4j:keepAlive&gt;</property>
       </emphasis> component allows to keep a state of each bean between requests.</para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/listener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listener.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/listener.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -1,5 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <section>
+  <title>Description</title>
     <para> The <emphasis role="bold">
         <property>&lt;a4j:ajaxListener&gt;</property>
       </emphasis> component is the same one as <emphasis role="bold">

Modified: trunk/docs/userguide/en/src/main/docbook/included/loadBundle.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadBundle.desc.xml	2008-02-07 14:41:35 UTC (rev 5912)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadBundle.desc.xml	2008-02-07 14:48:14 UTC (rev 5913)
@@ -1,5 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <section>
+    <title>Description</title>
     <para>The <emphasis role="bold">
         <property>&lt;a4j:loadBundle&gt;</property>
       </emphasis> component is similar to the same component from the JSF Core library. The component loads a resource bundle




More information about the richfaces-svn-commits mailing list