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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 23 08:15:15 EDT 2008


Author: cluts
Date: 2008-06-23 08:15:15 -0400 (Mon, 23 Jun 2008)
New Revision: 9156

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
   trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
   trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
   trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
   trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/page.xml
Log:
RF-3161 - partly done for ajaxListener, commandButton, loadScript, loadStyle, mediaOutput, page

Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml	2008-06-23 11:45:51 UTC (rev 9155)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.xml	2008-06-23 12:15:15 UTC (rev 9156)
@@ -80,8 +80,8 @@
 a good place for update the list of re-rendered components, for example.
 Ajax Listener is not invoked for non-Ajax request and when RichFaces works in "Ajax Request generates 
 Non-Ajax Response" mode. Therefore, ajax Listener invocation is a good indicator that Ajax response is going to be processed. 
-Attribute <emphasis><property>&quot;type&quot;</property></emphasis> described in the following  <link linkend="ajaxListener"> chapter</link>. It defines the fully qualified Java class name for listener.This class implements <code>org.ajax4jsf.framework.ajax.ajaxListener</code>
-	  <ulink url="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html">interface</ulink>. You can access to the source of the event (Ajax component) using event.getSource() call. 
+Attribute <emphasis><property>&quot;type&quot;</property></emphasis> described in the following  <link linkend="ajaxListener"> chapter</link>. It defines the fully qualified Java class name for listener. This class implements <code>org.ajax4jsf.framework.ajax.ajaxListener</code>
+	  <ulink url="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html">interface</ulink>. You can access to the source of the event (Ajax component) using <code>event.getSource()</code> call. 
 	</para>
  
   <para>

Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml	2008-06-23 11:45:51 UTC (rev 9155)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml	2008-06-23 12:15:15 UTC (rev 9156)
@@ -78,7 +78,7 @@
         <property>&lt;a4j:htmlCommandLink&gt;</property>
       </emphasis>works as standard <emphasis role="bold">
         <property>&lt;h:commandLink&gt;</property>
-      </emphasis>, but here hidden fields required for correct functionality are rendered before the first downloading of a page, though it doesn't happen if its attribute isn't set to <property>&quot;false&quot;</property>.</para>
+      </emphasis>, but here hidden fields required for correct functionality are rendered before the first downloading of a page, though it doesn't happen if its attribute isn't set to &quot;false&quot;.</para>
       </section>
 	  
   <section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml	2008-06-23 11:45:51 UTC (rev 9155)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml	2008-06-23 12:15:15 UTC (rev 9156)
@@ -67,7 +67,7 @@
     </para>
     <para>
     	It means that the Context is inserts automatically to the link. And calls
-    	 like <property>resource://</property> is properly handled.
+    	 like <code>resource://</code> is properly handled.
     </para>
     <para>
     	Except this - you may be free to put your script links right from the child 

Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml	2008-06-23 11:45:51 UTC (rev 9155)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml	2008-06-23 12:15:15 UTC (rev 9156)
@@ -62,12 +62,12 @@
     <para>
       As it was mentioned <link linkend="loadStyle">above</link> this component returns its value as the value of 
       the <emphasis><property>&quot;src&quot;</property></emphasis> attribute passing it to the
-    	 <code>getResourceUR()</code> method of the ViewHandler for this application, and passing 
+    	 <code>getResourceURL()</code> method of the ViewHandler for this application, and passing 
     	 the result	via the <code>encodeResourceURL()</code> method of the ExternalContext.
     </para>
     <para>
     	It means that the Context is inserted automatically to the link. And calls
-    	 like <property>resource://</property> is properly handled.
+    	 like <code>resource://</code> is properly handled.
     </para>
     <para>
     	Except this - you may be free to put your stylesheet links right from the child 

Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2008-06-23 11:45:51 UTC (rev 9155)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2008-06-23 12:15:15 UTC (rev 9156)
@@ -146,13 +146,13 @@
 		</para>
 		<itemizedlist>
 			<listitem>
-				<para>inline (default)</para>
+				<para>&quot;inline&quot; (default)</para>
 			</listitem>
 			<listitem>
-				<para>block</para>
+				<para>&quot;block&quot;</para>
 			</listitem>
 			<listitem>
-				<para>none</para>
+				<para>&quot;none&quot;</para>
 			</listitem>
 		</itemizedlist>
 		<para>
@@ -252,9 +252,9 @@
 		<para>
 			RichFaces allows setting Ajax responses rendering directly
 			basing on component tree nodes without referring to the JSP
-			(XHTML) page code. It could be defined by selfRendered
+			(XHTML) page code. It could be defined by <emphasis><property>&quot;selfRendered&quot;</property></emphasis>
 			attribute setting to
-			<property>&quot;true&quot;</property>
+			&quot;true&quot;
 
 			on
 			<emphasis role="bold">

Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml	2008-06-23 11:45:51 UTC (rev 9155)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml	2008-06-23 12:15:15 UTC (rev 9156)
@@ -73,10 +73,10 @@
       </emphasis> on a page round the Ajax updatable area. In the last versions of both frameworks the problem is successfully  fixed and no <emphasis role="bold"><property>&lt;a4j:page&gt;</property></emphasis> usage is required.</para>
     <para>The component is rendered as a full HTML page template as it is shown in the <link linkend="exampl">example</link>. The 
       <property>head</property>
-      section is defined with the help of the corresponding <emphasis><property>&quot;head&quot;</property></emphasis> facet.
+      section is defined with the help of the corresponding <code>head</code> facet.
       
-      You do not need to use <emphasis><property>&quot;body&quot;</property></emphasis> facet in order to define first <property>body</property> section. 
-      The second and more <property>body</property> sections is defined with the help of the corresponding <emphasis><property>&quot;body&quot;</property></emphasis> facet.
+      You do not need to use <code>body</code> facet in order to define first <property>body</property> section. 
+      The second and more <property>body</property> sections is defined with the help of the corresponding <code>body</code> facet.
       
       </para>
       <para>




More information about the richfaces-svn-commits mailing list