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>"type"</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/jbossrichface...;.
You can access to the source of the event (Ajax component) using event.getSource() call.
+Attribute
<emphasis><property>"type"</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/jbossrichface...;.
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><a4j:htmlCommandLink></property>
</emphasis>works as standard <emphasis role="bold">
<property><h:commandLink></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>"false"</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 "false".</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>"src"</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>"inline" (default)</para>
</listitem>
<listitem>
- <para>block</para>
+ <para>"block"</para>
</listitem>
<listitem>
- <para>none</para>
+ <para>"none"</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>"selfRendered"</property></emphasis>
attribute setting to
- <property>"true"</property>
+ "true"
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><a4j:page></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>"head"</property></emphasis>
facet.
+ section is defined with the help of the corresponding <code>head</code>
facet.
- You do not need to use
<emphasis><property>"body"</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>"body"</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>