Author: cluts
Date: 2008-06-19 10:33:32 -0400 (Thu, 19 Jun 2008)
New Revision: 9114
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
Log:
RF-672 - corrected attributes names for support and dropSupport components.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2008-06-19 14:33:02
UTC (rev 9113)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2008-06-19 14:33:32
UTC (rev 9114)
@@ -147,10 +147,8 @@
<emphasis>
<property>"iconsDragged"</property>
</emphasis>
- type will trigger the use a parameter named
- <emphasis>
- <property>"DropIcon"</property>
- </emphasis>
+ type will trigger the use a parameter named
+ <code>"DropIcon"</code>
in the event processing after a drop event. (Also, an Ajax
request is sent, and the action and dropListener defined for
the component are called.)
@@ -303,19 +301,19 @@
<itemizedlist>
<listitem>
- <para>ondragenter</para>
+ <para><emphasis><property>"ondragenter"</property></emphasis></para>
</listitem>
<listitem>
- <para>ondragexit</para>
+ <para><emphasis><property>"ondragexit"</property></emphasis></para>
</listitem>
<listitem>
- <para>ondrop</para>
+ <para><emphasis><property>"ondrop"</property></emphasis></para>
</listitem>
<listitem>
- <para>ondropend</para>
+ <para><emphasis><property>"ondropend"</property></emphasis></para>
</listitem>
</itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-06-19 14:33:02 UTC
(rev 9113)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2008-06-19 14:33:32 UTC
(rev 9114)
@@ -136,7 +136,7 @@
</h:inputText>
<h:outputText value="#{person.name}" id="test"/>
</form>]]></programlisting>
- <para>In this example the component <emphasis
role="bold"><property><h:messages></property></emphasis>
is always updated (as it capturing all Ajax requests, located in ajaxRendered <emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>),
except the case when a response is sent from the input component from the example. On
sending this component marks that updating area is limited to the defined in it
components, it means that on its usage
with<code>limitToList="true"</code> the only component
updated is the one with
<code>id="test"</code>.</para>
+ <para>In this example the component <emphasis
role="bold"><property><h:messages></property></emphasis>
is always updated (as it capturing all Ajax requests, located in ajaxRendered <emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>),
except the case when a response is sent from the input component from the example. On
sending this component marks that updating area is limited to the defined in it
components, it means that on its usage with
<code>limitToList="true"</code> the only component updated
is the one with <code>id="test"</code>.</para>
<itemizedlist>
<listitem><para>
<emphasis role="bold">Limitation of requests frequency and
updates quantity after the responses. </emphasis></para>
Show replies by date