JBoss Rich Faces SVN: r2965 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: afedosik
Date: 2007-09-17 12:22:35 -0400 (Mon, 17 Sep 2007)
New Revision: 2965
Modified:
trunk/docs/userguide/en/src/main/docbook/included/column.xml
trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml
trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml
trunk/docs/userguide/en/src/main/docbook/included/form.xml
trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/include.xml
trunk/docs/userguide/en/src/main/docbook/included/insert.xml
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
trunk/docs/userguide/en/src/main/docbook/included/loadBundle.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/log.xml
trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
trunk/docs/userguide/en/src/main/docbook/included/message.xml
trunk/docs/userguide/en/src/main/docbook/included/messages.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/page.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
trunk/docs/userguide/en/src/main/docbook/included/push.xml
trunk/docs/userguide/en/src/main/docbook/included/region.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml
Log:
RF-396 Relevant resources links - add links
Modified: trunk/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -202,5 +202,11 @@
<para>To redefine an appearance of all <property>columns</property> on a page, redefine the corresponding class in the CSS file used with the page.</para>
<para>To redefine a style of a particular page, use component class attributes which list is the same as the <property>column</property> one and is known to you.</para>
</section>
- </section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?c=column"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:column></emphasis> usage and sources for the given example. </para>
+ </section>
+</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -187,5 +187,12 @@
CSS file used with the page.</para>
<para>To redefine a style of a particular page, use component class attributes which list is the same
as the columnGroup one and is known to you.</para>
- </section>
+ </section>
+
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?c=colum..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:columnGroup></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -63,9 +63,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandButton.jsf?c=c...">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandButton.jsf?c=c...">Here.
+ </ulink>you can see the example of <emphasis role="bold"
+ ><a4j:commandButton></emphasis> usage and sources for the given example.
</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -73,9 +73,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandLink.jsf?c=com...">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/commandLink.jsf?c=com...">Here.
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:commandLink></emphasis> usage and sources for the given example
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -154,4 +154,10 @@
<para>To redefine an appearance of all <property>dataDefinitionLists</property> on a page, just redefine one of this classes.</para>
<para>To redefine a style of a particular <property>dataDefinitionList</property>, use corresponding class attributes on the component.</para>
</section>
- </section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataLists.jsf?c=dataD..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:dataDefinitionList></emphasis> usage and sources for the given example. </para>
+ </section>
+</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -126,5 +126,11 @@
<para>To redefine a style of a particular table, use <emphasis ><property>"component class"</property></emphasis> attributes which list is the same
as the <property>dataTable</property> one and is known to you.</para>
</section>
- </section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataGrid.jsf?c=dataGrid"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:dataGrid></emphasis> usage and sources for the given example. </para>
+ </section>
+</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -150,5 +150,11 @@
<para>To redefine an appearance of all <property>dataLists</property> on a page, just redefine one of this classes.</para>
<para>To redefine a style of a particular dataList, use corresponding class attributes on the component.</para>
</section>
- </section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataLists.jsf?c=dataList"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:dataList></emphasis> usage and sources for the given example. </para>
+ </section>
+</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -150,5 +150,11 @@
<para>To redefine an appearance of all <property>dataOrderedLists</property> on a page,just redefine one of this classes.</para>
<para>To redefine a style of a particular dataOrderedList, use corresponding class attributes on the component.</para>
</section>
- </section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataLists.jsf?c=dataO..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:dataOrderedList ></emphasis> usage and sources for the given example. </para>
+ </section>
+</section>
\ 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-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/dndParam.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -169,4 +169,10 @@
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>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dragSupport.jsf?c=dnd..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:dndParam></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/form.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/form.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -86,8 +86,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/form.jsf?c=form">here.</ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/form.jsf?c=form">Here.</ulink>
+ you can see the example of <emphasis role="bold"
+ ><a4j:form></emphasis> usage and sources for the given example.
</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -76,13 +76,13 @@
<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 "false".</para>
</section>
- <!--
+
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/htmlCommandLink.jsf?c...">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/htmlCommandLink.jsf?c...">Here</ulink> you
+ can see the example of <emphasis role="bold"
+ ><a4j:htmlCommandLinks></emphasis> usage and sources for the given example.
</para>
- </section> -->
+ </section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -96,6 +96,9 @@
<section>
<title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/include.jsf?c=include"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><a4j:include></emphasis> usage and sources for the given example. </para>
<para>
Some additional information can be found on the <ulink url="http://jboss.com/index.html?module=bb&op=viewtopic&t=104158">Ajax4Jsf Users Forum.</ulink>
</para><!--
Modified: trunk/docs/userguide/en/src/main/docbook/included/insert.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/insert.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/insert.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -116,5 +116,10 @@
style classes for source code of particular language could be changed to your names, wich are
used by the <ulink url="https://jhighlight.dev.java.net/">JHighlight</ulink> library.</para>
</section>
-
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/insert.jsf?c=insert"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:insert></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -113,9 +113,8 @@
</section>
<section>
<title>Relevant resources links</title>
- <para> To see how <emphasis role="bold">
- <property><a4j:jsFunction></property>
- </emphasis> works on practice, look at a4j-jsFunction example from <ulink
- url="http://livedemo.exadel.com/richfaces-demo/richfaces/jsFunction.jsf?c=jsFu...">here</ulink>.</para>
+ <para> <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/jsFunction.jsf?c=jsFu...">Here</ulink>
+ you can see the example of <emphasis role="bold"
+ ><a4j:jsFunction></emphasis> usage and sources for the given example.</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -83,7 +83,10 @@
</section>
<section>
<title>Relevant resources links</title>
- <para>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/keepAlive.jsf?c=keepA..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><a4j:keepAlive></emphasis> usage and sources for the given example. </para>
+ <para>
Some additional information about usage of component can be found <ulink url="http://jboss.com/index.html?module=bb&op=viewtopic&t=104989">here.
</ulink>
</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadBundle.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -85,9 +85,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/bundle.jsf?c=loadBundle">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/bundle.jsf?c=loadBundle">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:loadBundle></emphasis> usage and sources for the given example.
</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -72,9 +72,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/script.jsf?c=loadScript">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/script.jsf?c=loadScript">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:loadScript></emphasis> usage and sources for the given example.
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -69,12 +69,5 @@
</para>
</section>
- <section>
- <title>Relevant resources links</title>
- <para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/log.jsf?c=log">here.
- </ulink>
- </para>
- </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -71,13 +71,13 @@
<para><emphasis role="bold"><a4j:log></emphasis> is getting renewed automatically after execution of Ajax requests. Don't renew <emphasis role="bold"><a4j:log></emphasis> by using reRender!</para>
</note>
</section>
- <!--
+
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/log.jsf?c=log">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/log.jsf?c=log">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:log></emphasis> usage and sources for the given example.
</para>
- </section> -->
+ </section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -96,13 +96,15 @@
</note>
<para>Hence, when using the component it's possible to output your data of any type on a page with Ajax requests.</para>
</section>
- <!--
+
<section>
<title>Relevant resources links</title>
<para>
Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/mediaOutput.jsf?c=med...">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/mediaOutput.jsf?c=med...">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:mediaOutput ></emphasis> usage and sources for the given example.
</para>
- </section> -->
+ </section>
+
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -305,4 +305,10 @@
<para> To change style aspects of particular panel menu groups define your own style classes
in the corresponding menuGroup attributes. </para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=me..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:menuGroup></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -354,4 +354,10 @@
<para> To change the style of particular menu items define your own style classes in the
corresponding menuItem attributes. </para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=me..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:menuItem></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -140,4 +140,10 @@
To change the style peculiarities of the particular menu separators, define your own style classes in the corresponding menuSeparator attributes.
</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=me..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:menuSeparator></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/message.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/message.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/message.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -193,4 +193,10 @@
</emphasis> components define your own style classes in the corresponding message attributes.
</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/message.jsf?c=message"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:message></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -202,4 +202,10 @@
</emphasis> attributes.
</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/messsages.jsf?c=messages"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:messages></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -129,12 +129,13 @@
</section>
<section>
<title>Relevant resources links</title>
- <para>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/outputPanel.jsf?c=out..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><a4j:outputPanel></emphasis> usage and sources for the given example.</para>
+ <para>
Some additional information about usage of component can be found
<ulink url="http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052203#...">here</ulink>.
- <!--
- To see how component works on practice, look at a4j-outputPanel example from
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/outputPanel.jsf?c=out...">RichFaces Live Demo</ulink>. -->
+
</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -87,19 +87,11 @@
<section>
<title>Relevant resources links</title>
- <para>All other component functionality is the same as of <emphasis role="bold">
- <a4j:region>.
- </emphasis> Its desctriprion could be found
- <member>
- <ulink url="http://webdownload.exadel.com/downloads/ajax4jsf/documentation/tldDoc/">here</ulink>.
- </member>
- </para>
- <!--
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/page.jsf?c=page">here.
- </ulink>
- </para> -->
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/page.jsf?c=page">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:page></emphasis> usage and sources for the given example.
+ </para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -244,5 +244,11 @@
define it in the components class attribute. </para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/panelMenu.jsf?c=panel..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:panelMenu></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -81,15 +81,14 @@
<section>
<title>Relevant resources links</title>
- <para>
- The aditional information about component usage you can find here:<ulink url="http://jboss.com/index.html?module=bb&op=viewtopic&t=103909">Ajax4Jsf Users Forum.
- </ulink>
- </para>
- <para>
- To see how component works on practice, look at a4j-poll example from
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/poll.jsf?c=poll">RichFaces Live Demo</ulink>.
- </para>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/poll.jsf?c=poll"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><a4j:poll></emphasis> usage and sources for the given example. </para>
+ <para>The aditional information about component usage you can find here : <ulink
+ url="http://jboss.com/index.html?module=bb&op=viewtopic&t=103909"
+ >RichFaces Users Forum</ulink>.</para>
+
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/portlet.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/portlet.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -60,7 +60,10 @@
</section>
<section>
<title>Relevant resources links</title>
- <para>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/portlet.jsf?c=portlet"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><a4j:portlet></emphasis> usage and sources for the given example. </para>
+ <para>
The aditional information about component usage you can find here:
<ulink url="http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107325">Ajax4Jsf Users Forum.
</ulink>
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -84,13 +84,13 @@
Thus, component 'push' uses asynchronous model instead of polls.
</para>
</section>
- <!--
+
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/push.jsf?c=push">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/push.jsf?c=push">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:push></emphasis> usage and sources for the given example.
</para>
- </section> -->
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -120,9 +120,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/region.jsf?c=region">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/region.jsf?c=region">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:region></emphasis> usage and sources for the given example.
</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -117,13 +117,13 @@
<property><ui:repeat></property>
</emphasis>) and are used in the same way.</para>
</section>
- <!--
+
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/repeat.jsf?c=repeat">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/repeat.jsf?c=repeat">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:repeat></emphasis> usage and sources for the given example.
</para>
- </section> -->
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -122,9 +122,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?c=status">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?c=status">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:status></emphasis> usage and sources for the given example.
</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -155,9 +155,9 @@
<section>
<title>Relevant resources links</title>
<para>
- Some additional information about usage of component can be found
- <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/support.jsf?c=support">here.
- </ulink>
+ <ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/support.jsf?c=support">Here
+ </ulink> you can see the example of <emphasis role="bold"
+ ><a4j:support></emphasis> usage and sources for the given example.
</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -246,5 +246,11 @@
<property>tooltips</property> attributes.
</para>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/toolTip.jsf?c=toolTip"
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:toolTip></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml 2007-09-17 16:21:15 UTC (rev 2964)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNodesAdaptor.xml 2007-09-17 16:22:35 UTC (rev 2965)
@@ -111,4 +111,10 @@
]]></programlisting>
</section>
+ <section>
+ <title>Relevant resources links</title>
+ <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/treeNodesAdaptor.jsf?..."
+ >Here</ulink> you can see the example of <emphasis role="bold"
+ ><rich:treeNodesAdaptor ></emphasis> usage and sources for the given example. </para>
+ </section>
</section>
18 years, 7 months
JBoss Rich Faces SVN: r2964 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: afedosik
Date: 2007-09-17 12:21:15 -0400 (Mon, 17 Sep 2007)
New Revision: 2964
Modified:
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
Log:
RF-598 Edit details of usage
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-09-17 16:05:24 UTC (rev 2963)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-09-17 16:21:15 UTC (rev 2964)
@@ -91,9 +91,8 @@
<property>"nodeFace"</property>
</emphasis> attribute. In case when <emphasis>
<property>"nodeFace"</property>
- </emphasis> is undefined the first node, in which <emphasis><property>"rendered"</property>
- </emphasis> and <emphasis><property>"type"</property>
- </emphasis> attributes is undefined. </para>
+ </emphasis> is undefined the first node inside the tree will be use by default (attributes <emphasis><property>"rendered</property></emphasis> and
+ <emphasis><property>"type"</property></emphasis> for this node should not be defined). </para>
<para>
<emphasis role="bold">Example:</emphasis>
18 years, 7 months
JBoss Rich Faces SVN: r2963 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-09-17 12:05:24 -0400 (Mon, 17 Sep 2007)
New Revision: 2963
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - corrected tables headers and titles and descriptions for classes.
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-09-17 16:02:16 UTC (rev 2962)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-09-17 16:05:24 UTC (rev 2963)
@@ -433,7 +433,7 @@
<title> Skin parameters redefinition</title>
<table>
- <title>Skin parameters redefinition for popup element</title>
+ <title>Skin parameters redefinition for a popup element</title>
<tgroup cols="2">
<thead>
@@ -597,7 +597,7 @@
</table>
<table>
- <title>Skin parameters redefinition for toolbar and names of months</title>
+ <title>Skin parameters redefinition for a toolbar and names of months</title>
<tgroup cols="2">
<thead>
@@ -691,7 +691,7 @@
</table>
<table>
- <title>Skin parameters redefinition for hollydays</title>
+ <title>Skin parameters redefinition for holiday</title>
<tgroup cols="2">
<thead>
@@ -720,7 +720,7 @@
</table>
<table>
- <title>Skin parameters redefinition for today date</title>
+ <title>Skin parameters redefinition for cell with a current date</title>
<tgroup cols="2">
<thead>
@@ -749,7 +749,7 @@
</table>
<table>
- <title>Skin parameters redefinition for selected day</title>
+ <title>Skin parameters redefinition for a selected day</title>
<tgroup cols="2">
<thead>
@@ -789,7 +789,7 @@
<title>Definition of Custom Style Classes</title>
<figure>
- <title>Classes names</title>
+ <title>Style classes</title>
<mediaobject>
<imageobject>
@@ -801,7 +801,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Classes names that define input field and button appearance</title>
+ <title>Classes names that define an input field and a button appearance</title>
<tgroup cols="2">
<thead>
@@ -816,13 +816,13 @@
<row>
<entry>rich-calendar-input </entry>
- <entry>Defines the styles for the input field</entry>
+ <entry>Defines styles for an input field</entry>
</row>
<row>
<entry>rich-calendar-button</entry>
- <entry>Defines the styles for the popup button</entry>
+ <entry>Defines styles for a popup button</entry>
</row>
</tbody>
@@ -830,7 +830,7 @@
</table>
<table>
- <title>Classes names that define days appearance</title>
+ <title>Classes names that define a days appearance</title>
<tgroup cols="2">
<thead>
@@ -846,13 +846,13 @@
<row>
<entry>rich-calendar-days</entry>
- <entry>Defines styles for names of working days in the header</entry>
+ <entry>Defines styles for names of working days in a header</entry>
</row>
<row>
<entry>rich-calendar-weekends</entry>
- <entry>Defines styles for names of weekend in the header</entry>
+ <entry>Defines styles for names of weekend in a header</entry>
</row>
<row>
@@ -864,7 +864,7 @@
<row>
<entry>rich-calendar-today</entry>
- <entry>Defines styles for today date</entry>
+ <entry>Defines styles for cell with a current date</entry>
</row>
<row>
@@ -876,19 +876,19 @@
<row>
<entry>rich-calendar-holly</entry>
- <entry>Defines styles for hollydays</entry>
+ <entry>Defines styles for holiday</entry>
</row>
<row>
<entry>rich-calendar-select</entry>
- <entry>Defines styles for selected day</entry>
+ <entry>Defines styles for a selected day</entry>
</row>
<row>
<entry>rich-calendar-hover</entry>
- <entry>Defines styles for hovered day</entry>
+ <entry>Defines styles for a hovered day</entry>
</row>
</tbody>
@@ -896,7 +896,7 @@
</table>
<table>
- <title>Classes names that define popup element</title>
+ <title>Classes names that define a popup element</title>
<tgroup cols="2">
<thead>
@@ -912,7 +912,7 @@
<row>
<entry>rich-calendar-exterior</entry>
- <entry>Defines styles for popup element</entry>
+ <entry>Defines styles for a popup element</entry>
</row>
<row>
@@ -930,43 +930,43 @@
<row>
<entry>rich-calendar-header-optional</entry>
- <entry>Defines styles for optional header</entry>
+ <entry>Defines styles for an optional header</entry>
</row>
<row>
<entry>rich-calendar-footer-optional</entry>
- <entry>Defines styles for optional footer</entry>
+ <entry>Defines styles for an optional footer</entry>
</row>
<row>
<entry>rich-calendar-header</entry>
- <entry>Defines styles for header</entry>
+ <entry>Defines styles for a header</entry>
</row>
<row>
<entry>rich-calendar-footer</entry>
- <entry>Defines styles for footer</entry>
+ <entry>Defines styles for a footer</entry>
</row>
<row>
<entry>rich-calendar-boundary-dates</entry>
- <entry>Defines styles for active boundary button</entry>
+ <entry>Defines styles for an active boundary button</entry>
</row>
<row>
<entry>rich-calendar-btn</entry>
- <entry>Defines styles for inactive boundary date</entry>
+ <entry>Defines styles for an inactive boundary date</entry>
</row>
<row>
<entry>rich-calendar-current</entry>
- <entry>Defines styles for today control date</entry>
+ <entry>Defines styles for a today control date</entry>
</row>
</tbody>
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-09-17 16:02:16 UTC (rev 2962)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-09-17 16:05:24 UTC (rev 2963)
@@ -216,7 +216,7 @@
<section>
<title>Skin parameters redefinition</title>
<table>
- <title>Skin Parameters for the wrapper element</title>
+ <title>Skin parameters redefinition for a wrapper element</title>
<tgroup cols="2">
<thead>
<row>
@@ -238,7 +238,7 @@
</table>
<table>
- <title>Skin Parameters for Button element</title>
+ <title>Skin parameters redefinition for a button</title>
<tgroup cols="2">
<thead>
<row>
@@ -268,7 +268,7 @@
</table>
<table>
- <title>Skin Parameters for Active Button element</title>
+ <title>Skin parameters redefinition for an active button</title>
<tgroup cols="2">
<thead>
<row>
@@ -298,7 +298,7 @@
</table>
<table>
- <title>Skin Parameters for Inactive Button element</title>
+ <title>Skin parameters redefinition for an inactive button</title>
<tgroup cols="2">
<thead>
<row>
@@ -326,9 +326,13 @@
</tbody>
</tgroup>
</table>
+ </section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+
<figure>
- <title>Datascroller style classes</title>
+ <title>Style classes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/datascroller3.gif"/>
@@ -339,44 +343,44 @@
<para>On the screenshot, there are classes names that define specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
<entry>Class name</entry>
- <entry>Class description</entry>
+ <entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>rich-dtascroller-table</entry>
- <entry>Wrapping class for the component</entry>
+ <entry>Defines styles for a wrapping element of the component</entry>
</row>
<row>
- <entry>Rich-datascr-button</entry>
- <entry>Customization class for button</entry>
+ <entry>rich-datascr-button</entry>
+ <entry>Defines styles for a button</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
- <title>Additional classes for buttons</title>
+ <title>Classes names that define a buttons appearance</title>
<tgroup cols="2">
<thead>
<row>
<entry>Class name</entry>
- <entry>Class description</entry>
+ <entry>Description</entry>
</row>
</thead>
<tbody>
<row>
- <entry>Rich-datascr-act</entry>
- <entry>Customization class for active button</entry>
+ <entry>rich-datascr-act</entry>
+ <entry>Defines styles for an active button</entry>
</row>
<row>
- <entry>Rich-datascr-inact</entry>
- <entry>Customization class for inactive button</entry>
+ <entry>rich-datascr-inact</entry>
+ <entry>Defines styles for an inactive button</entry>
</row>
</tbody>
</tgroup>
18 years, 7 months
JBoss Rich Faces SVN: r2961 - in trunk/ui/panelmenu/src/main: java/org/richfaces/component and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2007-09-17 11:57:29 -0400 (Mon, 17 Sep 2007)
New Revision: 2961
Modified:
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuGroup.java
trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuItem.java
Log:
http://jira.jboss.com/jira/browse/RF-901
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2007-09-17 15:23:49 UTC (rev 2960)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2007-09-17 15:57:29 UTC (rev 2961)
@@ -440,9 +440,15 @@
<description>A flag indicating that this component value must be converted and validated
immediately (that is, during Apply Request Values phase), rather than waiting until
a Process Validations phase. </description>
- </property> &ui_component_attributes; &html_input_attributes;
- &html_input_events; &ui_input_attributes;
- &ui_output_attributes; &html_events; <property>
+ </property>
+ &ui_component_attributes;
+ &html_input_attributes;
+ &html_input_events;
+ &ui_input_attributes;
+ &ui_output_attributes;
+ &html_events;
+ &ajax_component_attributes;
+ <property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
<description>HTML: script expression; group was closed</description>
@@ -641,8 +647,13 @@
<classname>java.lang.String</classname>
<description>CSS style rules to be applied</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
- </property> &ui_component_attributes; &ui_command_attributes;
- &html_style_attributes; &html_events; <property>
+ </property>
+ &ui_component_attributes;
+ &ui_command_attributes;
+ &html_style_attributes;
+ &html_events;
+ &ajax_component_attributes;
+ <property>
<name>target</name>
<classname>java.lang.String</classname>
<description>Target frame for action to execute.</description>
Modified: trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuGroup.java
===================================================================
--- trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuGroup.java 2007-09-17 15:23:49 UTC (rev 2960)
+++ trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuGroup.java 2007-09-17 15:57:29 UTC (rev 2961)
@@ -32,6 +32,9 @@
import javax.faces.event.FacesEvent;
import javax.faces.event.PhaseId;
+import org.ajax4jsf.context.AjaxContext;
+import org.ajax4jsf.event.AjaxEvent;
+
public abstract class UIPanelMenuGroup extends UIInput implements ActionSource{
public static final String COMPONENT_TYPE = "org.richfaces.panelMenuGroup";
@@ -161,6 +164,9 @@
if (listener != null) {
listener.processAction((ActionEvent) event);
}
+ } else if (event instanceof AjaxEvent) {
+ FacesContext context = getFacesContext();
+ AjaxContext.getCurrentInstance(context).addRegionsFromComponent(this);
}
}
}
Modified: trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuItem.java
===================================================================
--- trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuItem.java 2007-09-17 15:23:49 UTC (rev 2960)
+++ trunk/ui/panelmenu/src/main/java/org/richfaces/component/UIPanelMenuItem.java 2007-09-17 15:57:29 UTC (rev 2961)
@@ -23,7 +23,13 @@
import javax.faces.component.UICommand;
import javax.faces.component.UIComponent;
+import javax.faces.context.FacesContext;
+import javax.faces.event.AbortProcessingException;
+import javax.faces.event.FacesEvent;
+import org.ajax4jsf.context.AjaxContext;
+import org.ajax4jsf.event.AjaxEvent;
+
public abstract class UIPanelMenuItem extends UICommand {
public static final String COMPONENT_TYPE = "org.richfaces.panelMenuItem";
@@ -60,4 +66,15 @@
public abstract void setName(String string);
public abstract String getName();
+ /* (non-Javadoc)
+ * @see javax.faces.component.UIComponentBase#broadcast(javax.faces.event.FacesEvent)
+ */
+ public void broadcast(FacesEvent event) throws AbortProcessingException {
+ super.broadcast(event);
+ if (event instanceof AjaxEvent) {
+ FacesContext context = getFacesContext();
+ AjaxContext.getCurrentInstance(context).addRegionsFromComponent(this);
+ }
+ }
+
}
18 years, 7 months
JBoss Rich Faces SVN: r2960 - in trunk/test-applications/facelets/src/main: webapp/Calendar and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-09-17 11:23:49 -0400 (Mon, 17 Sep 2007)
New Revision: 2960
Modified:
trunk/test-applications/facelets/src/main/java/calendar/CalendarBean.java
trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/java/calendar/CalendarBean.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/calendar/CalendarBean.java 2007-09-17 14:25:25 UTC (rev 2959)
+++ trunk/test-applications/facelets/src/main/java/calendar/CalendarBean.java 2007-09-17 15:23:49 UTC (rev 2960)
@@ -25,6 +25,7 @@
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
+import java.util.StringTokenizer;
import java.util.TimeZone;
import javax.faces.event.ValueChangeEvent;
@@ -56,8 +57,8 @@
private boolean required;
private Date currentDate;
private Date selectedDate;
- private Date preloadDateRangeBegin;
- private Date preloadDateRangeEnd;
+ private String preloadDateRangeBegin;
+ private String preloadDateRangeEnd;
private String weekDay;
private String month;
private String height;
@@ -149,10 +150,47 @@
weekDay = "none";
month = "none";
timeZone = "Eastern European Time";
- preloadDateRangeBegin = new Date("January 01, 2007");
- preloadDateRangeEnd = new Date();
+ preloadDateRangeBegin = "2007.7.3";
+ preloadDateRangeEnd = "2008.7.3";
}
+
+ public Date getPrDateRangeBegin() {
+ Calendar cal = Calendar.getInstance();
+ StringTokenizer st = new StringTokenizer(preloadDateRangeBegin,".");
+ String [] date = new String[3];
+ try {
+ if(st.hasMoreElements()) {
+ cal.set(Integer.parseInt(st.nextToken()), Integer.parseInt(st.nextToken()), Integer.parseInt(st.nextToken()));
+ }
+ } catch (Exception e) {
+ e.printStackTrace();
+ cal.set(Calendar.DAY_OF_YEAR, Calendar.DAY_OF_MONTH, Calendar.DAY_OF_WEEK);
+ System.out.println(cal.getTime());
+ return cal.getTime();
+ }
+ System.out.println(cal.getTime());
+ return cal.getTime();
+
+ }
+ public Date getPrDateRangeEnd() {
+ Calendar cal = Calendar.getInstance();
+ StringTokenizer st = new StringTokenizer(preloadDateRangeEnd, ".");
+ String [] date = new String[3];
+ try {
+ if(st.hasMoreElements()) {
+ cal.set(Integer.parseInt(st.nextToken()), Integer.parseInt(st.nextToken()), Integer.parseInt(st.nextToken()));
+ }
+ } catch (Exception e) {
+ e.printStackTrace();
+ cal.set(Calendar.DAY_OF_YEAR, Calendar.DAY_OF_MONTH, Calendar.DAY_OF_WEEK);
+ System.out.println(cal.getTime());
+ return cal.getTime();
+ }
+ System.out.println(cal.getTime());
+ return cal.getTime();
+ }
+
public boolean isShowInput() {
return showInput;
}
@@ -389,27 +427,27 @@
this.label = label;
}
- public Date getPreloadDateRangeBegin() {
+ public TimeZone getTmZone() {
+ TimeZone tZone = TimeZone.getDefault();
+ System.out.println("timeZone" + timeZone + " tZone " + tZone);
+ tZone.setID(timeZone);
+ System.out.println("timeZone" + timeZone + " tZone " + tZone);
+ return tZone;
+ }
+
+ public String getPreloadDateRangeBegin() {
return preloadDateRangeBegin;
}
- public void setPreloadDateRangeBegin(Date preloadDateRangeBegin) {
+ public void setPreloadDateRangeBegin(String preloadDateRangeBegin) {
this.preloadDateRangeBegin = preloadDateRangeBegin;
}
- public Date getPreloadDateRangeEnd() {
+ public String getPreloadDateRangeEnd() {
return preloadDateRangeEnd;
}
- public void setPreloadDateRangeEnd(Date preloadDateRangeEnd) {
+ public void setPreloadDateRangeEnd(String preloadDateRangeEnd) {
this.preloadDateRangeEnd = preloadDateRangeEnd;
}
-
- public TimeZone getTmZone() {
- TimeZone tZone = TimeZone.getDefault();
- System.out.println("timeZone" + timeZone + " tZone " + tZone);
- tZone.setID(timeZone);
- System.out.println("timeZone" + timeZone + " tZone " + tZone);
- return tZone;
- }
}
Modified: trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml 2007-09-17 14:25:25 UTC (rev 2959)
+++ trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml 2007-09-17 15:23:49 UTC (rev 2960)
@@ -24,8 +24,8 @@
<rich:calendar id="calendarID" dataModel="#{calendarDataModel}"
locale="#{calendarBean.locale}" popup="#{calendarBean.popup}"
datePattern="#{calendarBean.pattern}"
- preloadDateRangeBegin="#{calendarBean.pDateRangeBegin}"
- preloadDateRangeEnd="#{calendarBean.pDateRangeEnd}"
+ preloadDateRangeBegin="#{calendarBean.prDateRangeBegin}"
+ preloadDateRangeEnd="#{calendarBean.prDateRangeEnd}"
weekDayLabels="#{calendarBean.weekDayLabels}"
weekDayLabelsShort="#{calendarBean.weekDayLabelsShort}"
monthLabels="#{calendarBean.monthLabels}"
18 years, 7 months
JBoss Rich Faces SVN: r2959 - in trunk/test-applications: qa and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-09-17 10:25:25 -0400 (Mon, 17 Sep 2007)
New Revision: 2959
Added:
trunk/test-applications/qa/
trunk/test-applications/qa/QA test report Build RF3.1.0 RC5.xls
Removed:
trunk/test-applications/QA test report Build RF3.1.0 RC5.xls
Log:
Deleted: trunk/test-applications/QA test report Build RF3.1.0 RC5.xls
===================================================================
(Binary files differ)
Added: trunk/test-applications/qa/QA test report Build RF3.1.0 RC5.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/QA test report Build RF3.1.0 RC5.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
18 years, 7 months
JBoss Rich Faces SVN: r2958 - trunk/test-applications.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-09-17 10:22:47 -0400 (Mon, 17 Sep 2007)
New Revision: 2958
Added:
trunk/test-applications/QA test report Build RF3.1.0 RC5.xls
Log:
Added: trunk/test-applications/QA test report Build RF3.1.0 RC5.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/QA test report Build RF3.1.0 RC5.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
18 years, 7 months
JBoss Rich Faces SVN: r2957 - trunk/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2007-09-17 10:13:13 -0400 (Mon, 17 Sep 2007)
New Revision: 2957
Modified:
trunk/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js
Log:
http://jira.jboss.com/jira/browse/RF-900
Modified: trunk/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js
===================================================================
--- trunk/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js 2007-09-17 14:00:29 UTC (rev 2956)
+++ trunk/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/scripts/panelMenu.js 2007-09-17 14:13:13 UTC (rev 2957)
@@ -208,21 +208,19 @@
trigger: function(e){
if ("none" == this.mode)
return;
-// if (this.action !="panelMenuItemAction"){
- if (this.action){
- this.preTrigger(e);
- var form = Event.findElement(e, "form");
- if ("server" == this.mode) {
- if (this.target)
- form.target = this.target;
- form.submit();
- }
- else if ("ajax" == this.mode) {
- var event = e;
- eval(this.ajaxSubmit);
- }
- this.postTrigger(e);
+
+ this.preTrigger(e);
+ var form = Event.findElement(e, "form");
+ if ("server" == this.mode) {
+ if (this.target)
+ form.target = this.target;
+ form.submit();
}
+ else if ("ajax" == this.mode) {
+ var event = e;
+ eval(this.ajaxSubmit);
+ }
+ this.postTrigger(e);
},
itemClicked: function(e){
@@ -271,9 +269,7 @@
this.collapse();
}
}
- if (this.action){
- this.trigger(e);
- }
+ this.trigger(e);
} else {
if (this.parentObj.expandSingle){
if (this.parentObj.lastExpanded!=null){
@@ -294,9 +290,7 @@
this.expand();
}
}
- if (this.action){
- this.trigger(e);
- }
+ this.trigger(e);
}
}
}
18 years, 7 months
JBoss Rich Faces SVN: r2956 - trunk/test-applications/facelets/src/main/webapp/Calendar.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-09-17 10:00:29 -0400 (Mon, 17 Sep 2007)
New Revision: 2956
Modified:
trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml 2007-09-17 13:56:10 UTC (rev 2955)
+++ trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml 2007-09-17 14:00:29 UTC (rev 2956)
@@ -24,8 +24,8 @@
<rich:calendar id="calendarID" dataModel="#{calendarDataModel}"
locale="#{calendarBean.locale}" popup="#{calendarBean.popup}"
datePattern="#{calendarBean.pattern}"
- preloadDateRangeBegin="#{calendarBean.preloadDateRangeBegin}"
- preloadDateRangeEnd="#{calendarBean.preloadDateRangeEnd}"
+ preloadDateRangeBegin="#{calendarBean.pDateRangeBegin}"
+ preloadDateRangeEnd="#{calendarBean.pDateRangeEnd}"
weekDayLabels="#{calendarBean.weekDayLabels}"
weekDayLabelsShort="#{calendarBean.weekDayLabelsShort}"
monthLabels="#{calendarBean.monthLabels}"
18 years, 7 months