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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 16 10:40:17 EDT 2009


Author: smukhina
Date: 2009-04-16 10:40:17 -0400 (Thu, 16 Apr 2009)
New Revision: 13610

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
   trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
   trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
   trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6805 links to the corresponding java docs are added

Modified: trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml	2009-04-16 14:12:38 UTC (rev 13609)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml	2009-04-16 14:40:17 UTC (rev 13610)
@@ -102,12 +102,12 @@
 			</emphasis>
 			defines the fully qualified Java class name for a listener.
 			This class should implement
-			<code>org.richfaces.event.DropListener</code>
+			
 			<ulink
-				url="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html">
-				interface
+				url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/event/DropListener.html">
+				<code>org.richfaces.event.DropListener</code>
 			</ulink>
-			.
+			interface.
 		</para>
 
 		<para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml	2009-04-16 14:12:38 UTC (rev 13609)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml	2009-04-16 14:40:17 UTC (rev 13610)
@@ -102,11 +102,11 @@
 			</emphasis>
 			defines the fully qualified Java class name for the
 			listener. This class should implement
-			<code>org.richfaces.event.DropListener</code>
 			<ulink
-				url="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html">
-				interface
+			url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/event/DropListener.html">
+				<code>org.richfaces.event.DropListener</code>
 			</ulink>
+			interface.
 			.
 		</para>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml	2009-04-16 14:12:38 UTC (rev 13609)
+++ trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml	2009-04-16 14:40:17 UTC (rev 13610)
@@ -76,8 +76,8 @@
 </para>
 <para>
 Attribute <emphasis><property>&quot;type&quot;</property></emphasis> defines the fully qualified Java class name for listener.
-  This class should implement <code>org.richfaces.event.NodeSelectedListener</code> <ulink url="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html">interface</ulink>.
-</para>
+  This class should implement <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/event/NodeSelectedListener.html">  <code>org.richfaces.event.NodeSelectedListener</code></ulink>.
+  interface</para>
 	
   <para>
       <emphasis role="bold">The typical variant of using:</emphasis>

Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2009-04-16 14:12:38 UTC (rev 13609)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2009-04-16 14:40:17 UTC (rev 13610)
@@ -147,8 +147,12 @@
                                         <property>&quot;selection&quot;</property>
                               </emphasis> attribute allows to get the row data when using
                                         <property>one and multi-selection rows mode</property>.</para>
-                    <para>This attribute is a reference to object to the instace of
-                                        <code>org.richfaces.model.selection.Selection</code>
+                    <para>This attribute is a reference to object to the instance of
+                              
+                              <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/org/richfaces/model/selection/Selection.html">     <code>org.richfaces.model.selection.Selection</code></ulink>.
+                              interface</para>
+                    
+                                                                  
                               interface, containing current collection of objects selected by you.</para>
                     <para>In the following example when you submit the form, current collection of
                               the selected objects is placed in the object&apos;s property. Then




More information about the richfaces-svn-commits mailing list