[richfaces-svn-commits] JBoss Rich Faces SVN: r15410 - branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 28 13:59:40 EDT 2009


Author: msorokin
Date: 2009-08-28 13:59:39 -0400 (Fri, 28 Aug 2009)
New Revision: 15410

Modified:
   branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/button.xml
   branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768
updated


Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/button.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/button.xml	2009-08-28 14:08:12 UTC (rev 15409)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/button.xml	2009-08-28 17:59:39 UTC (rev 15410)
@@ -51,7 +51,7 @@
 		The button consists of several parts: 
 	</para>
 	<itemizedlist>
-		<listitem><para>2 images (pressed and not pressed)</para></listitem>
+		<listitem><para>2 images (pressed and not pressed states)</para></listitem>
 		<listitem><para>&lt;div&gt; element that displays the button&apos;s text </para></listitem>
 		<listitem><para><emphasis role="bold"><property>&lt;a4j:commandButton&gt;</property></emphasis> that sends Ajax request to the server</para></listitem>
 		
@@ -66,11 +66,11 @@
 <richx:commandButton actionListener="#{authenticator.register(user)}" reRender="mainform, headerPanel" value="#{messages['user.register']}" />
 ...]]></programlisting> 
 	<para>
-		We can pass to the <emphasis role="bold"><property>&lt;richx:commandButton&gt;</property></emphasis>  all  required attributes, in the example only  actionListener,  reRender and  value are passed.
+		We can pass to the <emphasis role="bold"><property>&lt;richx:commandButton&gt;</property></emphasis>  all  required attributes, in the example only  <property>actionListener</property>,  <property>reRender</property> and  value are passed.
 	</para>
 	<para>
 		<emphasis role="bold"><property>&lt;richx:commandButton&gt;</property></emphasis>
-		 is a custom tag that is declared in the photoalbum-taglib.xml tag library:
+		is a custom tag that is declared in the <code>photoalbum-taglib.xml</code> tag library:
 	</para>
 	<programlisting role="XML"><![CDATA[...
 <?xml version="1.0"?>
@@ -179,6 +179,6 @@
 
 ...]]></programlisting> 
 	<para>
-		You can find more infromation about Facelets, custom tags, taglibs, Facelets tag handlers and Facelets templates here.
+		You can find more infromation about Facelets, custom tags, taglibs, Facelets tag handlers and Facelets templates <ulink url="http://java.sun.com/javaee/6/docs/tutorial/doc/giepx.html" ></ulink> here.
 	</para>
 </section>

Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml	2009-08-28 14:08:12 UTC (rev 15409)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml	2009-08-28 17:59:39 UTC (rev 15410)
@@ -46,7 +46,7 @@
    
      </itemizedlist> 
         <para>   
-            Let's have a look at the context menu for single image is constructed.
+            Let's have a look at how the context menu for a single image is constructed.
         </para>
         
         <programlisting role="XML"><![CDATA[...



More information about the richfaces-svn-commits mailing list