Author: vkorluzhenko
Date: 2007-10-29 10:39:10 -0400 (Mon, 29 Oct 2007)
New Revision: 3599
Modified:
trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml
trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/effect.xml
trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - Added section "Look-and-Feel
Customization" for not visual components.
Modified: trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml 2007-10-29
14:18:48 UTC (rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/changeExpandListener.xml 2007-10-29
14:39:10 UTC (rev 3599)
@@ -108,4 +108,14 @@
]]></programlisting>
</section>
+ <section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:changeExpandListener></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml 2007-10-29 14:18:48 UTC
(rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml 2007-10-29 14:39:10 UTC
(rev 3599)
@@ -169,7 +169,17 @@
if dragged content of a comp type is above the given drop zone that
processes it on the next drop event.</para>
</section>
+
<section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:dndParam></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
+ <section>
<title>Relevan Resources Links</title>
<para><ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dragSupport...
Here</ulink> you can see the example of <emphasis
role="bold"
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml 2007-10-29 14:18:48
UTC (rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml 2007-10-29 14:39:10
UTC (rev 3599)
@@ -108,4 +108,13 @@
]]></programlisting>
</section>
+ <section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:dragListener></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2007-10-29 14:18:48
UTC (rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2007-10-29 14:39:10
UTC (rev 3599)
@@ -194,15 +194,19 @@
<section>
<title>Look-and-Feel Customization</title>
- <para>The component doesn't have its own representation.</para>
+ <para><emphasis role="bold">
+ <property><rich:dragSupport></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/dragSupport...
-
Here</ulink> you can see the example of <emphasis
role="bold"
-
><property><rich:dragSupport></property></emphasis>
usage and sources for the given example.
- </para>
+ >Here</ulink> you can see the example of <emphasis
role="bold">
+ <property><rich:dragSupport></property>
+ </emphasis> usage and sources for the given example. </para>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml 2007-10-29 14:18:48
UTC (rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml 2007-10-29 14:39:10
UTC (rev 3599)
@@ -108,4 +108,13 @@
]]></programlisting>
</section>
+ <section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:dropListener></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-10-29 14:18:48
UTC (rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-10-29 14:39:10
UTC (rev 3599)
@@ -241,7 +241,10 @@
<section>
<title>Look-and-Feel Customization</title>
- <para>The component doesn't have its own visual
presentation.</para>
+ <para><emphasis role="bold">
+ <property><rich:dropSupport></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-10-29 14:18:48 UTC
(rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-10-29 14:39:10 UTC
(rev 3599)
@@ -195,7 +195,17 @@
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum</ulink>.</para>
</section>
+
<section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:effect></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
+ <section>
<title>Relevant Resources Links</title>
<para>
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/effect.jsf?...
Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-29 14:18:48 UTC
(rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-29 14:39:10 UTC
(rev 3599)
@@ -333,6 +333,16 @@
right sintax. Remember to use jQuery() function instead of $(), as soon as jQuery
works
without conflicts with prototype.js.</para>
</section>
+
+ <section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
<section>
<title>Relevant Resources Links</title>
<para>More information about jQuery framework and its features you can read
<ulink
Modified: trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml 2007-10-29
14:18:48 UTC (rev 3598)
+++ trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml 2007-10-29
14:39:10 UTC (rev 3599)
@@ -108,4 +108,13 @@
]]></programlisting>
</section>
+ <section>
+ <title>Look-and-Feel Customization</title>
+
+ <para><emphasis role="bold">
+ <property><rich:nodeSelectListener></property>
+ </emphasis> has no skin parameters and custom <property>style
classes</property>, as the
+ component isn't visual.</para>
+ </section>
+
</chapter>
\ No newline at end of file