Author: cluts
Date: 2009-03-06 08:13:46 -0500 (Fri, 06 Mar 2009)
New Revision: 12859
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
Log:
RF-5118 - The <a4j:actionparam> and <rich:dragIndicator> components names had
been corrected in the dev guide.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2009-03-06 13:04:58
UTC (rev 12858)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2009-03-06 13:13:46
UTC (rev 12859)
@@ -117,7 +117,7 @@
<programlisting role="XML"><![CDATA[...
<h:column>
<rich:dragSupport dragIndicator=":form:iii"
dragType="text">
- <a4j:actionParam value="#{caps.name}"
name="name"/>
+ <a4j:actionparam value="#{caps.name}"
name="name"/>
</rich:dragSupport>
<h:outputText value="#{caps.name}"/>
</h:column>
@@ -140,7 +140,7 @@
<h:column>
<a4j:outputPanel>
<rich:dragSupport dragIndicator=":form:iii"
dragType="text">
- <a4j:actionParam value="#{caps.name}"
name="name"/>
+ <a4j:actionparam value="#{caps.name}"
name="name"/>
</rich:dragSupport>
<h:outputText value="#{caps.name}"/>
</a4j:outputPanel>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2009-03-06 13:04:58
UTC (rev 12858)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2009-03-06 13:13:46
UTC (rev 12859)
@@ -145,7 +145,7 @@
]]></programlisting>
<para>What happens on the page:</para>
<figure>
- <title>"typeMapping" helps to add some extra information to
<rich:drag indicator> </title>
+
<title><emphasis><property>"typeMapping"</property></emphasis>
helps to add some extra information to <emphasis
role="bold"><property><rich:dragIndicator></property></emphasis>
</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/dropSupport1a.png"
/>
@@ -181,7 +181,7 @@
<h:column>
<a4j:outputPanel>
<rich:dragSupport dragIndicator=":form:ind"
dragType="text">
- <a4j:actionParam value="#{caps.name}"
name="name"/>
+ <a4j:actionparam value="#{caps.name}"
name="name"/>
</rich:dragSupport>
<h:outputText value="#{caps.name}"/>
</a4j:outputPanel>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2009-03-06 13:04:58
UTC (rev 12858)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2009-03-06 13:13:46
UTC (rev 12859)
@@ -86,7 +86,7 @@
...
<a4j:jsFunction name="callScript"
data="#{bean.someProperty1}"
reRender="someComponent" oncomplete="myScript(data.subProperty1,
data.subProperty2)">
- <a4j:actionParam name="param_name"
assignTo="#{bean.someProperty2}"/>
+ <a4j:actionparam name="param_name"
assignTo="#{bean.someProperty2}"/>
</a4j:jsFunction>
...
</h:form>
@@ -96,7 +96,7 @@
<para> The <emphasis role="bold">
<property><a4j:jsFunction></property>
</emphasis> allows to use <emphasis role="bold">
- <property><a4j:actionParam></property>
+ <property><a4j:actionparam></property>
</emphasis> or pure <emphasis role="bold">
<property><f:param></property>
</emphasis> for passing any number of parameters of the JavaScript function
into Ajax request.
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2009-03-06 13:04:58 UTC
(rev 12858)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2009-03-06 13:13:46 UTC
(rev 12859)
@@ -119,7 +119,7 @@
<a4j:commandButton style="width:120px"
id="control"
value="#{userBean.pollEnabled?'Stop':'Start'} Polling"
reRender="poll, grid">
- <a4j:actionParam name="polling"
value="#{!userBean.pollEnabled}"
+ <a4j:actionparam name="polling"
value="#{!userBean.pollEnabled}"
assignTo="#{userBean.pollEnabled}"/>
</a4j:commandButton>
</h:panelGrid>
@@ -203,14 +203,14 @@
</ulink>
how to create a HTML banner.
</para>
- <para>
+ <para>
<ulink
url="http://wiki.jboss.org/auth/wiki/RichFacesCookbook/SlideShow&quo...
you can find information how to make a Slide Show with help of the
<emphasis role="bold">
<property><rich:effect></property></emphasis>
and <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> components.
+ </emphasis> components.
</para>
<para>
<ulink