JBoss Rich Faces SVN: r7388 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: artdaw
Date: 2008-03-28 16:02:13 -0400 (Fri, 28 Mar 2008)
New Revision: 7388
Modified:
trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
Log:
http://jira.jboss.com/jira/browse/RF-1690 - add info about component width
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-03-28 20:01:00 UTC (rev 7387)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-03-28 20:02:13 UTC (rev 7388)
@@ -614,7 +614,10 @@
</tbody>
</tgroup>
</table>
-
+ <note>
+ <title>Note:</title>
+ <para>It's necessary to define width of the component in pixels only.</para>
+ </note>
<para>In order to redefine styles for all <emphasis role="bold">
<property><rich:progressBar></property>
16 years, 9 months
JBoss Rich Faces SVN: r7387 - in trunk/docs/userguide/en/src/main: docbook/modules and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: vsukhov
Date: 2008-03-28 16:01:00 -0400 (Fri, 28 Mar 2008)
New Revision: 7387
Modified:
trunk/docs/userguide/en/src/main/docbook/master.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml
trunk/docs/userguide/en/src/main/resources/images/messageClass.png
trunk/docs/userguide/en/src/main/resources/images/messageStyle.png
trunk/docs/userguide/en/src/main/resources/images/messagesClass.png
trunk/docs/userguide/en/src/main/resources/images/messagesStyle.png
Log:
http://jira.jboss.com/jira/browse/RF-2797 I've checked version of RF and date in guide, corrected to the latest ones
Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml 2008-03-28 19:39:15 UTC (rev 7386)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml 2008-03-28 20:01:00 UTC (rev 7387)
@@ -59,7 +59,7 @@
<title>RichFaces Developer Guide</title>
<subtitle>RichFaces framework with a huge library of rich components and skinnability support</subtitle>
<copyright>
- <year>2007</year>
+ <year>2008</year>
<holder>Red Hat</holder>
</copyright>
</bookinfo>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-03-28 19:39:15 UTC (rev 7386)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2008-03-28 20:01:00 UTC (rev 7387)
@@ -14,7 +14,7 @@
<title>Getting Started with RichFaces</title>
<section id="DownloadingRichFaces">
<?dbhtml filename="DownloadingRichFaces.html" ?>
- <title>Downloading RichFaces 3.1.0</title>
+ <title>Downloading RichFaces 3.2.0</title>
<para>The latest release of <property>RichFaces</property> is available for download at:<simplelist>
<member>
<ulink url="http://labs.jboss.com/jbossrichfaces/downloads"
@@ -27,14 +27,14 @@
<title>Installation</title>
<itemizedlist>
<listitem> Unzip <emphasis>
- <property>"richfaces-ui-3.1.0-bin.zip"</property>
+ <property>"richfaces-ui-3.2.0-bin.zip"</property>
</emphasis> file to the chosen folder. </listitem>
<listitem> Copy <emphasis>
- <property>"richfaces-api-3.1.0.jar"</property>
+ <property>"richfaces-api-3.2.0.jar"</property>
</emphasis>, <emphasis>
- <property>"richfaces-impl-3.1.0.jar"</property>
+ <property>"richfaces-impl-3.2.0.jar"</property>
</emphasis>,<emphasis>
- <property>"richfaces-ui-3.1.0.jar"</property>
+ <property>"richfaces-ui-3.2.0.jar"</property>
</emphasis>files into the <emphasis>
<property>"WEB-INF/lib"</property>
</emphasis> folder of your application. </listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml 2008-03-28 19:39:15 UTC (rev 7386)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml 2008-03-28 20:01:00 UTC (rev 7387)
@@ -21,7 +21,7 @@
<section id="SunJSFRI">
<?dbhtml filename="SunJSFRI.html"?>
<title>Sun JSF RI</title>
- <para>RichFaces works with any implementation of <property>JSF</property> (both JSF 1.1 and JSF
+ <para>RichFaces works with implementation of <property>JSF</property> (JSF
1.2) and with most <property>JSF</property> component libraries without any additional
settings. For more information look at:</para>
@@ -35,7 +35,7 @@
<section id="ApacheMyFaces">
<?dbhtml filename="ApacheMyFaces.html"?>
<title>Apache MyFaces</title>
- <para>RichFaces works with all <property>Apache MyFaces</property> versions (1.1.1 - 1.1.6)
+ <para>RichFaces works with <property>Apache MyFaces</property> 1.2 version
including specific libraries like TOMAHAWK Sandbox and Trinidad (the previous ADF Faces).
However, there are some considerations to take into account for configuring applications to
work with <property>MyFaces</property> and RichFaces.</para>
@@ -241,7 +241,7 @@
<section id="Portlet Support">
<title>Portlet Support</title>
<para><property>JBoss Portlets</property> have support since version Ajax4jsf 1.1.1. This support is
- improved in Richfaces 3.1.0. Provide your feedback on compatible with RichFaces if you face
+ improved in Richfaces 3.2.0. Provide your feedback on compatible with RichFaces if you face
some problems.</para>
</section>
<section id="Sybase EAServer">
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-03-28 19:39:15 UTC (rev 7386)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-03-28 20:01:00 UTC (rev 7387)
@@ -792,12 +792,12 @@
]]></programlisting>
<note>
- <title>Note:</title>Fast Filter is deprecated and available only for backward compatibility
+ <title>Note:</title><para>Fast Filter is deprecated and available only for backward compatibility
with previous RichFaces versions. Fast Filter usage isn't recomended, because there
is another way to use its functionality by means of <link linkend="Neko">Neko filter
- type</link>.</note>
+ type</link>.</para></note>
- <para>In RichFaces 3.1 filter configuration becomes more flexible. It's possible to
+ <para>In RichFaces 3.2 filter configuration becomes more flexible. It's possible to
configure different filters for different sets of pages for the same application.</para>
<para>The possible filter types are:</para>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2008-03-28 19:39:15 UTC (rev 7386)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2008-03-28 20:01:00 UTC (rev 7387)
@@ -339,12 +339,12 @@
]]></programlisting>
<para>
<note>
- <title>Note:</title>Two rules are important for modalPanel: <itemizedlist>
- <listitem>modalPanel must have its own form if it has form
+ <title>Note:</title><para>Two rules are important for modalPanel: </para><itemizedlist>
+ <listitem><para>modalPanel must have its own form if it has form
elements (input or/and command components) inside
- (as it was shown in the example above) </listitem>
- <listitem>modalPanel must not be included into the form (on
- any level up) if it has the form inside.</listitem>
+ (as it was shown in the example above) </para></listitem>
+ <listitem><para>modalPanel must not be included into the form (on
+ any level up) if it has the form inside.</para></listitem>
</itemizedlist></note>
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml 2008-03-28 19:39:15 UTC (rev 7386)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml 2008-03-28 20:01:00 UTC (rev 7387)
@@ -51,7 +51,7 @@
<para><property>RichFaces</property> was developed with an open architecture to be compatible with
the widest possible variety of environments.</para>
- <para>This is what you need to start working with <property>RichFaces 3.1.0</property>:</para>
+ <para>This is what you need to start working with <property>RichFaces 3.2.0</property>:</para>
<itemizedlist>
<listitem>Java</listitem>
@@ -81,9 +81,9 @@
<title>Supported JavaServer Faces Implementations</title>
<itemizedlist>
- <listitem>Sun JSF 1.1 RI - 1.2</listitem>
+ <listitem>Sun JSF-RI - 1.2</listitem>
- <listitem>MyFaces 1.1.1 - 1.2</listitem>
+ <listitem>MyFaces 1.2</listitem>
<listitem>Facelets JSF 1.1.1 - 1.2</listitem>
@@ -129,12 +129,10 @@
<listitem>Firefox 1.5 - 2.0</listitem>
- <listitem>Opera 8.5 - 9.0</listitem>
+ <listitem>Opera 8.5 - 9.2</listitem>
+
+ <listitem>Safari 2.0-3.1</listitem>
- <listitem>Netscape 7.0</listitem>
-
- <listitem>Safari 2.0</listitem>
-
</itemizedlist>
<note>
Modified: trunk/docs/userguide/en/src/main/resources/images/messageClass.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/messageStyle.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/messagesClass.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/messagesStyle.png
===================================================================
(Binary files differ)
16 years, 9 months
JBoss Rich Faces SVN: r7386 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: vsukhov
Date: 2008-03-28 15:39:15 -0400 (Fri, 28 Mar 2008)
New Revision: 7386
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/keepAlive.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/page.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/paint2D.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/push.xml
trunk/docs/userguide/en/src/main/docbook/included/tab.xml
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
Log:
fixing errors in note sections
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -126,12 +126,12 @@
<para>Calendar loads an initial portion of data in a specified range and use this data to render
months. Additional data requests are not sent.</para>
<note>
- <title>Note:</title><emphasis>
+ <title>Note:</title><para><emphasis>
<property>"preloadDateRangeBegin"</property>
</emphasis> and <emphasis>
<property>"preloadDateRangeEnd"</property>
</emphasis> attributes was designed only for the
- <property>"client"</property> mode to load some data initially.</note>
+ <property>"client"</property> mode to load some data initially.</para></note>
<para><emphasis>
<property>"ondataselect"</property>
</emphasis> attribute is used to define an event that is triggered before date selection.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -288,10 +288,14 @@
</emphasis> item's attributes are ignored. Menu items don't fire any submits
themselves. The behavior is fully defined by the components nested inside items.</para>
- <note><title>Note:</title> As the <emphasis role="bold">
+ <note><title>Note:</title><para> As the <emphasis role="bold">
<property><rich:contextMenu></property>
</emphasis> component doesn't provide its own form, use it between
- <h:form> and </h:form> tags.</note>
+ <emphasis role="bold">
+ <property><h:form></property>
+ </emphasis> and <emphasis role="bold">
+ <property></h:form></property>
+ </emphasis> tags.</para></note>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -190,8 +190,8 @@
<para>You can use your own custom JavaScript functions to handle these events.</para>
- <note><title>Note:</title> If you define width for a outputPanel, in Internet Explorer 6 you can
- perform a drag and drop operation, placing the mouse cursor on the text in the outputPanel only.</note>
+ <note><title>Note:</title><para> If you define width for a outputPanel, in Internet Explorer 6 you can
+ perform a drag and drop operation, placing the mouse cursor on the text in the outputPanel only.</para></note>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -155,10 +155,10 @@
</emphasis> item's attributes are ignored. Menu items don't fire any submits themselves. The
behavior is fully defined by the components nested into items.</para>
- <note><title>Note:</title> As the <emphasis role="bold">
+ <note><title>Note:</title><para> As the <emphasis role="bold">
<property><rich:dropDownMenu></property>
- </emphasis> component doesn't provide its own form, use it between <emphasis><property><h:form></property></emphasis> and
- <emphasis><property></h:form></property></emphasis> tags.</note>
+ </emphasis> component doesn't provide its own form, use it between <emphasis role="bold"><property><h:form></property></emphasis> and
+ <emphasis role="bold"><property></h:form></property></emphasis> tags.</para></note>
<para>The <emphasis>
<property>"direction"</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -33,7 +33,7 @@
<para>
<emphasis role="bold">Example:</emphasis> </para>
- <programlisting role="XML"><![CDATA[<a4j:keepAlive beanName = "#{myClass.testBean}"/>]]></programlisting>
+ <programlisting role="XML"><![CDATA[<a4j:keepAlive beanName = "testBean"/>]]></programlisting>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/mediaOutput.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -92,7 +92,8 @@
Value specifies a bean class keeping data for transmitting into a method that transmits it into a stream.
</listitem>
</itemizedlist>
- <note><title>Note:</title>A bean class transmitted into value should implement Serializable interface.
+ <note><title>Note:</title><para>A bean class transmitted into value should implement Serializable interface.
+ </para>
</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>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -157,9 +157,9 @@
</imageobject>
</mediaobject>
</figure>
- <note><title>Note:</title> The <emphasis role="bold">
+ <note><title>Note:</title><para> The <emphasis role="bold">
<property><rich:menuGroup></property>
- </emphasis> component was designed to be used only for pop-up menu list creation.</note>
+ </emphasis> component was designed to be used only for pop-up menu list creation.</para></note>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -159,9 +159,9 @@
<rich:dropDownMenu>
...
]]></programlisting>
- <note><title>Note:</title> The <emphasis role="bold">
+ <note><title>Note:</title><para> The <emphasis role="bold">
<property><rich:menuItem></property>
- </emphasis> component was designed to be used only for pop-up menu list creation.</note>
+ </emphasis> component was designed to be used only for pop-up menu list creation.</para></note>
</section>
<section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/page.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/page.desc.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/page.desc.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -9,6 +9,6 @@
</sectioninfo>
<title>Description</title>
- <para><emphasis role="bold"><property><a4j:page></property></emphasis> is a deprecated component used for solving of incompatibility problems in early Ajax4jsf and MyFaces versions. The component encodes the full html page structure. </para>
+ <para><emphasis role="bold"><property><a4j:page></property></emphasis> is used for solving of incompatibility problems in early Ajax4jsf versions. The component encodes the full html page structure. </para>
</section>
</root>
Modified: trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -95,7 +95,7 @@
</itemizedlist>
<para>
<note>
- <title>Note:</title>data object should implement serializable interface </note>
+ <title>Note:</title><para>data object should implement serializable interface </para></note>
</para>
<para>The <emphasis>
<property>"format"</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -183,10 +183,10 @@
</rich:panelMenu>
...]]></programlisting>
- <note><title>Note:</title> As the <emphasis role="bold">
+ <note><title>Note:</title><para> As the <emphasis role="bold">
<property><rich:panelMenu></property>
</emphasis> component doesn't provide its own form, use it between
- <h:form> and </h:form> tags.</note>
+ <emphasis role="bold"> <property><h:form></property></emphasis> and <emphasis role="bold"><property></h:form></property> </emphasis> tags.</para></note>
<para>The <emphasis>
<property>"expandSingle"</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -137,9 +137,9 @@
<property>"enabled"</property>
</emphasis> attribute.</para>
- <note><title>Note:</title> The form around the <emphasis role="bold">
+ <note><title>Note:</title><para> The form around the <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> component is required.</note>
+ </emphasis> component is required.</para></note>
<!--para>The component decodes all necessary JavaScript for time count and on the expiry of some
interval for calling of a RichFaces utility method for Ajax request sending (A4J.AJAX.Submit
Modified: trunk/docs/userguide/en/src/main/docbook/included/push.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/push.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -131,9 +131,9 @@
</emphasis> attributes gives an opportunity to set short polls of queue state or long
connections, or permanent connection.</para>
- <note><title>Note:</title> The form around the <emphasis role="bold">
+ <note><title>Note:</title><para> The form around the <emphasis role="bold">
<property><a4j:push></property>
- </emphasis> component is required.</note>
+ </emphasis> component is required.</para></note>
</section>
<!--section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/tab.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -162,8 +162,9 @@
<property>skin parameters.</property>
</emphasis></para>
- <note><title>Note:</title>
+ <note><title>Note:</title><para>
A panel appearance and content is defined with a <property>tab</property> panel i.e. on the <property>tab</property> level it's possible to define only an appearance of this <property>tab</property> header.
+ </para>
</note>
<para>There are two ways to redefine the appearance of all <emphasis role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -76,10 +76,10 @@
<para>As it was mentioned <link linkend="tabPanel">above</link>, <property>tabPanel</property> groups content on panels and
performs switching from one to another. Hence, modes of switching between panels are described
first of all.</para>
- <note><title>Note:</title> All <property>tabPanels</property> should be wrapped into a form
+ <note><title>Note:</title><para> All <property>tabPanels</property> should be wrapped into a form
element so as content is correctly submitted inside. If a form is placed into each tab, the
Action elements of Tab controls appear to be out of the form and content submission inside the
- panels could be performed only for Action components inside tabs.</note>
+ panels could be performed only for Action components inside tabs.</para></note>
<para>Switching mode could be chosen with the <property>tabPanel</property> attribute <emphasis>
<property>"mode"</property>
</emphasis> with three possible parameters.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -85,9 +85,9 @@
<para>The initial component state is defined with <emphasis>
<property>"initialState"</property>
</emphasis> attribute, where a facet name that is shown at first is defined.</para>
- <note><title>Note:</title> It's also possible to define an
+ <note><title>Note:</title><para> It's also possible to define an
<property>"empty"</property> facet to implement the functionality as
- drop-down panels have and make the facet active when no content is required to be rendered.</note>
+ drop-down panels have and make the facet active when no content is required to be rendered.</para></note>
<para>Switching mode could be defined with the <emphasis>
<property>"switchType"</property>
</emphasis> attribute with three possible parameters:</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-03-28 19:28:31 UTC (rev 7385)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2008-03-28 19:39:15 UTC (rev 7386)
@@ -132,8 +132,9 @@
</para>
<note>
-<title>Note:</title>
+<title>Note:</title> <para>
It is recommended to define parent component <emphasis><property>"id"</property></emphasis> for correction of <property>toolTip</property> work.
+</para>
</note>
<para>The attribute <emphasis><property>"for"</property></emphasis> is used for defining the <emphasis><property>"id"</property></emphasis> of an element a toolTip should be attached to. Look at the example:
16 years, 9 months
JBoss Rich Faces SVN: r7385 - Reports/3.2.0 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-03-28 15:28:31 -0400 (Fri, 28 Mar 2008)
New Revision: 7385
Added:
trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR628032008mvitenkov.xls
Log:
Added: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR628032008mvitenkov.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR628032008mvitenkov.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 9 months
JBoss Rich Faces SVN: r7384 - Reports/3.2.0 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-03-28 15:26:27 -0400 (Fri, 28 Mar 2008)
New Revision: 7384
Added:
trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR628032008vvolkov.xls
Modified:
trunk/test-applications/qa/Test Reports/3.2.0/QA test report Build RF 3.2.0 CR3.xls
trunk/test-applications/qa/Test Reports/3.2.0/QA test report Build RF 3.2.0 CR5.xls
Log:
Added: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR628032008vvolkov.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR628032008vvolkov.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/test-applications/qa/Test Reports/3.2.0/QA test report Build RF 3.2.0 CR3.xls
===================================================================
(Binary files differ)
Modified: trunk/test-applications/qa/Test Reports/3.2.0/QA test report Build RF 3.2.0 CR5.xls
===================================================================
(Binary files differ)
16 years, 9 months
JBoss Rich Faces SVN: r7383 - trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-03-28 15:04:26 -0400 (Fri, 28 Mar 2008)
New Revision: 7383
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
list functionality is corrected
Modified: trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-28 18:49:32 UTC (rev 7382)
+++ trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-28 19:04:26 UTC (rev 7383)
@@ -123,7 +123,9 @@
if (this.attrCloseOnSelect) {
//bug : http://jira.jboss.com/jira/browse/RF-2810,
//will be corrected in a future version (http://jira.jboss.com/jira/browse/RF-2814)
- this.comboList.isList = false;
+ if (!this.attributes.showControls) {
+ this.comboList.isList = false;
+ }
}
},
16 years, 9 months
JBoss Rich Faces SVN: r7382 - trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-03-28 14:49:32 -0400 (Fri, 28 Mar 2008)
New Revision: 7382
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
list functionality is corrected
Modified: trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-28 18:42:12 UTC (rev 7381)
+++ trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-03-28 18:49:32 UTC (rev 7382)
@@ -74,22 +74,23 @@
},
tmpValueBlurHandler : function($super, event) {
- if ($super(event)) {
-
-
+ $super(event);
+ if (!this.byTab) {
+ if (!this.comboList.isList || this.clickOnBar) {
+ this.comboList.hideWithDelay();
+ }
-
- if (!this.attributes.showControls) {
- this.save();
+ if (!this.attributes.showControls) {
+ this.save();
+ } else {
+ this.applyTmpValue();
+ }
+ this.comboList.isList = false;
+ } else if(event.target != this.tabber) {
+ this.comboList.hideWithDelay();
} else {
- this.applyTmpValue();
+ this.byTab = false;
}
- if (!this.comboList.isList || this.clickOnBar) {
- this.comboList.hideWithDelay();
- }
-
- this.comboList.isList = false;
- }
},
listClickHandler : function(event) {
16 years, 9 months
JBoss Rich Faces SVN: r7381 - trunk/docs/faq/en/src/main/docbook/module.
by richfaces-svn-commits@lists.jboss.org
Author: vsukhov
Date: 2008-03-28 14:42:12 -0400 (Fri, 28 Mar 2008)
New Revision: 7381
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-2720 I've corrected J scripts to Java Script
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-03-28 18:40:58 UTC (rev 7380)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2008-03-28 18:42:12 UTC (rev 7381)
@@ -458,12 +458,12 @@
]]></programlisting>
<para>
<note>
- <title>Note:</title>Two rules are important for modalPanel: <itemizedlist>
- <listitem>modalPanel must have its own form if it has form
+ <title>Note:</title><para>Two rules are important for modalPanel: </para><itemizedlist>
+ <listitem><para>modalPanel must have its own form if it has form
elements (input or/and command components) inside
- (as it was shown in the example above) </listitem>
- <listitem>modalPanel must not be included into the form (on
- any level up) if it has the form inside.</listitem>
+ (as it was shown in the example above) </para></listitem>
+ <listitem><para>modalPanel must not be included into the form (on
+ any level up) if it has the form inside.</para></listitem>
</itemizedlist></note>
</para>
</section>
@@ -2265,7 +2265,7 @@
</section>
<section>
<?dbhtml filename="WhydoesJSScriptsconflict.html"?>
- <title>Why does Java scripts conflict?</title>
+ <title>Why does Java Script conflict?</title>
<para>Richfaces 3.1.3 uses 1.6.0 version of prototype.js script instead of 1.5.1
that's been used for earlier versions. There are 2 prototype versions included
(the first included implicitly as a dependency of toggle panel components and
16 years, 9 months
JBoss Rich Faces SVN: r7380 - trunk/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-03-28 14:40:58 -0400 (Fri, 28 Mar 2008)
New Revision: 7380
Modified:
trunk/docs/userguide/en/src/main/resources/images/columns1.png
trunk/docs/userguide/en/src/main/resources/images/columns2.png
Log:
RF-1199 - updated screens
Modified: trunk/docs/userguide/en/src/main/resources/images/columns1.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/columns2.png
===================================================================
(Binary files differ)
16 years, 9 months
JBoss Rich Faces SVN: r7379 - in trunk/docs/userguide/en/src/main: resources/images and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-03-28 14:39:57 -0400 (Fri, 28 Mar 2008)
New Revision: 7379
Modified:
trunk/docs/userguide/en/src/main/docbook/included/column.xml
trunk/docs/userguide/en/src/main/resources/images/columnsort2.png
trunk/docs/userguide/en/src/main/resources/images/columnsort3.png
Log:
RF-1740 - updated screens and code
Modified: trunk/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.xml 2008-03-28 18:34:51 UTC (rev 7378)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.xml 2008-03-28 18:39:57 UTC (rev 7379)
@@ -187,8 +187,8 @@
<title>Sorting and Filtering</title>
<section>
<title>Sorting</title>
- <para>In order to sort the columns you should use <emphasis><property>"sortBy"</property></emphasis> attribute which defines a bean property which is used for sorting of a column.</para>
- <para>By default, the first column sorted in ascending. Below you can see code example:</para>
+ <para>In order to sort the columns you could use <emphasis><property>"sortBy"</property></emphasis> attribute which defines a bean property which is used for sorting of a column.</para>
+ <para>In order to sort the data in descending order, you should double-click on the header of column, which you want to sort.</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -212,8 +212,7 @@
</rich:column>
</rich:dataTable>
</h:form>
-...
-]]></programlisting>
+...]]></programlisting>
<para>This is result:</para>
<figure>
<title>Example sorting first column in ascending</title>
@@ -223,65 +222,46 @@
</imageobject>
</mediaobject>
</figure>
- <para>In order to sort the data in descending order, you should double-click on the header of column, which you want to sort.</para>
- <para><emphasis><property>"sortOrder"</property></emphasis> attribute may be possible in three states:
- <itemizedlist>
- <listitem>
- <emphasis><property>"none"</property></emphasis>
- </listitem>
- <listitem>
- <emphasis><property>"ascending"</property></emphasis>
- </listitem>
- <listitem>
- <emphasis><property>"descending"</property></emphasis>.
- </listitem>
- </itemizedlist>
- </para>
- <para>By default, data in the columns is not sorted.</para>
+
+ <para>If you don't use <emphasis><property>"sortOrder"</property></emphasis> attribute then the first column will be sorted in ascending.</para>
+ <para>Possible values:</para>
+ <itemizedlist>
+ <listitem>
+ "ASCENDING" - column will be sorted in ascending
+ </listitem>
+ <listitem>
+ "DESCENDING" - column will be sorted in descending
+ </listitem>
+ <listitem>
+ "UNSORTED" - column won't be sorted
+ </listitem>
+ </itemizedlist>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
-<rich:dataTable value="#{dataTableScrollerBean.allCars}" var="category" rows="5" id="table">
- <rich:column id="make" sortBy="#{category.make}" sortOrder="#{sortingBean.makeDirection}">
+<h:form>
+ <rich:dataTable value="#{capitalsBean.capitals}" var="cap" width="300px">
+ <f:facet name="header">
+ <h:outputText value="Sorting Example"/>
+ </f:facet>
+ <rich:column sortBy="#{cap.state}" sortOrder="ASCENDING">
<f:facet name="header">
- <h:outputText styleClass="headerText" value="Make" />
+ <h:outputText value="State Name"></h:outputText>
</f:facet>
- <h:outputText value="#{category.make}" />
- </rich:column>
- <rich:column id="model" sortBy="#{category.model}" sortOrder="#{sortingBean.modelDirection}">
+ <h:outputText value="#{cap.state}"></h:outputText>
+ </rich:column>
+ <rich:column sortBy="#{cap.name}" sortOrder="DESCENDING">
<f:facet name="header">
- <h:outputText styleClass="headerText" value="Model" />
+ <h:outputText value="State Capital"></h:outputText>
</f:facet>
- <h:outputText value="#{category.model}" />
+ <h:outputText value="#{cap.name}"/>
</rich:column>
- <rich:column id="price" sortBy="#{category.price}" sortOrder="#{sortingBean.priceDirection}">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Price" />
- </f:facet>
- <h:outputText value="#{category.price}" />
- </rich:column>
- <rich:column id="mileage" sortBy="#{category.mileage}" sortOrder="#{sortingBean.mileageDirection}">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Mileage" />
- </f:facet>
- <h:outputText value="#{category.mileage}" />
- </rich:column>
- <rich:column width="200px" id="vin">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="VIN" />
- </f:facet>
- <h:outputText value="#{category.vin}" />
- </rich:column>
- <rich:column id="stock">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Stock" />
- </f:facet>
- <h:outputText value="#{category.stock}" />
- </rich:column>
-</rich:dataTable>
+ </rich:dataTable>
+</h:form>
...]]></programlisting>
<para>Below you can see result:</para>
+
<figure>
<title>Sorting using the example of the <emphasis><property>"sortOrder"</property></emphasis> attribute</title>
<mediaobject>
@@ -289,56 +269,33 @@
<imagedata fileref="images/columnsort2.png"/>
</imageobject>
</mediaobject>
- </figure>
+ </figure>
+
<para><emphasis><property>"sortPriority"</property></emphasis> attribute is defined in the <emphasis role="bold"><property>rich:dataTable</property></emphasis> component which should be defined as set of column ids in the order the columns should be set.</para>
<para>If the columns sort order changed externally – sort priorities should be used to define which columns will be sorted first.</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
-<rich:dataTable value="#{dataTableScrollerBean.allCars}"
- var="category" rows="30" id="table"
- sortPriority="#{sortingBean.prioritList}">
- <rich:column id="make" sortBy="#{category.make}" sortOrder="#{sortingBean.makeDirection}" selfSorted="false">
+<h:form>
+ <rich:dataTable value="#{capitalsBean.capitals}" var="cap" width="300px" sortPriority="#{bean.sortPriority}">
+ <f:facet name="header">
+ <h:outputText value="Sorting Example"/>
+ </f:facet>
+ <rich:column sortBy="#{cap.state}">
<f:facet name="header">
- <h:outputText styleClass="headerText" value="Make" />
+ <h:outputText value="State Name"></h:outputText>
</f:facet>
- <h:outputText value="#{category.make}" />
- </rich:column>
- <rich:column id="model" sortBy="#{category.model}" sortOrder="#{sortingBean.modelDirection}" selfSorted="false">
+ <h:outputText value="#{cap.state}"></h:outputText>
+ </rich:column>
+ <rich:column sortBy="#{cap.name}" >
<f:facet name="header">
- <h:outputText styleClass="headerText" value="Model" />
+ <h:outputText value="State Capital"></h:outputText>
</f:facet>
- <h:outputText value="#{category.model}" />
+ <h:outputText value="#{cap.name}"/>
</rich:column>
- <rich:column id="price" sortBy="#{category.price}" sortOrder="#{sortingBean.priceDirection}" selfSorted="false">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Price" />
- </f:facet>
- <h:outputText value="#{category.price}" />
- </rich:column>
- <rich:column id="mileage" sortBy="#{category.mileage}" sortOrder="#{sortingBean.mileageDirection}" selfSorted="false">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Mileage" />
- </f:facet>
- <h:outputText value="#{category.mileage}" />
- </rich:column>
- <rich:column width="200px" id="vin">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="VIN" />
- </f:facet>
- <h:outputText value="#{category.vin}" />
- </rich:column>
- <rich:column id="stock">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Stock" />
- </f:facet>
- <h:outputText value="#{category.stock}" />
- </rich:column>
- <f:facet name="footer">
- <rich:datascroller />
- </f:facet>
-</rich:dataTable>
+ </rich:dataTable>
+</h:form>
...]]></programlisting>
<para><emphasis><property>"selfSorted"</property></emphasis> attribute will manage if it's header will be clickable, icons rendered and sorting will be fired after click on the header.
So, developer will be able to define the <emphasis><property>sortBy</property></emphasis> property and conditionally use internal sorting.</para>
@@ -382,49 +339,32 @@
</para>
<programlisting role="XML"><![CDATA[...
<h:form>
- <rich:spacer height="30" />
- <rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1" height="400px" width="700px" id="carList" rows="40" columnClasses="col"
- value="#{dataTableScrollerBean.allCars}" var="category" sortMode="single"
- binding="#{dataTableScrollerBean.table}"
- selection="#{dataTableScrollerBean.selection}">
- <rich:column id="make" sortable="true">
+ <rich:spacer height="30" />
+ <rich:scrollableDataTable rowKeyVar="rkv" frozenColCount="1"
+ height="250px" width="300px" id="carList" columnClasses="col"
+ value="#{dataTableScrollerBean.allCars}" var="category" rows="10"
+ sortMode="single" binding="#{dataTableScrollerBean.table}"
+ selection="#{dataTableScrollerBean.selection}">
+ <rich:column id="make" sortable="true">
+ <f:facet name="header">
+ <h:outputText styleClass="headerText" value="Make" />
+ </f:facet>
+ <h:outputText value="#{category.make}" />
+ </rich:column>
+ <rich:column id="model">
<f:facet name="header">
- <h:outputText styleClass="headerText" value="Make" />
+ <h:outputText styleClass="headerText" value="Model" />
</f:facet>
- <h:outputText value="#{category.make}" />
- </rich:column>
- <rich:column id="model">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Model" />
- </f:facet>
<h:outputText value="#{category.model}" />
- </rich:column>
- <rich:column id="price">
+ </rich:column>
+ <rich:column id="price">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Price" />
</f:facet>
- <h:outputText value="#{category.price}" />
- </rich:column>
- <rich:column id="mileage">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Mileage" />
- </f:facet>
- <h:outputText value="#{category.mileage}" />
- </rich:column>
- <rich:column width="200px" id="vin">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="VIN" />
- </f:facet>
- <h:outputText value="#{category.vin}" />
- </rich:column>
- <rich:column id="stock">
- <f:facet name="header">
- <h:outputText styleClass="headerText" value="Stock" />
- </f:facet>
- <h:outputText value="#{category.stock}" />
- </rich:column>
- </rich:scrollableDataTable>
- <rich:spacer height="20px"/>
+ <h:outputText value="#{category.price}" />
+ </rich:column>
+ </rich:scrollableDataTable>
+ <rich:spacer height="10px" />
</h:form>
...]]></programlisting>
<para>As a result, only the first column can be sorted.</para>
Modified: trunk/docs/userguide/en/src/main/resources/images/columnsort2.png
===================================================================
(Binary files differ)
Modified: trunk/docs/userguide/en/src/main/resources/images/columnsort3.png
===================================================================
(Binary files differ)
16 years, 9 months