JBoss Rich Faces SVN: r3436 - in branches/3.1.x/docs/userguide: en/src/main/docbook and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-17 19:09:13 -0400 (Wed, 17 Oct 2007)
New Revision: 3436
Added:
branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.xml
Modified:
branches/3.1.x/docs/userguide/en/src/main/docbook/included/column.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/columnGroup.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataGrid.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataList.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataTable.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/datascroller.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/gmap.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuGroup.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/message.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/messages.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/modalPanel.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/panel.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBar.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/separator.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/spacer.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/subTable.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/tab.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/tabPanel.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/toggleControl.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/togglePanel.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBar.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/tooltip.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/treeNode.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml
branches/3.1.x/docs/userguide/en/src/main/resources/css/html.css
branches/3.1.x/docs/userguide/en/src/main/resources/images/dropDownMenu5.png
branches/3.1.x/docs/userguide/pom.xml
Log:
Merge documentation from the latest trunk
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/column.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/column.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -198,10 +198,19 @@
<section>
<title>Definition of Custom Style Classes</title>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:column></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:column></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:column></property>
+ </emphasis>attributes.</para>
+ </section>
- <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>
<title>Relevant Resources Links</title>
<para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?c=column"
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/columnGroup.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -183,10 +183,17 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>To redefine an appearance of all <property>columnGroups</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 columnGroup one and is known to you.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:columnGroup></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:columnGroup></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:columnGroup></property>
+ </emphasis>attributes.</para>
</section>
<section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -152,8 +152,17 @@
</tgroup>
</table>
- <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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataDefinitionList></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataDefinitionList></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataDefinitionList></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataGrid.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -81,7 +81,7 @@
</itemizedlist>
<para>The component is created basing on the <emphasis role="bold"><property><a4j:repeat></property></emphasis> component and as a result the component could
be partially updated with AJAX.</para>
- <para>Here is an example for the first screenshot:</para>
+ <para>Here is an example for <link linkend="dataGrid">the first</link> screenshot:</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -121,10 +121,17 @@
- <para>To redefine an appearance of all <property>dataGrids</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 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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataGrid></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataGrid></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataGrid></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -149,8 +149,17 @@
</table>
- <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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataList></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataList></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataList></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -147,8 +147,17 @@
</tgroup>
</table>
- <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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -287,6 +287,10 @@
<entry>Defines styles for a header cell</entry>
</row>
<row>
+ <entry>rich-table-header-continue</entry>
+ <entry>Defines styles for all header lines after the first</entry>
+ </row>
+ <row>
<entry>rich-table-subheader</entry>
<entry>Defines styles for a column header</entry>
</row>
@@ -303,14 +307,10 @@
<entry>Defines styles for a table row</entry>
</row>
<row>
- <entry>rich-table-subfooter</entry>
- <entry>Defines styles for a column footer</entry>
+ <entry>rich-table-firstrow</entry>
+ <entry>Defines styles for a table start row</entry>
</row>
<row>
- <entry>rich-table-subfootercell</entry>
- <entry>Defines styles for a column footer cell</entry>
- </row>
- <row>
<entry>rich-table-footer</entry>
<entry>Defines styles for a footer row</entry>
</row>
@@ -318,15 +318,32 @@
<entry>rich-table-footercell</entry>
<entry>Defines styles for a footer cell</entry>
</row>
+ <row>
+ <entry>rich-table-footer-continue</entry>
+ <entry>Defines styles for all footer lines after the first</entry>
+ </row>
+ <row>
+ <entry>rich-table-subfooter</entry>
+ <entry>Defines styles for a column footer</entry>
+ </row>
+ <row>
+ <entry>rich-table-subfootercell</entry>
+ <entry>Defines styles for a column footer cell</entry>
+ </row>
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of all <property>tables</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 <emphasis>
- <property>"component class"</property>
- </emphasis> attributes which list is the same as the <property>dataTable</property> one and is
- known to you.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataTable></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataTable></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataTable></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -353,13 +353,22 @@
</thead>
<tbody>
<row>
+ <entry>rich-datascr</entry>
+ <entry>Defines styles for a wrapper <div> element of a datascroller</entry>
+ </row>
+ <row>
<entry>rich-dtascroller-table</entry>
- <entry>Defines styles for a wrapper table element of the component</entry>
+ <entry>Defines styles for a wrapper table element of a datascroller</entry>
</row>
<row>
<entry>rich-datascr-button</entry>
<entry>Defines styles for a button</entry>
</row>
+
+ <row>
+ <entry>rich-datascr-ctrls-separator</entry>
+ <entry>Defines styles for a separator between buttons</entry>
+ </row>
</tbody>
</tgroup>
@@ -389,9 +398,17 @@
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of all scrollers on a page, just redefine one of these classes</para>
- <para>And to redefine the appearance of the particular scroller, one may use corresponding class
- attributes on the component.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:datascroller></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:datascroller></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:datascroller></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -536,15 +536,27 @@
<entry>Defines styles for a general background list</entry>
</row>
+
+ <row>
+ <entry>rich-menu-list-strut</entry>
+
+ <entry>Defines styles for a wrapper <div> element for a strut of a popup list</entry>
+ </row>
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all drop-down menus on a page using CSS, it's enough to
- create classes with the same names and define the necessary properties in them.</para>
-
- <para>To change the style peculiarities of the particular drop-down menus define your own style
- classes in the corresponding dropDownMenu attributes.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dropDownMenu></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dropDownMenu></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dropDownMenu></property>
+ </emphasis>attributes.</para>
</section>
<section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/gmap.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -163,9 +163,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>rich-gmap is a predefined style class for the map. It's possible to define some
- standard properties for all <property>maps</property> components on a page (padding, border,
- etc.) with the definition of the component.</para>
+ <table>
+ <title>Classes names that define a map appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-gmap</entry>
+ <entry>Defines styles for a wrapper <div> element of a gmap</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis> components, define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:gmap></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -308,7 +308,7 @@
<tbody>
<row>
<entry>rich-slider</entry>
- <entry>Defines styles for a wrapper table element of the component</entry>
+ <entry>Defines styles for a wrapper table element of a component</entry>
</row>
<row>
<entry>rich-inslider-track</entry>
@@ -341,20 +341,24 @@
</tbody>
</tgroup>
</table>
- <para>It's necessary only to define a class according to the corresponding name, so as
- an appearance of all <property>sliders</property> on a page is changed at once. </para>
- <para>To redefine appearance of particular <property>sliders</property>, it's possible
- to define your own CSS class with one of the names listed there. And then just define one of
- the components class attributes modifying component style properties.</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:inputNumberSlider></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:inputNumberSlider></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:inputNumberSlider></property>
+ </emphasis>attributes.</para>
+
<para>CSS code piece used on a page:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="HTML"><![CDATA[...
+ <programlisting role="CSS"><![CDATA[...
.rich-slider-handle{
border:2px solid;
}
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -219,7 +219,7 @@
<tbody>
<row>
<entry>rich-spinner-c</entry>
- <entry>Defines styles for a wrapper table element of the component</entry>
+ <entry>Defines styles for a wrapper table element of a component</entry>
</row>
<row>
<entry>rich-spinner-input-container</entry>
@@ -236,16 +236,18 @@
</tbody>
</tgroup>
</table>
- <para>It's necessary only to define a class according to the corresponding name, so as
- an appearance of all <property>spinners</property> on a page is changed at once. </para>
- <para>To redefine appearance of the particular <property>spinner</property>, it's
- possible to define your own CSS class. Then it's necessary just to define it in one
- of the <emphasis>
- <property>"components class"</property>
- </emphasis> attributes modifying component style properties.</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:inputNumberSpinner></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:inputNumberSpinner></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:inputNumberSpinner></property>
+ </emphasis>attributes.</para>
+
<para>CSS code piece used on a page:</para>
<para>
Copied: branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml (from rev 3435, tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml)
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml (rev 0)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword>jQuery</keyword>
+ </keywordset>
+ </sectioninfo>
+ <section>
+ <title>Description</title>
+ <para>The <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> allows to apply styles and behaviour to DOM objects.</para>
+
+ <!--mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jQuery.png"/>
+ </imageobject>
+ </mediaobject-->
+ </section>
+ <section>
+ <title>Key Features</title>
+ <itemizedlist>
+ <listitem>Presents jQuery JavaScript framework functionality</listitem>
+ <listitem>Allows to apply onto JSF components and other DOM objects.</listitem>
+ <listitem>Works without conflicts with prototype.js library</listitem>
+ </itemizedlist>
+ </section>
+</section>
Copied: branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.xml (from rev 3435, tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.xml)
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.xml (rev 0)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword>jQuery</keyword>
+ </keywordset>
+ </sectioninfo>
+
+ <table>
+ <title>Component identification parameters</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Name</entry>
+
+ <entry>Value</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>component-type</entry>
+
+ <entry>org.richfaces.JQuery</entry>
+ </row>
+
+ <row>
+ <entry>component-class</entry>
+
+ <entry>org.richfaces.component.html.HtmlJQuery</entry>
+ </row>
+
+ <row>
+ <entry>component-family</entry>
+
+ <entry>org.richfaces.JQuery</entry>
+ </row>
+
+ <row>
+ <entry>renderer-type</entry>
+
+ <entry>org.richfaces.JQueryRenderer</entry>
+ </row>
+
+ <row>
+ <entry>tag-class</entry>
+
+ <entry>org.richfaces.taglib.JQueryTag</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <section>
+ <title>Creating the Component with a Page Tag</title>
+
+ <para>To create the simplest variant on a page, use the following syntax:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
+ <rich:jQuery selector="#customList tr:odd" timing="onload" query="addClass(odd)" />
+...]]></programlisting>
+ </section>
+
+ <section>
+ <title>Creating the Component Dynamically Using Java</title>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="JAVA"><![CDATA[import org.richfaces.component.html.HtmlJQuery;
+...
+HtmlJQuery myJQuery = new HtmlJQuery();
+...
+]]></programlisting>
+ </section>
+
+ <section>
+ <title>Details of Usage</title>
+ <para><emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> can be used in two main modes:</para>
+ <itemizedlist>
+ <listitem>as a one-time query applied immediately or on a document ready event</listitem>
+ <listitem>as a JavaScript function that can be invoked from the JavaScript code</listitem>
+ </itemizedlist>
+ <para>The mode is chosen with <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute that has the following options:</para>
+ <itemizedlist>
+ <listitem>immediate - applying a query immediately</listitem>
+ <listitem>onload - applying a query when a document is loaded</listitem>
+ <listitem>onJScall - applying a query by invoked JavaScript function defined with the <emphasis>
+ <property>"name"</property>
+ </emphasis> attribute</listitem>
+ </itemizedlist>
+ <para>Definition of the <emphasis>
+ <property>"name"</property>
+ </emphasis> attribute is mandatory when the value of <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute is <property>"onJScall"</property>. If the<emphasis>
+ <property>"name"</property>
+ </emphasis> attribute is defined when <emphasis>
+ <property>"timing"</property>
+ </emphasis> value equals to <property>"immediate"</property> or
+ <property>"onload"</property>, the query is applied according to this
+ value, but you still have an opportunity to invoke it by a function name.</para>
+ <para>The <emphasis>
+ <property>"selector"</property>
+ </emphasis> attribute defines an object or a list of objects. The query is defined with the <emphasis>
+ <property>"query"</property>
+ </emphasis>attribute.</para>
+ <para>Here is an example of how to highlight odd rows in a table:</para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
+ <style>
+ .odd {
+ background-color: #FFC;
+ }
+ </style>
+ ...
+
+ <rich:table id="customList" ...>
+ ...
+ </rich:table>
+ ...
+ <rich:jQuery selector="#customList tr:odd" timing="onload" query="addClass(odd)" />
+...]]></programlisting>
+ <para>The <emphasis>
+ <property>"selector"</property>
+ </emphasis> attribute uses defined by w3c consortium syntax for CSS rule <ulink
+ url="http://www.w3.org/TR/REC-CSS2/selector.html">selector</ulink> with some jQuery
+ extensions. </para>
+ <para>Those are typical examples of using selector in the <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> component.</para>
+
+ <table>
+ <title>Examples of using selector</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Selector</entry>
+
+ <entry>Comment</entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry>"p[a]"</entry>
+ <entry>In a document all "p" tags with "a" tag
+ inside are selected</entry>
+ </row>
+
+ <row>
+ <entry>"ul/li"</entry>
+ <entry>All "li" elements of unordered "ul" lists are selected
+ </entry>
+ </row>
+
+ <row>
+ <entry>"p.foo[a]"</entry>
+ <entry>All "p" tags with "foo" class and inserted
+ "a" tag are selected</entry>
+ </row>
+
+ <row>
+ <entry>"input[@name=bar]"</entry>
+ <entry>All "input" tags with "name" attribute which
+ value is "bar" are selected</entry>
+ </row>
+
+ <row>
+ <entry>"input[@type=radio][@checked]"</entry>
+ <entry>All "input" tags with attribute
+ "type"="radio" and attribute value =
+ "chekced" are selected</entry>
+ </row>
+
+ <row>
+ <entry>"p,span,td"</entry>
+ <entry>All tag elements "p" or"span" or
+ "td" are selected</entry>
+ </row>
+
+ <row>
+ <entry>"p#secret"</entry>
+ <entry>"p" paragraph element with "id"
+ identification = "secret" is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p span"</entry>
+ <entry>"span" tag is a (direct or non-direct) child of
+ "p" tag. If it's necessary, use "p >
+ span" or "p/span" is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p[@foo^=bar]"</entry>
+ <entry>"p" tag containing "foo" attribute with
+ textual value beginning with "bar" word is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p[@foo$=bar] "</entry>
+ <entry>"p" tag containing "foo" attribute with
+ textual value ending with "bar" word is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p[@foo*=bar] "</entry>
+ <entry>"p" tag with "foo" attribute containing
+ substring "bar" in any place is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p//span "</entry>
+ <entry>"span" tag that is a (direct or non-direct) child of
+ "p" tag is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p/../span "</entry>
+ <entry>"span" tag that is a grandchild of "p" tag is selected</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In addition, RichFaces allows using either a component id or client id if you apply the
+ query to a JSF component. When you define a selector, RichFaces examines its content and
+ tries to replace the defined in the selector id with component id if it's found.</para>
+ <para>For example, you have the following code:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <h:form id="form">
+ ...
+ <h:panelGrid id="menu">
+ <h:graphicImage ... />
+ <h:graphicImage ... />
+ ...
+ </h:panelGrid>
+ </h:form>
+...]]></programlisting>
+
+ <para>The actual id of the <emphasis role="bold">
+ <property><h:panelGrid></property>
+ </emphasis> table in the browser DOM is "form:menu". However, you still can
+ reference to images inside this table using the following selector: </para>
+
+ <programlisting role="XML"><![CDATA[...
+ <rich:jQuery selector="#menu img" query="..." />
+...]]></programlisting>
+
+ <para>You can define the exact id in the selector if you want. The following code reference to
+ the same set of a DOM object:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <rich:jQuery selector="#form\\:menu img" query="..." />
+...]]></programlisting>
+
+ <para>Pay attention to double slashes that escape a colon in the id.</para>
+
+ <para>In case when the <emphasis>
+ <property>"name"</property>
+ </emphasis> attribute is defined, <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> generates a JavaScript function that might be used from any place of JavaScript
+ code on a page.</para>
+
+ <para>There is an example of how to enlarge the picture smoothly on mouse over event and return
+ back to the normal size on mouse out:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <h:graphicImage onmouseover="enlargePic(this)" width="50" value="/images/price.gif"
+ onmouseover="enlargePic(this, {pwidth:'60px'})" onmouseover="releasePic(this)" />
+ <h:graphicImage onmouseover="enlargePic(this)" width="50" value="/images/discount.gif"
+ onmouseover="enlargePic(this, {pwidth:'100px'})" onmouseover="releasePic(this)" />
+ ...
+ <rich:jQuery name="enlargePic" timing="onJScall" query="animate({width:param.pwidth})" />
+ <rich:jQuery name="releasePic" timing="onJScall" query="animate({width:'50px'})"/>
+...]]></programlisting>
+
+ <para>The JavaScript could use two parameters. The first parameter is a replacement for the
+ selector attribute. Thus, you can share the same query, applying it to the different DOM
+ objects. You can use a literal value or a direct reference for an existing DOM object. The
+ second parameter can be used to path the specific value inside the query. The JSON syntax is
+ used for the second parameter. The "param." namespace is used for
+ referencing data inside the parameter value.</para>
+
+ <para><emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> adds styles and behavior to the DOM object dynamically. This means if you replace
+ something on a page during an Ajax response, the applied artifacts will be overwritten. You
+ are resistible to apply them again after the Ajax response is complete.</para>
+ <para>Usually, it could be done with reRendering the <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> components in the same Ajax interaction with the components these queries are
+ applied to. Note, that queries with <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute set to <property>"onload"</property> are not
+ invoked even the query is reRendered, because a DOM document is not fully reloaded during
+ the Ajax interaction. If you need to re-applies query with
+ <property>"onload"</property> value of <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute , define the <emphasis>
+ <property>"name</property>
+ </emphasis> attribute and invoke the query by name in the <emphasis>
+ <property>"oncomplete"</property>
+ </emphasis> attribute of the Ajax component.</para>
+
+ <para>RichFaces includes jQuery JavaScript framework. You can use the futures of jQuery directly
+ without defining the <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> component on a page if it is convenient for you. To start using the jQuery feature
+ on the page, include the library to the page with the following code:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <a4j:loadScript src="resource://jquery.js"/>
+...]]></programlisting>
+
+ <para>Refer to the <ulink url="http://docs.jquery.com/">jQuery documentation </ulink> for the
+ right sintax. Remember to use jQuery() function instead of $(), as soon as jQuery works
+ without conflicts with prototype.js.</para>
+ </section>
+ <section>
+ <title>Relevant Resources Links</title>
+ <para>More information about jQuery framework and its features you can read <ulink
+ url="http://jquery.com/">here</ulink>.</para>
+ <para>How to use jQuery with other libraries see <ulink
+ url="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">here</ulink>.</para>
+
+ </section>
+</section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -310,11 +310,17 @@
</tbody>
</tgroup>
</table>
- <para> In order to redefine the style for all menu groups on a page using CSS, it's
- enough to create classes with the same names and define the necessary properties in
- them. </para>
- <para> To change style aspects of particular panel menu groups define your own style classes
- in the corresponding menuGroup attributes. </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:menuGroup></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:menuGroup></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:menuGroup></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -346,11 +346,17 @@
</tbody>
</tgroup>
</table>
- <para> In order to redefine the style for all menu items on a page using CSS, it's
- enough to create classes with the same names and define the necessary properties in
- them. </para>
- <para> To change the style of particular menu items define your own style classes in the
- corresponding menuItem attributes. </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:menuItem></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:menuItem></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:menuItem></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuSeparator.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/menuSeparator.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -133,12 +133,17 @@
</tbody>
</tgroup>
</table>
- <para>
- In order to redefine a style for all menu separators in a page using CSS, it's enough to create classes with the same names and define the necessary properties in them.
- </para>
- <para>
- To change the style peculiarities of the particular menu separators, define your own style classes in the corresponding menuSeparator attributes.
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:separator></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:separator></property>
+ </emphasis> components, define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:separator></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/message.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -183,15 +183,17 @@
</tgroup>
</table>
- <para>In order to redefine the style for <emphasis role="bold">
- <property><rich:message></property>
- </emphasis> components on a page using CSS, it's enough to create classes with the
- same names and define the necessary properties in them.</para>
-
- <para>To change the style of particular <emphasis role="bold">
- <property><rich:message></property>
- </emphasis> components define your own style classes in the corresponding message attributes.
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:message></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:message></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:message></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -178,17 +178,17 @@
</tgroup>
</table>
- <para>In order to redefine the style for <emphasis role="bold">
- <property><rich:message></property>
- </emphasis> components on a page using CSS, it's enough to create classes with the
- same names and define the necessary properties in them.</para>
-
- <para>To change the style of particular <emphasis role="bold">
- <property><rich:messages></property>
- </emphasis> components define your own style classes in the corresponding <emphasis role="bold">
+ <para>In order to redefine styles for all <emphasis role="bold">
<property><rich:messages></property>
- </emphasis> attributes.
- </para>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:messages></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:messages></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -470,41 +470,93 @@
</figure>
<para>The screenshot shows the classes names for defining different elements.</para>
-
+
<table>
- <title>Class names</title>
-
+ <title>Classes names that define a component appearance</title>
+
<tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
<tbody>
<row>
- <entry>rich-mpnl-pnl-h</entry>
-
- <entry>This class defines the header style. It's applied to the header elements
- of all panels.</entry>
+ <entry>rich-modalpanel</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a modalpanel</entry>
</row>
-
+
<row>
- <entry>rich-mpnl-pnl-text</entry>
-
- <entry>This class defines the header content style. It's applied to the header
- elements of all panels.</entry>
+ <entry>rich-mpnl_panel</entry>
+
+ <entry>Defines styles for a modalpanel</entry>
</row>
-
+
<row>
- <entry>rich-mpnl-pnl-body</entry>
-
- <entry>This class defines the style for the content inside a panel. It's
- applied to the elements inside panels.</entry>
+ <entry>rich-mpnl-mask-div</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a mask</entry>
</row>
-
+
<row>
- <entry>generalFamilyFont</entry>
-
- <entry>font-family</entry>
+ <entry>rich-mpnl-resizer</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a resizing element</entry>
</row>
+
+ <row>
+ <entry>rich-mpnl-shadow</entry>
+
+ <entry>Defines styles for a modalpanel shadow</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-header</entry>
+
+ <entry>Defines styles for a modalpanel header</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-header-cell</entry>
+
+ <entry>Defines styles for a header cell</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-text</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a header text</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-body</entry>
+
+ <entry>Defines styles for a content inside a modalpanel</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-controls</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a modalpanel control</entry>
+ </row>
</tbody>
</tgroup>
</table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:modalPanel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:modalPanel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:modalPanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panel.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panel.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -268,7 +268,7 @@
</figure>
<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>
@@ -279,30 +279,30 @@
<tbody>
<row>
<entry>rich-panel</entry>
- <entry>The class defines a <property>panel</property> common style. It's used
- in the outside <emphasis role="bold">
- <property><div></property>
- </emphasis>element</entry>
+ <entry>Defines styles for a wrapper <div> element of a panel</entry>
</row>
<row>
<entry>rich-panel-header</entry>
- <entry>The class defines a header style. It's applicable for header elements of
- all panels</entry>
+ <entry>Defines styles for header element of a panel</entry>
</row>
<row>
<entry>rich-panel-body</entry>
- <entry>The class defines a content style inside a panel. It's applicable for
- elements inside panels</entry>
+ <entry>Defines styles for a panel body</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of a particular panel, define your own CSS class. Then
- it's necessary just to define it in one of components class attributes modifying
- component style properties.</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panel></property>
+ </emphasis>attribute.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBar.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -120,7 +120,7 @@
</mediaobject>
</figure>
<table>
- <title>Predefined component skin class</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -131,16 +131,15 @@
<tbody>
<row>
<entry>rich-panelbar</entry>
- <entry>applicable for the whole panelBar (padding, border)</entry>
+ <entry>Defines styles for a wrapper <div> element of a panelbar</entry>
</row>
+
</tbody>
</tgroup>
</table>
<para>Other classes responsible for elements rendering are described for child panelBarItem
elements and could be found in the components chapters.</para>
- <para>To change style peculiarities of the particular <property>panelBar</property> and
- child elements, define your own style classes in the corresponding
- <property>panelBar</property> attributes.</para>
+
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -166,6 +165,17 @@
</tbody>
</tgroup>
</table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelBar></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelBar></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelBar></property>
+ </emphasis>attributes.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -166,10 +166,10 @@
</imageobject>
</mediaobject>
</figure>
- <para>There are two predefined classes for the <property>panelBarItem</property> shown on the
+ <para>There are three predefined classes for the <property>panelBarItem</property> shown on the
screenshot and described in the table below</para>
<table>
- <title>Predefined component skin class</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -180,19 +180,22 @@
<tbody>
<row>
<entry>rich-panelbar-header</entry>
- <entry>applicable for panelBarItem headers</entry>
+ <entry>Defines styles for a wrapper <div> element of a panelbar item header</entry>
</row>
+
<row>
+ <entry>rich-panelbar-header-act</entry>
+ <entry>Defines styles for a wrapper <div> element of an acting panelbar item header</entry>
+ </row>
+
+ <row>
<entry>rich-panelbar-content</entry>
- <entry>applicable for panelBarItem </entry>
+ <entry>Defines styles for a panelbar item content</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>It's necessary to define a class according to the corresponding name, so as an
- appearance of all <property>panelBarItems</property> on a page is changed at once.</para>
- <para>To change style peculiarities of the particular <property>panelBarItems</property>, define
- your own style classes in the corresponding <property>panelBarItems</property> attributes.</para>
+
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -214,9 +217,18 @@
</tbody>
</tgroup>
</table>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelBarItem></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelBarItem></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelBarItem></property>
+ </emphasis>attributes.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -386,7 +386,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define an upper level nodes</title>
<tgroup cols="2">
<thead>
@@ -401,47 +401,105 @@
<row>
<entry>rich-pmenu-top-group-div</entry>
- <entry>Defines top panel menu group common styleClass. It's used in the outside
- <div> element</entry>
+ <entry>Defines styles for a wrapper <div> element of a top group</entry>
</row>
<row>
<entry>rich-pmenu-top-group</entry>
- <entry>Defines top panel menu group wrapper table element</entry>
+ <entry>Defines styles for a top group</entry>
</row>
<row>
<entry>rich-pmenu-top-group-self-icon</entry>
- <entry>Defines top panel menu group icon element</entry>
+ <entry>Defines styles for a top group icon</entry>
</row>
<row>
<entry>rich-pmenu-top-group-self-label</entry>
- <entry>Defines top panel menu group label element</entry>
+ <entry>Defines styles for a top group label</entry>
</row>
</tbody>
</tgroup>
</table>
+
+ <table>
+ <title>Classes names that define a second and lower level nodes</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-group-div</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a group</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group</entry>
+
+ <entry>Defines styles for a group</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group-self-icon</entry>
+
+ <entry>Defines styles for a group icon</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group-self-label</entry>
+
+ <entry>Defines styles for a group label</entry>
+ </row>
+ </tbody>
+
+ </tgroup>
+ </table>
- <para>This classes set is related to upper level of nodes. For all nodes starting with the
- second level there are similar classes:</para>
-
- <itemizedlist>
- <listitem>rich-pmenu-group-div</listitem>
- <listitem>rich-pmenu-group</listitem>
- <listitem>rich-pmenu-group-self-icon</listitem>
- <listitem>rich-pmenu-group-self-label</listitem>
- </itemizedlist>
-
- <para>In order to redefine the style for all panel menu groups on a page using CSS,
- it's enough to create classes with the same names and define the necessary properties
- in them.</para>
-
- <para>To change the style of particular panel menu groups define your own style
- classes in the corresponding panelMenuGroup attributes. </para>
+ <table>
+ <title>Classes names that define a group state</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-hovered-element</entry>
+
+ <entry>Defines styles for a hovered group element</entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis>attributes.</para>
</section>
</section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -344,7 +344,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define first level items</title>
<tgroup cols="2">
<thead>
@@ -357,41 +357,96 @@
<tbody>
<row>
- <entry>rich-pmenu-item</entry>
+ <entry>rich-pmenu-top-item</entry>
- <entry>Defines panel menu item common styleClass</entry>
+ <entry>Defines styles for a top panel menu item</entry>
</row>
<row>
- <entry>rich-pmenu-item-icon</entry>
+ <entry>rich-pmenu-top-item-icon</entry>
- <entry>Defines panel menu item icon</entry>
+ <entry>Defines styles for a top panel menu item icon</entry>
</row>
<row>
- <entry>rich-pmenu-item-label</entry>
+ <entry>rich-pmenu-top-item-label</entry>
- <entry>Defines panel menu item label element</entry>
+ <entry>Defines styles for a top panel menu item label</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>This classes set is related to the second and all other lower levels of items. For all
- items starting from the first level there are similar classes:</para>
+ <table>
+ <title>Classes names that define second and lower levels items</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-item</entry>
+
+ <entry>Defines styles for a panel menu item</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-item-icon</entry>
+
+ <entry>Definesstyles for a panel menu item icon</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-item-label</entry>
+
+ <entry>Defines styles for a panel menu item label</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
- <itemizedlist>
- <listitem>rich-pmenu-top-item</listitem>
- <listitem>rich-pmenu-top-item-icon</listitem>
- <listitem>rich-pmenu-top-item-label</listitem>
- </itemizedlist>
-
- <para>In order to redefine the style for all panel menu items on a page using CSS, it's
- enough to create classes with the same names and define the necessary properties in them.</para>
-
- <para>To change the style of particular panel menu items define your own style
- classes in the corresponding panelMenuItem attributes.</para>
+ <table>
+ <title>Classes names that define items state</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-item-selected</entry>
+
+ <entry>Defines styles for a panel menu selected item</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis>attributes.</para>
</section>
</section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -370,7 +370,7 @@
<row>
<entry>rich-sdt</entry>
- <entry>Defines the styles for the component appearance</entry>
+ <entry>Defines styles for a component appearance</entry>
</row>
</tbody>
@@ -398,12 +398,28 @@
</row>
<row>
+ <entry>rich-sdt-header-raw</entry>
+
+ <entry>Defines styles for a header raw</entry>
+ </row>
+
+ <row>
+ <entry>rich-sdt-column-cell</entry>
+
+ <entry>Defines styles for column cells</entry>
+ </row>
+ <row>
<entry>rich-sdt-footer-cell</entry>
<entry>Defines styles for footer cells</entry>
</row>
<row>
+ <entry>rich-sdt-footer-raw</entry>
+
+ <entry>Defines styles for a footer raw</entry>
+ </row>
+ <row>
<entry>rich-sdt-hsep</entry>
<entry>Defines styles for header separators</entry>
@@ -414,7 +430,7 @@
</table>
<table>
- <title>Classes names that define rows and cells appearance</title>
+ <title>Classes names that define different states</title>
<tgroup cols="2">
<thead>
@@ -428,35 +444,40 @@
<tbody>
<row>
- <entry>rich-sdt-column-cell</entry>
+ <entry>rich-sdt-row-active</entry>
- <entry>Defines styles for column cells</entry>
+ <entry>Defines styles for an active row</entry>
</row>
<row>
<entry>rich-sdt-row-selected</entry>
- <entry>Defines styles for selected row</entry>
+ <entry>Defines styles for a selected row</entry>
</row>
<row>
- <entry>rich-sdt-row-active</entry>
+ <entry>rich-sdt-column-sort-up</entry>
- <entry>Defines styles for active row</entry>
+ <entry>Defines styles for ascending sorted column</entry>
</row>
+ <row>
+ <entry>rich-sdt-column-sort-down</entry>
+
+ <entry>Defines styles for descending sorted column</entry>
+ </row>
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis role="bold">
+ <para>In order to redefine styles for all <emphasis role="bold">
<property><rich:scrollableDataTable></property>
</emphasis> components on a page using CSS, it's enough to create classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:scrollableDataTable></property>
- </emphasis> components define your own style classes in the corresponding <emphasis
+ </emphasis> components, define your own style classes in the corresponding <emphasis
role="bold">
<property><rich:scrollableDataTable></property>
</emphasis>attributes.</para>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/separator.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/separator.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/separator.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -120,6 +120,7 @@
<property>"styleClass"</property>
</emphasis>) modifying component property.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -230,7 +230,7 @@
<property><div></property>
</emphasis> element. See the table:</para>
<table>
- <title>Predefined component skin classes</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -241,31 +241,26 @@
<tbody>
<row>
<entry>rich-stglpanel</entry>
- <entry>The class defines a simpleTogglePanel common style. It's used in the
- outside <emphasis role="bold">
- <property><div></property>
- </emphasis>element</entry>
+ <entry>Defines styles for a wrapper <div> element of a simpleTogglePanel</entry>
</row>
<row>
<entry>rich-stglpanel-header</entry>
- <entry>The class defines a header style. It's applicable for header elements of
- all simple toggle panels</entry>
+ <entry>Defines styles for header element of a simpleTogglePanel</entry>
</row>
<row>
+ <entry>rich-stglpanel-marker</entry>
+ <entry>Defines styles for a wrapper <div> element for a marker</entry>
+ </row>
+
+ <row>
<entry>rich-stglpanel-body</entry>
- <entry>The class defines content style inside a panel. It's applicable for
- elements inside simple toggle panels</entry>
+ <entry>Defines styles for a simpleTogglePanel body</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>To redefine a style of all simple toggle panels on a page with CSS, create classes with
- the corresponding names and define the necessary properties in them.</para>
- <para>To change style peculiarities of a particular <property>simpleTogglePanels</property>,
- define your own style classes in the corresponding <property>simpleTogglePanels</property>
- attributes.</para>
- <para>It's necessary to define a class according to the corresponding name, so as an
- appearance of all <property>simpleTogglePanels</property> on a page is changed at once.</para>
+
+
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -294,6 +289,18 @@
</tbody>
</tgroup>
</table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/spacer.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/spacer.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/spacer.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -99,6 +99,7 @@
<property>"styleClass"</property>
</emphasis>) modifying component property.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -114,5 +114,93 @@
><property>style classes</property></emphasis> used by the subTable to your page style sheets</listitem>
</itemizedlist>
<para>To redefine a style of a particular page, use component class attributes which list is the same as the <property>subTable</property> one and is known to you.</para>
-</section>
+ </section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+
+ <table>
+ <title>Classes names that define a subtable appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-subtable</entry>
+ <entry>Defines styles for all subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-caption</entry>
+ <entry>Defines styles for a "caption" facet element</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-header</entry>
+ <entry>Defines styles for a subtable header row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-headercell</entry>
+ <entry>Defines styles for a subtable header cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-header-continue</entry>
+ <entry>Defines styles for all subtable header lines after the first</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subheader</entry>
+ <entry>Defines styles for a column header of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subheadercell</entry>
+ <entry>Defines styles for a column header cell of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-cell</entry>
+ <entry>Defines styles for a subtable cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-row</entry>
+ <entry>Defines styles for a subtable row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-firstrow</entry>
+ <entry>Defines styles for a subtable start row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subfooter</entry>
+ <entry>Defines styles for a column footer of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subfootercell</entry>
+ <entry>Defines styles for a column footer cell of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footer</entry>
+ <entry>Defines styles for a subtable footer row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footercell</entry>
+ <entry>Defines styles for a subtable footer cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footer-continue</entry>
+ <entry>Defines styles for all subtable footer lines after the first</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:subTable></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:subTable></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:subTable></property>
+ </emphasis>attributes.</para>
+ </section>
</section>
\ No newline at end of file
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -409,7 +409,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define a suggestionBox</title>
<tgroup cols="2">
<thead>
@@ -422,21 +422,45 @@
<tbody>
<row>
+ <entry>rich-sb-common-container</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a suggestion container</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-1</entry>
+
+ <entry>Defines styles for the first wrapper <div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-2</entry>
+
+ <entry>Defines styles for the second wrapper <div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-3</entry>
+
+ <entry>Defines styles for the third wrapper <div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
<entry>rich-sb-overflow</entry>
- <entry>Defines the styles of outer div</entry>
+ <entry>Defines styles for a wrapper <div> element</entry>
</row>
<row>
<entry>rich-sb-int-decor-table</entry>
- <entry>Defines the styles for suggestion box table</entry>
+ <entry>Defines styles for a suggestion box table</entry>
</row>
<row>
<entry>rich-sb-int</entry>
- <entry>Defines the styles for suggestion box table rows (tr)</entry>
+ <entry>Defines the styles for a suggestion box table rows (tr)</entry>
</row>
<row>
@@ -446,24 +470,32 @@
</row>
<row>
- <entry>rich-sb-shadow</entry>
+ <entry>rich-sb-int-sel</entry>
- <entry>Defines the styles for shadow</entry>
+ <entry>Defines styles for a selected row</entry>
</row>
<row>
- <entry>rich-sb-int-sel</entry>
+ <entry>rich-sb-shadow</entry>
- <entry>Defines the styles for selected row</entry>
+ <entry>Defines styles for a suggestion boxshadow</entry>
</row>
+
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all saggestionbox components on a page using CSS, it's enough to
- create classes with the same names and define the necessary properties in them.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:suggestionBox></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular suggestionbox components define your own style classes in the corresponding suggestionbox attributes. </para>
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:suggestionBox></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:suggestionBox></property>
+ </emphasis>attributes.</para>
</section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -174,11 +174,59 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
-
- <para>The style peculiarities of a particular <property>Tab</property> variant could be changed with specification of your
- own StyleClasses attributes.</para>
- <para>It's necessary to define a class according to the corresponding name, so as an
-
-appearance of all slider on a page is changed at once.</para>
+
+ <table>
+ <title>Classes names that define a tab</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tab-header</entry>
+ <entry>Defines styles for a tab header</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Classes names that define a tab states</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tab-active</entry>
+ <entry>Defines styles for an active tab</entry>
+ </row>
+ <row>
+ <entry>rich-tab-inactive</entry>
+ <entry>Defines styles for an inactive tab</entry>
+ </row>
+ <row>
+ <entry>rich-tab-disabled</entry>
+ <entry>Defines styles for a disabled tab</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tab></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tab></property>
+ </emphasis> components define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:tab></property>
+ </emphasis>attribute.</para>
</section>
</section>
\ No newline at end of file
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -184,7 +184,7 @@
of all tab panels on a page.</para>
<table>
- <title>Classes names that define appearance</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -194,21 +194,25 @@
</thead>
<tbody>
<row>
+ <entry>rich-tabpanel</entry>
+ <entry>Defines styles for all tabpanel</entry>
+ </row>
+ <row>
<entry>rich-tabpanel-content</entry>
- <entry>Tab internal content</entry>
+ <entry>Defines styles for an internal content</entry>
</row>
<row>
<entry>rich-tabpanel-content-position</entry>
- <entry>A class for wrapping element content. It should define a shift equal to borders
- width in order to overlap a panel and tabs</entry>
+ <entry>Defines styles for a wrapper element of a tabpanel content. It should define a shift equal to borders
+ width in order to overlap panel tabs</entry>
</row>
<row>
<entry>rich-tabhdr-side-border</entry>
- <entry>A class for side elements of a tab header</entry>
+ <entry>Defines styles for side elements of a tabpanel header</entry>
</row>
<row>
<entry>rich-tabhdr-side-cell</entry>
- <entry>A class for a header internal element</entry>
+ <entry>Defines styles for a header internal element</entry>
</row>
</tbody>
</tgroup>
@@ -228,22 +232,30 @@
<tbody>
<row>
<entry>rich-tabhdr-cell-active</entry>
- <entry>A class for an internal element of an active header</entry>
+ <entry>Defines styles for an internal element of an active header</entry>
</row>
<row>
<entry>rich-tabhdr-cell-inactive</entry>
- <entry>A class for internal element of an inactive label </entry>
+ <entry>Defines styles for an internal element of an inactive label </entry>
</row>
<row>
<entry>rich-tabhdr-cell-disabled</entry>
- <entry>A class for an internal element of a disabled label </entry>
+ <entry>Defines styles for an internal element of a disabled label </entry>
</row>
</tbody>
</tgroup>
</table>
- <para>Also it is possible to change look-and-feel settings of individual tab panel component by
- writing your own style classes in corresponding class attributes of
- <property>tabPanel</property>.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tabPanel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tabPanel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:tabPanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -123,4 +123,25 @@
><property>"style"</property>,</emphasis> <emphasis
><property>"styleClass"</property></emphasis>)and the properties have been changed.</para>
</section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a component appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tglctrl</entry>
+ <entry>Defines styles for a toggle control</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
</section>
\ No newline at end of file
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/togglePanel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -143,6 +143,7 @@
<para>The component doesn't have its own representation rendering only content of its
facets, thus all look and feel is set only for content.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
@@ -151,5 +152,5 @@
><property><rich:togglePanel></property></emphasis> usage and sources for the given example.
</para>
</section>
-
+
</section>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -140,10 +140,41 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a toolBar</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-toolbar</entry>
+ <entry>Defines styles for a toolbar element</entry>
+ </row>
+ <row>
+ <entry>rich-toolbar-item</entry>
+ <entry>Defines styles for a toolbar item</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<para>On generating, the component substitutes the default class rich-toolbar-exterior into <emphasis>
<property>style class</property>
- </emphasis> of a generated component, i.e. to redefine at once all
- <property>toolBars</property> appearance on a page, redefine this class in your CSS.</para>
+ </emphasis> of a generated component.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:toolBar></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:toolBar></property>
+ </emphasis> components define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:toolBar></property>
+ </emphasis>attributes.</para>
<para>The component also has the standard attributes <emphasis>
<property>"style"</property>
</emphasis> and <emphasis>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -161,19 +161,5 @@
</tgroup>
</table>
</section>
- <section>
- <title>Definition of Custom Style Classes</title>
- <para>On generating, the component substitutes the default class rich-toolbar-interior into
- <emphasis
-><property>style class</property></emphasis> of a generated component, i.e.
-to redefine at once all <property>toolBarGroups</property> appearance on a page, redefine this class in your CSS.</para>
- <para>The component also has the standard attribute "style" and <emphasis
-
-><property>"style class"</property></emphasis> that could redefine an
- appearance of particular component variants.
- </para>
- <para>It's necessary to define a class according to the corresponding name, so as an
-
-appearance of all <property>toolBarGroups</property> on a page is changed at once.</para>
- </section>
+
</section>
\ No newline at end of file
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/tooltip.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -238,13 +238,38 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>
- <property>Tooltip</property> provides one class "rich-tool-tip" which applies to a wrapper element <emphasis><property>"span"</property></emphasis> or "div"
- dependently to <property>tooltip</property> layout. In order to redefine style for all <property>tooltips</property>
- on a page with using CSS it's enough to create classes with this name and define in it necessary properties.
- To change style peculiarities of a particular <property>tooltips</property>, define your own style classes in the corresponding
- <property>tooltips</property> attributes.
- </para>
+ <table>
+ <title>Classes names that define a tooltip</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tool-tip</entry>
+ <entry>Defines styles for a wrapper <span> or <div> element of a tooltip</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>
+ It depends on <emphasis role="bold"><property><rich:tooltip></property></emphasis> layout what a wrapper element <emphasis><property><span></property></emphasis> or <emphasis><property><div></property></emphasis>to choose.
+ </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tooltip></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tooltip></property>
+ </emphasis> components define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:tooltip></property>
+ </emphasis>attributes</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/tree.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -290,11 +290,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>The <property>tree</property> also has only one predefined Style Class responsible for
- displaying a wrapper element of the <property>tree</property> - <emphasis role="bold">
- <property><rich:tree></property>
- </emphasis> redefining of which will change look and feel of all <property>trees</property> on
- the page.</para>
+ <table>
+ <title>Classes names that define a tree</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tree</entry>
+ <entry>Defines styles for a wrapper <div> element of a tree</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tree></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tree></property>
+ </emphasis> components define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:tree></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -253,17 +253,76 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>The following classes are applied to a node element in three states: default, marked,
- mouseovered:</para>
- <itemizedlist>
- <listitem>rich-tree-node</listitem>
- <listitem>rich-tree-node-selected</listitem>
- <listitem>rich-tree-node-highlighted</listitem>
- </itemizedlist>
- <para>Hence, in order to change an appearance of all <property>treeNodesAdaptor</property> on a page,
- declare and customize the above-mentioned classes in your CSS.</para>
- <para>It is also possible to change look and feel of specific <property>treeNodesAdaptor</property>
- with the help of defining for them <emphasis>
+ <para>On the screenshot, there are classes that are applied to a node element in three states: default, marked,
+ mouseovered:</para>
+
+ <table>
+ <title>Classes names that define a node element</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tree-node</entry>
+ <entry> Defines styles for a tree node</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-selected</entry>
+ <entry>Defines styles for a selected tree node </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-highlighted</entry>
+ <entry>Defines styles for a highlighted tree node </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon</entry>
+ <entry>Defines styles for a tree node handleicon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon-collapsed</entry>
+ <entry>Defines styles for a collapsed tree node handleicon </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon-expanded</entry>
+ <entry>Defines styles for a expanded tree node handleicon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-children</entry>
+ <entry>Defines styles for all tree node subnodes</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-text</entry>
+ <entry>Defines styles for a tree node text</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-icon</entry>
+ <entry>Defines styles for a tree node icon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-icon-leaf</entry>
+ <entry>Defines styles for a tree node icon leaf</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine the style for all <emphasis role="bold">
+ <property><rich:treeNode></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define the necessary properties in them.</para>
+
+ <para>To change the style of particular <emphasis role="bold">
+ <property><rich:treeNode></property>
+ </emphasis> components define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:treeNode></property>
+ </emphasis>attributes.</para>
+ <para>It is also possible to change look and feel of specific <emphasis role="bold"><property><rich:treeNode></property>
+ </emphasis> with the help of defining for them <emphasis>
<property>"selectedClass"</property>
</emphasis> and <emphasis>
<property>"highlightedClass"</property>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -138,9 +138,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>rich-virtualEarth map is a predefined style class for the map. It's possible to define some
- standard properties for all <property>maps</property> components on a page (padding, border,
- etc.) with the definition of the component.</para>
+ <table>
+ <title>Classes names that define a virtualEarth appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-virtualEarth</entry>
+ <entry>Defines styles for a wrapper <div> element of a virtualEarth</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> components, define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/master.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -46,6 +46,8 @@
<!ENTITY insert_table SYSTEM "../../../target/generated/insert.xml">
<!ENTITY treeModel_table SYSTEM "../../../target/generated/tree-model.xml">
<!ENTITY scrollableDataTable_table SYSTEM "../../../target/generated/scrollableDataTable.xml">
+<!ENTITY jQuery_table SYSTEM "../../../target/generated/jQuery.xml">
+
<!ENTITY coreComponents_table SYSTEM "../../../target/generated/a4j.xml">
<!ENTITY rfcFAQ SYSTEM "modules/RFCfaq.xml">
@@ -90,6 +92,7 @@
&inputNumberSlider_table;
&inputNumberSpinner_table;
&insert_table;
+&jQuery_table;
&message_table;
&modalPanel_table;
&paint2D_table;
Modified: branches/3.1.x/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/resources/css/html.css 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/en/src/main/resources/css/html.css 2007-10-17 23:09:13 UTC (rev 3436)
@@ -347,3 +347,42 @@
cursor: pointer;
}
+.css_comment {
+color:#3F5FBF;
+}
+.css_normal {
+color:#000000;
+}
+.css_semi_colon {
+color:#000000;
+}
+.css_curly_brace {
+color:#000000;
+}
+.css_atmark_rule {
+color:#3F7F7F;
+}
+.css_selector {
+color:#3F7F7F;
+}
+.css_media {
+color:#2A00FF;
+}
+.css_string {
+color:#2A00FF;
+}
+.css_uri {
+color:#2A00FF;
+}
+.css_property_value {
+color:#2A00FF;
+}
+.css_colon {
+color:#000000;
+}
+.css_error {
+color:#BF3F3F;
+}
+.css_property_name {
+color:#7F007F;
+}
Modified: branches/3.1.x/docs/userguide/en/src/main/resources/images/dropDownMenu5.png
===================================================================
(Binary files differ)
Modified: branches/3.1.x/docs/userguide/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/pom.xml 2007-10-17 22:48:30 UTC (rev 3435)
+++ branches/3.1.x/docs/userguide/pom.xml 2007-10-17 23:09:13 UTC (rev 3436)
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
@@ -50,17 +52,19 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>calendar</artifactId>
+ <artifactId>
+ calendar
+ </artifactId>
<version>
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -105,7 +109,7 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -117,19 +121,17 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>
- effect
- </artifactId>
+ <artifactId>effect</artifactId>
<version>
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -172,14 +174,12 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>
- insert
- </artifactId>
+ <artifactId>insert</artifactId>
<version>
${project.version}
</version>
@@ -362,7 +362,9 @@
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>treeModel</artifactId>
+ <artifactId>
+ treeModel
+ </artifactId>
<version>
${project.version}
</version>
@@ -384,6 +386,15 @@
${project.build.directory}/xslt
</outputDirectory>
</artifactItem>
+ <artifactItem>
+ <groupId>
+ org.richfaces.ui
+ </groupId>
+ <artifactId>jQuery</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ </artifactItem>
</artifactItems>
<outputDirectory>
${project.build.directory}/library
@@ -436,7 +447,8 @@
${project.build.directory}/xslt/xslt/f.xsl
</stylesheet>
<fileMappers>
- <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+ <fileMapper
+ implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>
xml
</targetExtension>
@@ -480,7 +492,8 @@
${project.build.directory}/xslt/xslt/f.xsl
</stylesheet>
<fileMappers>
- <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+ <fileMapper
+ implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>
xml
</targetExtension>
@@ -595,9 +608,7 @@
<imagePathSettingRequired>
false
</imagePathSettingRequired>
- <finalName>
- index.html
- </finalName>
+ <finalName>index.html</finalName>
</format>
</formats>
17 years, 2 months
JBoss Rich Faces SVN: r3435 - in tags/3.1.2.GA/docs/userguide: en/src/main/docbook and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-17 18:48:30 -0400 (Wed, 17 Oct 2007)
New Revision: 3435
Added:
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.xml
Modified:
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/column.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/columnGroup.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataGrid.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataList.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataTable.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/datascroller.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/gmap.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuGroup.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuItem.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/message.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/messages.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/modalPanel.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panel.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBar.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/separator.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/spacer.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/subTable.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tab.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tabPanel.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toggleControl.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/togglePanel.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBar.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tooltip.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tree.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/treeNode.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
tags/3.1.2.GA/docs/userguide/en/src/main/docbook/master.xml
tags/3.1.2.GA/docs/userguide/en/src/main/resources/css/html.css
tags/3.1.2.GA/docs/userguide/en/src/main/resources/images/dropDownMenu5.png
tags/3.1.2.GA/docs/userguide/pom.xml
Log:
Merge latest documentation from trunk
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/column.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/column.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -198,10 +198,19 @@
<section>
<title>Definition of Custom Style Classes</title>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:column></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:column></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:column></property>
+ </emphasis>attributes.</para>
+ </section>
- <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>
<title>Relevant Resources Links</title>
<para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?c=column"
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/columnGroup.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/columnGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -183,10 +183,17 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>To redefine an appearance of all <property>columnGroups</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 columnGroup one and is known to you.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:columnGroup></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:columnGroup></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:columnGroup></property>
+ </emphasis>attributes.</para>
</section>
<section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -152,8 +152,17 @@
</tgroup>
</table>
- <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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataDefinitionList></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataDefinitionList></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataDefinitionList></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataGrid.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -81,7 +81,7 @@
</itemizedlist>
<para>The component is created basing on the <emphasis role="bold"><property><a4j:repeat></property></emphasis> component and as a result the component could
be partially updated with AJAX.</para>
- <para>Here is an example for the first screenshot:</para>
+ <para>Here is an example for <link linkend="dataGrid">the first</link> screenshot:</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -121,10 +121,17 @@
- <para>To redefine an appearance of all <property>dataGrids</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 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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataGrid></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataGrid></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataGrid></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -149,8 +149,17 @@
</table>
- <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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataList></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataList></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataList></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -147,8 +147,17 @@
</tgroup>
</table>
- <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>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataOrderedList></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -287,6 +287,10 @@
<entry>Defines styles for a header cell</entry>
</row>
<row>
+ <entry>rich-table-header-continue</entry>
+ <entry>Defines styles for all header lines after the first</entry>
+ </row>
+ <row>
<entry>rich-table-subheader</entry>
<entry>Defines styles for a column header</entry>
</row>
@@ -303,14 +307,10 @@
<entry>Defines styles for a table row</entry>
</row>
<row>
- <entry>rich-table-subfooter</entry>
- <entry>Defines styles for a column footer</entry>
+ <entry>rich-table-firstrow</entry>
+ <entry>Defines styles for a table start row</entry>
</row>
<row>
- <entry>rich-table-subfootercell</entry>
- <entry>Defines styles for a column footer cell</entry>
- </row>
- <row>
<entry>rich-table-footer</entry>
<entry>Defines styles for a footer row</entry>
</row>
@@ -318,15 +318,32 @@
<entry>rich-table-footercell</entry>
<entry>Defines styles for a footer cell</entry>
</row>
+ <row>
+ <entry>rich-table-footer-continue</entry>
+ <entry>Defines styles for all footer lines after the first</entry>
+ </row>
+ <row>
+ <entry>rich-table-subfooter</entry>
+ <entry>Defines styles for a column footer</entry>
+ </row>
+ <row>
+ <entry>rich-table-subfootercell</entry>
+ <entry>Defines styles for a column footer cell</entry>
+ </row>
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of all <property>tables</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 <emphasis>
- <property>"component class"</property>
- </emphasis> attributes which list is the same as the <property>dataTable</property> one and is
- known to you.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dataTable></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dataTable></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dataTable></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/datascroller.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -353,13 +353,22 @@
</thead>
<tbody>
<row>
+ <entry>rich-datascr</entry>
+ <entry>Defines styles for a wrapper <div> element of a datascroller</entry>
+ </row>
+ <row>
<entry>rich-dtascroller-table</entry>
- <entry>Defines styles for a wrapper table element of the component</entry>
+ <entry>Defines styles for a wrapper table element of a datascroller</entry>
</row>
<row>
<entry>rich-datascr-button</entry>
<entry>Defines styles for a button</entry>
</row>
+
+ <row>
+ <entry>rich-datascr-ctrls-separator</entry>
+ <entry>Defines styles for a separator between buttons</entry>
+ </row>
</tbody>
</tgroup>
@@ -389,9 +398,17 @@
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of all scrollers on a page, just redefine one of these classes</para>
- <para>And to redefine the appearance of the particular scroller, one may use corresponding class
- attributes on the component.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:datascroller></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:datascroller></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:datascroller></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -536,15 +536,27 @@
<entry>Defines styles for a general background list</entry>
</row>
+
+ <row>
+ <entry>rich-menu-list-strut</entry>
+
+ <entry>Defines styles for a wrapper <div> element for a strut of a popup list</entry>
+ </row>
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all drop-down menus on a page using CSS, it's enough to
- create classes with the same names and define the necessary properties in them.</para>
-
- <para>To change the style peculiarities of the particular drop-down menus define your own style
- classes in the corresponding dropDownMenu attributes.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:dropDownMenu></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:dropDownMenu></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:dropDownMenu></property>
+ </emphasis>attributes.</para>
</section>
<section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/gmap.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -163,9 +163,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>rich-gmap is a predefined style class for the map. It's possible to define some
- standard properties for all <property>maps</property> components on a page (padding, border,
- etc.) with the definition of the component.</para>
+ <table>
+ <title>Classes names that define a map appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-gmap</entry>
+ <entry>Defines styles for a wrapper <div> element of a gmap</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:gmap></property>
+ </emphasis> components, define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:gmap></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -308,7 +308,7 @@
<tbody>
<row>
<entry>rich-slider</entry>
- <entry>Defines styles for a wrapper table element of the component</entry>
+ <entry>Defines styles for a wrapper table element of a component</entry>
</row>
<row>
<entry>rich-inslider-track</entry>
@@ -341,20 +341,24 @@
</tbody>
</tgroup>
</table>
- <para>It's necessary only to define a class according to the corresponding name, so as
- an appearance of all <property>sliders</property> on a page is changed at once. </para>
- <para>To redefine appearance of particular <property>sliders</property>, it's possible
- to define your own CSS class with one of the names listed there. And then just define one of
- the components class attributes modifying component style properties.</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:inputNumberSlider></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:inputNumberSlider></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:inputNumberSlider></property>
+ </emphasis>attributes.</para>
+
<para>CSS code piece used on a page:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="HTML"><![CDATA[...
+ <programlisting role="CSS"><![CDATA[...
.rich-slider-handle{
border:2px solid;
}
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -219,7 +219,7 @@
<tbody>
<row>
<entry>rich-spinner-c</entry>
- <entry>Defines styles for a wrapper table element of the component</entry>
+ <entry>Defines styles for a wrapper table element of a component</entry>
</row>
<row>
<entry>rich-spinner-input-container</entry>
@@ -236,16 +236,18 @@
</tbody>
</tgroup>
</table>
- <para>It's necessary only to define a class according to the corresponding name, so as
- an appearance of all <property>spinners</property> on a page is changed at once. </para>
- <para>To redefine appearance of the particular <property>spinner</property>, it's
- possible to define your own CSS class. Then it's necessary just to define it in one
- of the <emphasis>
- <property>"components class"</property>
- </emphasis> attributes modifying component style properties.</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:inputNumberSpinner></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:inputNumberSpinner></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:inputNumberSpinner></property>
+ </emphasis>attributes.</para>
+
<para>CSS code piece used on a page:</para>
<para>
Copied: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml (from rev 3433, trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml)
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml (rev 0)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword>jQuery</keyword>
+ </keywordset>
+ </sectioninfo>
+ <section>
+ <title>Description</title>
+ <para>The <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> allows to apply styles and behaviour to DOM objects.</para>
+
+ <!--mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jQuery.png"/>
+ </imageobject>
+ </mediaobject-->
+ </section>
+ <section>
+ <title>Key Features</title>
+ <itemizedlist>
+ <listitem>Presents jQuery JavaScript framework functionality</listitem>
+ <listitem>Allows to apply onto JSF components and other DOM objects.</listitem>
+ <listitem>Works without conflicts with prototype.js library</listitem>
+ </itemizedlist>
+ </section>
+</section>
Copied: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.xml (from rev 3433, trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml)
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.xml (rev 0)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword>jQuery</keyword>
+ </keywordset>
+ </sectioninfo>
+
+ <table>
+ <title>Component identification parameters</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Name</entry>
+
+ <entry>Value</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>component-type</entry>
+
+ <entry>org.richfaces.JQuery</entry>
+ </row>
+
+ <row>
+ <entry>component-class</entry>
+
+ <entry>org.richfaces.component.html.HtmlJQuery</entry>
+ </row>
+
+ <row>
+ <entry>component-family</entry>
+
+ <entry>org.richfaces.JQuery</entry>
+ </row>
+
+ <row>
+ <entry>renderer-type</entry>
+
+ <entry>org.richfaces.JQueryRenderer</entry>
+ </row>
+
+ <row>
+ <entry>tag-class</entry>
+
+ <entry>org.richfaces.taglib.JQueryTag</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <section>
+ <title>Creating the Component with a Page Tag</title>
+
+ <para>To create the simplest variant on a page, use the following syntax:</para>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
+ <rich:jQuery selector="#customList tr:odd" timing="onload" query="addClass(odd)" />
+...]]></programlisting>
+ </section>
+
+ <section>
+ <title>Creating the Component Dynamically Using Java</title>
+
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="JAVA"><![CDATA[import org.richfaces.component.html.HtmlJQuery;
+...
+HtmlJQuery myJQuery = new HtmlJQuery();
+...
+]]></programlisting>
+ </section>
+
+ <section>
+ <title>Details of Usage</title>
+ <para><emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> can be used in two main modes:</para>
+ <itemizedlist>
+ <listitem>as a one-time query applied immediately or on a document ready event</listitem>
+ <listitem>as a JavaScript function that can be invoked from the JavaScript code</listitem>
+ </itemizedlist>
+ <para>The mode is chosen with <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute that has the following options:</para>
+ <itemizedlist>
+ <listitem>immediate - applying a query immediately</listitem>
+ <listitem>onload - applying a query when a document is loaded</listitem>
+ <listitem>onJScall - applying a query by invoked JavaScript function defined with the <emphasis>
+ <property>"name"</property>
+ </emphasis> attribute</listitem>
+ </itemizedlist>
+ <para>Definition of the <emphasis>
+ <property>"name"</property>
+ </emphasis> attribute is mandatory when the value of <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute is <property>"onJScall"</property>. If the<emphasis>
+ <property>"name"</property>
+ </emphasis> attribute is defined when <emphasis>
+ <property>"timing"</property>
+ </emphasis> value equals to <property>"immediate"</property> or
+ <property>"onload"</property>, the query is applied according to this
+ value, but you still have an opportunity to invoke it by a function name.</para>
+ <para>The <emphasis>
+ <property>"selector"</property>
+ </emphasis> attribute defines an object or a list of objects. The query is defined with the <emphasis>
+ <property>"query"</property>
+ </emphasis>attribute.</para>
+ <para>Here is an example of how to highlight odd rows in a table:</para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
+ <programlisting role="XML"><![CDATA[...
+ <style>
+ .odd {
+ background-color: #FFC;
+ }
+ </style>
+ ...
+
+ <rich:table id="customList" ...>
+ ...
+ </rich:table>
+ ...
+ <rich:jQuery selector="#customList tr:odd" timing="onload" query="addClass(odd)" />
+...]]></programlisting>
+ <para>The <emphasis>
+ <property>"selector"</property>
+ </emphasis> attribute uses defined by w3c consortium syntax for CSS rule <ulink
+ url="http://www.w3.org/TR/REC-CSS2/selector.html">selector</ulink> with some jQuery
+ extensions. </para>
+ <para>Those are typical examples of using selector in the <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> component.</para>
+
+ <table>
+ <title>Examples of using selector</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Selector</entry>
+
+ <entry>Comment</entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry>"p[a]"</entry>
+ <entry>In a document all "p" tags with "a" tag
+ inside are selected</entry>
+ </row>
+
+ <row>
+ <entry>"ul/li"</entry>
+ <entry>All "li" elements of unordered "ul" lists are selected
+ </entry>
+ </row>
+
+ <row>
+ <entry>"p.foo[a]"</entry>
+ <entry>All "p" tags with "foo" class and inserted
+ "a" tag are selected</entry>
+ </row>
+
+ <row>
+ <entry>"input[@name=bar]"</entry>
+ <entry>All "input" tags with "name" attribute which
+ value is "bar" are selected</entry>
+ </row>
+
+ <row>
+ <entry>"input[@type=radio][@checked]"</entry>
+ <entry>All "input" tags with attribute
+ "type"="radio" and attribute value =
+ "chekced" are selected</entry>
+ </row>
+
+ <row>
+ <entry>"p,span,td"</entry>
+ <entry>All tag elements "p" or"span" or
+ "td" are selected</entry>
+ </row>
+
+ <row>
+ <entry>"p#secret"</entry>
+ <entry>"p" paragraph element with "id"
+ identification = "secret" is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p span"</entry>
+ <entry>"span" tag is a (direct or non-direct) child of
+ "p" tag. If it's necessary, use "p >
+ span" or "p/span" is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p[@foo^=bar]"</entry>
+ <entry>"p" tag containing "foo" attribute with
+ textual value beginning with "bar" word is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p[@foo$=bar] "</entry>
+ <entry>"p" tag containing "foo" attribute with
+ textual value ending with "bar" word is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p[@foo*=bar] "</entry>
+ <entry>"p" tag with "foo" attribute containing
+ substring "bar" in any place is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p//span "</entry>
+ <entry>"span" tag that is a (direct or non-direct) child of
+ "p" tag is selected</entry>
+ </row>
+
+ <row>
+ <entry>"p/../span "</entry>
+ <entry>"span" tag that is a grandchild of "p" tag is selected</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In addition, RichFaces allows using either a component id or client id if you apply the
+ query to a JSF component. When you define a selector, RichFaces examines its content and
+ tries to replace the defined in the selector id with component id if it's found.</para>
+ <para>For example, you have the following code:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <h:form id="form">
+ ...
+ <h:panelGrid id="menu">
+ <h:graphicImage ... />
+ <h:graphicImage ... />
+ ...
+ </h:panelGrid>
+ </h:form>
+...]]></programlisting>
+
+ <para>The actual id of the <emphasis role="bold">
+ <property><h:panelGrid></property>
+ </emphasis> table in the browser DOM is "form:menu". However, you still can
+ reference to images inside this table using the following selector: </para>
+
+ <programlisting role="XML"><![CDATA[...
+ <rich:jQuery selector="#menu img" query="..." />
+...]]></programlisting>
+
+ <para>You can define the exact id in the selector if you want. The following code reference to
+ the same set of a DOM object:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <rich:jQuery selector="#form\\:menu img" query="..." />
+...]]></programlisting>
+
+ <para>Pay attention to double slashes that escape a colon in the id.</para>
+
+ <para>In case when the <emphasis>
+ <property>"name"</property>
+ </emphasis> attribute is defined, <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> generates a JavaScript function that might be used from any place of JavaScript
+ code on a page.</para>
+
+ <para>There is an example of how to enlarge the picture smoothly on mouse over event and return
+ back to the normal size on mouse out:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <h:graphicImage onmouseover="enlargePic(this)" width="50" value="/images/price.gif"
+ onmouseover="enlargePic(this, {pwidth:'60px'})" onmouseover="releasePic(this)" />
+ <h:graphicImage onmouseover="enlargePic(this)" width="50" value="/images/discount.gif"
+ onmouseover="enlargePic(this, {pwidth:'100px'})" onmouseover="releasePic(this)" />
+ ...
+ <rich:jQuery name="enlargePic" timing="onJScall" query="animate({width:param.pwidth})" />
+ <rich:jQuery name="releasePic" timing="onJScall" query="animate({width:'50px'})"/>
+...]]></programlisting>
+
+ <para>The JavaScript could use two parameters. The first parameter is a replacement for the
+ selector attribute. Thus, you can share the same query, applying it to the different DOM
+ objects. You can use a literal value or a direct reference for an existing DOM object. The
+ second parameter can be used to path the specific value inside the query. The JSON syntax is
+ used for the second parameter. The "param." namespace is used for
+ referencing data inside the parameter value.</para>
+
+ <para><emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> adds styles and behavior to the DOM object dynamically. This means if you replace
+ something on a page during an Ajax response, the applied artifacts will be overwritten. You
+ are resistible to apply them again after the Ajax response is complete.</para>
+ <para>Usually, it could be done with reRendering the <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> components in the same Ajax interaction with the components these queries are
+ applied to. Note, that queries with <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute set to <property>"onload"</property> are not
+ invoked even the query is reRendered, because a DOM document is not fully reloaded during
+ the Ajax interaction. If you need to re-applies query with
+ <property>"onload"</property> value of <emphasis>
+ <property>"timing"</property>
+ </emphasis> attribute , define the <emphasis>
+ <property>"name</property>
+ </emphasis> attribute and invoke the query by name in the <emphasis>
+ <property>"oncomplete"</property>
+ </emphasis> attribute of the Ajax component.</para>
+
+ <para>RichFaces includes jQuery JavaScript framework. You can use the futures of jQuery directly
+ without defining the <emphasis role="bold">
+ <property><rich:jQuery></property>
+ </emphasis> component on a page if it is convenient for you. To start using the jQuery feature
+ on the page, include the library to the page with the following code:</para>
+
+ <programlisting role="XML"><![CDATA[...
+ <a4j:loadScript src="resource://jquery.js"/>
+...]]></programlisting>
+
+ <para>Refer to the <ulink url="http://docs.jquery.com/">jQuery documentation </ulink> for the
+ right sintax. Remember to use jQuery() function instead of $(), as soon as jQuery works
+ without conflicts with prototype.js.</para>
+ </section>
+ <section>
+ <title>Relevant Resources Links</title>
+ <para>More information about jQuery framework and its features you can read <ulink
+ url="http://jquery.com/">here</ulink>.</para>
+ <para>How to use jQuery with other libraries see <ulink
+ url="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">here</ulink>.</para>
+
+ </section>
+</section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -310,11 +310,17 @@
</tbody>
</tgroup>
</table>
- <para> In order to redefine the style for all menu groups on a page using CSS, it's
- enough to create classes with the same names and define the necessary properties in
- them. </para>
- <para> To change style aspects of particular panel menu groups define your own style classes
- in the corresponding menuGroup attributes. </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:menuGroup></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:menuGroup></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:menuGroup></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -346,11 +346,17 @@
</tbody>
</tgroup>
</table>
- <para> In order to redefine the style for all menu items on a page using CSS, it's
- enough to create classes with the same names and define the necessary properties in
- them. </para>
- <para> To change the style of particular menu items define your own style classes in the
- corresponding menuItem attributes. </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:menuItem></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:menuItem></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:menuItem></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuSeparator.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/menuSeparator.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -133,12 +133,17 @@
</tbody>
</tgroup>
</table>
- <para>
- In order to redefine a style for all menu separators in a page using CSS, it's enough to create classes with the same names and define the necessary properties in them.
- </para>
- <para>
- To change the style peculiarities of the particular menu separators, define your own style classes in the corresponding menuSeparator attributes.
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:separator></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:separator></property>
+ </emphasis> components, define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:separator></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/message.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/message.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -183,15 +183,17 @@
</tgroup>
</table>
- <para>In order to redefine the style for <emphasis role="bold">
- <property><rich:message></property>
- </emphasis> components on a page using CSS, it's enough to create classes with the
- same names and define the necessary properties in them.</para>
-
- <para>To change the style of particular <emphasis role="bold">
- <property><rich:message></property>
- </emphasis> components define your own style classes in the corresponding message attributes.
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:message></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:message></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:message></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/messages.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/messages.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -178,17 +178,17 @@
</tgroup>
</table>
- <para>In order to redefine the style for <emphasis role="bold">
- <property><rich:message></property>
- </emphasis> components on a page using CSS, it's enough to create classes with the
- same names and define the necessary properties in them.</para>
-
- <para>To change the style of particular <emphasis role="bold">
- <property><rich:messages></property>
- </emphasis> components define your own style classes in the corresponding <emphasis role="bold">
+ <para>In order to redefine styles for all <emphasis role="bold">
<property><rich:messages></property>
- </emphasis> attributes.
- </para>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:messages></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:messages></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -470,41 +470,93 @@
</figure>
<para>The screenshot shows the classes names for defining different elements.</para>
-
+
<table>
- <title>Class names</title>
-
+ <title>Classes names that define a component appearance</title>
+
<tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
<tbody>
<row>
- <entry>rich-mpnl-pnl-h</entry>
-
- <entry>This class defines the header style. It's applied to the header elements
- of all panels.</entry>
+ <entry>rich-modalpanel</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a modalpanel</entry>
</row>
-
+
<row>
- <entry>rich-mpnl-pnl-text</entry>
-
- <entry>This class defines the header content style. It's applied to the header
- elements of all panels.</entry>
+ <entry>rich-mpnl_panel</entry>
+
+ <entry>Defines styles for a modalpanel</entry>
</row>
-
+
<row>
- <entry>rich-mpnl-pnl-body</entry>
-
- <entry>This class defines the style for the content inside a panel. It's
- applied to the elements inside panels.</entry>
+ <entry>rich-mpnl-mask-div</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a mask</entry>
</row>
-
+
<row>
- <entry>generalFamilyFont</entry>
-
- <entry>font-family</entry>
+ <entry>rich-mpnl-resizer</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a resizing element</entry>
</row>
+
+ <row>
+ <entry>rich-mpnl-shadow</entry>
+
+ <entry>Defines styles for a modalpanel shadow</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-header</entry>
+
+ <entry>Defines styles for a modalpanel header</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-header-cell</entry>
+
+ <entry>Defines styles for a header cell</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-text</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a header text</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-body</entry>
+
+ <entry>Defines styles for a content inside a modalpanel</entry>
+ </row>
+
+ <row>
+ <entry>rich-mpnl-controls</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a modalpanel control</entry>
+ </row>
</tbody>
</tgroup>
</table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:modalPanel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:modalPanel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:modalPanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panel.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panel.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panel.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -268,7 +268,7 @@
</figure>
<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>
@@ -279,30 +279,30 @@
<tbody>
<row>
<entry>rich-panel</entry>
- <entry>The class defines a <property>panel</property> common style. It's used
- in the outside <emphasis role="bold">
- <property><div></property>
- </emphasis>element</entry>
+ <entry>Defines styles for a wrapper <div> element of a panel</entry>
</row>
<row>
<entry>rich-panel-header</entry>
- <entry>The class defines a header style. It's applicable for header elements of
- all panels</entry>
+ <entry>Defines styles for header element of a panel</entry>
</row>
<row>
<entry>rich-panel-body</entry>
- <entry>The class defines a content style inside a panel. It's applicable for
- elements inside panels</entry>
+ <entry>Defines styles for a panel body</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>To redefine an appearance of a particular panel, define your own CSS class. Then
- it's necessary just to define it in one of components class attributes modifying
- component style properties.</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panel></property>
+ </emphasis>attribute.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBar.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -120,7 +120,7 @@
</mediaobject>
</figure>
<table>
- <title>Predefined component skin class</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -131,16 +131,15 @@
<tbody>
<row>
<entry>rich-panelbar</entry>
- <entry>applicable for the whole panelBar (padding, border)</entry>
+ <entry>Defines styles for a wrapper <div> element of a panelbar</entry>
</row>
+
</tbody>
</tgroup>
</table>
<para>Other classes responsible for elements rendering are described for child panelBarItem
elements and could be found in the components chapters.</para>
- <para>To change style peculiarities of the particular <property>panelBar</property> and
- child elements, define your own style classes in the corresponding
- <property>panelBar</property> attributes.</para>
+
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -166,6 +165,17 @@
</tbody>
</tgroup>
</table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelBar></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelBar></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelBar></property>
+ </emphasis>attributes.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -166,10 +166,10 @@
</imageobject>
</mediaobject>
</figure>
- <para>There are two predefined classes for the <property>panelBarItem</property> shown on the
+ <para>There are three predefined classes for the <property>panelBarItem</property> shown on the
screenshot and described in the table below</para>
<table>
- <title>Predefined component skin class</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -180,19 +180,22 @@
<tbody>
<row>
<entry>rich-panelbar-header</entry>
- <entry>applicable for panelBarItem headers</entry>
+ <entry>Defines styles for a wrapper <div> element of a panelbar item header</entry>
</row>
+
<row>
+ <entry>rich-panelbar-header-act</entry>
+ <entry>Defines styles for a wrapper <div> element of an acting panelbar item header</entry>
+ </row>
+
+ <row>
<entry>rich-panelbar-content</entry>
- <entry>applicable for panelBarItem </entry>
+ <entry>Defines styles for a panelbar item content</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>It's necessary to define a class according to the corresponding name, so as an
- appearance of all <property>panelBarItems</property> on a page is changed at once.</para>
- <para>To change style peculiarities of the particular <property>panelBarItems</property>, define
- your own style classes in the corresponding <property>panelBarItems</property> attributes.</para>
+
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -214,9 +217,18 @@
</tbody>
</tgroup>
</table>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelBarItem></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelBarItem></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelBarItem></property>
+ </emphasis>attributes.</para>
<para>CSS code piece used on a page:</para>
<para>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -386,7 +386,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define an upper level nodes</title>
<tgroup cols="2">
<thead>
@@ -401,47 +401,105 @@
<row>
<entry>rich-pmenu-top-group-div</entry>
- <entry>Defines top panel menu group common styleClass. It's used in the outside
- <div> element</entry>
+ <entry>Defines styles for a wrapper <div> element of a top group</entry>
</row>
<row>
<entry>rich-pmenu-top-group</entry>
- <entry>Defines top panel menu group wrapper table element</entry>
+ <entry>Defines styles for a top group</entry>
</row>
<row>
<entry>rich-pmenu-top-group-self-icon</entry>
- <entry>Defines top panel menu group icon element</entry>
+ <entry>Defines styles for a top group icon</entry>
</row>
<row>
<entry>rich-pmenu-top-group-self-label</entry>
- <entry>Defines top panel menu group label element</entry>
+ <entry>Defines styles for a top group label</entry>
</row>
</tbody>
</tgroup>
</table>
+
+ <table>
+ <title>Classes names that define a second and lower level nodes</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-group-div</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a group</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group</entry>
+
+ <entry>Defines styles for a group</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group-self-icon</entry>
+
+ <entry>Defines styles for a group icon</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-group-self-label</entry>
+
+ <entry>Defines styles for a group label</entry>
+ </row>
+ </tbody>
+
+ </tgroup>
+ </table>
- <para>This classes set is related to upper level of nodes. For all nodes starting with the
- second level there are similar classes:</para>
-
- <itemizedlist>
- <listitem>rich-pmenu-group-div</listitem>
- <listitem>rich-pmenu-group</listitem>
- <listitem>rich-pmenu-group-self-icon</listitem>
- <listitem>rich-pmenu-group-self-label</listitem>
- </itemizedlist>
-
- <para>In order to redefine the style for all panel menu groups on a page using CSS,
- it's enough to create classes with the same names and define the necessary properties
- in them.</para>
-
- <para>To change the style of particular panel menu groups define your own style
- classes in the corresponding panelMenuGroup attributes. </para>
+ <table>
+ <title>Classes names that define a group state</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-hovered-element</entry>
+
+ <entry>Defines styles for a hovered group element</entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelMenuGroup></property>
+ </emphasis>attributes.</para>
</section>
</section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -344,7 +344,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define first level items</title>
<tgroup cols="2">
<thead>
@@ -357,41 +357,96 @@
<tbody>
<row>
- <entry>rich-pmenu-item</entry>
+ <entry>rich-pmenu-top-item</entry>
- <entry>Defines panel menu item common styleClass</entry>
+ <entry>Defines styles for a top panel menu item</entry>
</row>
<row>
- <entry>rich-pmenu-item-icon</entry>
+ <entry>rich-pmenu-top-item-icon</entry>
- <entry>Defines panel menu item icon</entry>
+ <entry>Defines styles for a top panel menu item icon</entry>
</row>
<row>
- <entry>rich-pmenu-item-label</entry>
+ <entry>rich-pmenu-top-item-label</entry>
- <entry>Defines panel menu item label element</entry>
+ <entry>Defines styles for a top panel menu item label</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>This classes set is related to the second and all other lower levels of items. For all
- items starting from the first level there are similar classes:</para>
+ <table>
+ <title>Classes names that define second and lower levels items</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-item</entry>
+
+ <entry>Defines styles for a panel menu item</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-item-icon</entry>
+
+ <entry>Definesstyles for a panel menu item icon</entry>
+ </row>
+
+ <row>
+ <entry>rich-pmenu-item-label</entry>
+
+ <entry>Defines styles for a panel menu item label</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
- <itemizedlist>
- <listitem>rich-pmenu-top-item</listitem>
- <listitem>rich-pmenu-top-item-icon</listitem>
- <listitem>rich-pmenu-top-item-label</listitem>
- </itemizedlist>
-
- <para>In order to redefine the style for all panel menu items on a page using CSS, it's
- enough to create classes with the same names and define the necessary properties in them.</para>
-
- <para>To change the style of particular panel menu items define your own style
- classes in the corresponding panelMenuItem attributes.</para>
+ <table>
+ <title>Classes names that define items state</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>rich-pmenu-item-selected</entry>
+
+ <entry>Defines styles for a panel menu selected item</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis>attributes.</para>
</section>
</section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -370,7 +370,7 @@
<row>
<entry>rich-sdt</entry>
- <entry>Defines the styles for the component appearance</entry>
+ <entry>Defines styles for a component appearance</entry>
</row>
</tbody>
@@ -398,12 +398,28 @@
</row>
<row>
+ <entry>rich-sdt-header-raw</entry>
+
+ <entry>Defines styles for a header raw</entry>
+ </row>
+
+ <row>
+ <entry>rich-sdt-column-cell</entry>
+
+ <entry>Defines styles for column cells</entry>
+ </row>
+ <row>
<entry>rich-sdt-footer-cell</entry>
<entry>Defines styles for footer cells</entry>
</row>
<row>
+ <entry>rich-sdt-footer-raw</entry>
+
+ <entry>Defines styles for a footer raw</entry>
+ </row>
+ <row>
<entry>rich-sdt-hsep</entry>
<entry>Defines styles for header separators</entry>
@@ -414,7 +430,7 @@
</table>
<table>
- <title>Classes names that define rows and cells appearance</title>
+ <title>Classes names that define different states</title>
<tgroup cols="2">
<thead>
@@ -428,35 +444,40 @@
<tbody>
<row>
- <entry>rich-sdt-column-cell</entry>
+ <entry>rich-sdt-row-active</entry>
- <entry>Defines styles for column cells</entry>
+ <entry>Defines styles for an active row</entry>
</row>
<row>
<entry>rich-sdt-row-selected</entry>
- <entry>Defines styles for selected row</entry>
+ <entry>Defines styles for a selected row</entry>
</row>
<row>
- <entry>rich-sdt-row-active</entry>
+ <entry>rich-sdt-column-sort-up</entry>
- <entry>Defines styles for active row</entry>
+ <entry>Defines styles for ascending sorted column</entry>
</row>
+ <row>
+ <entry>rich-sdt-column-sort-down</entry>
+
+ <entry>Defines styles for descending sorted column</entry>
+ </row>
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all <emphasis role="bold">
+ <para>In order to redefine styles for all <emphasis role="bold">
<property><rich:scrollableDataTable></property>
</emphasis> components on a page using CSS, it's enough to create classes with the
- same names and define the necessary properties in them.</para>
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular <emphasis role="bold">
+ <para>To change styles of particular <emphasis role="bold">
<property><rich:scrollableDataTable></property>
- </emphasis> components define your own style classes in the corresponding <emphasis
+ </emphasis> components, define your own style classes in the corresponding <emphasis
role="bold">
<property><rich:scrollableDataTable></property>
</emphasis>attributes.</para>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/separator.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/separator.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/separator.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -120,6 +120,7 @@
<property>"styleClass"</property>
</emphasis>) modifying component property.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/simpleTogglePanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -230,7 +230,7 @@
<property><div></property>
</emphasis> element. See the table:</para>
<table>
- <title>Predefined component skin classes</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -241,31 +241,26 @@
<tbody>
<row>
<entry>rich-stglpanel</entry>
- <entry>The class defines a simpleTogglePanel common style. It's used in the
- outside <emphasis role="bold">
- <property><div></property>
- </emphasis>element</entry>
+ <entry>Defines styles for a wrapper <div> element of a simpleTogglePanel</entry>
</row>
<row>
<entry>rich-stglpanel-header</entry>
- <entry>The class defines a header style. It's applicable for header elements of
- all simple toggle panels</entry>
+ <entry>Defines styles for header element of a simpleTogglePanel</entry>
</row>
<row>
+ <entry>rich-stglpanel-marker</entry>
+ <entry>Defines styles for a wrapper <div> element for a marker</entry>
+ </row>
+
+ <row>
<entry>rich-stglpanel-body</entry>
- <entry>The class defines content style inside a panel. It's applicable for
- elements inside simple toggle panels</entry>
+ <entry>Defines styles for a simpleTogglePanel body</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>To redefine a style of all simple toggle panels on a page with CSS, create classes with
- the corresponding names and define the necessary properties in them.</para>
- <para>To change style peculiarities of a particular <property>simpleTogglePanels</property>,
- define your own style classes in the corresponding <property>simpleTogglePanels</property>
- attributes.</para>
- <para>It's necessary to define a class according to the corresponding name, so as an
- appearance of all <property>simpleTogglePanels</property> on a page is changed at once.</para>
+
+
<table>
<title>Style component classes</title>
<tgroup cols="2">
@@ -294,6 +289,18 @@
</tbody>
</tgroup>
</table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:simpleTogglePanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/spacer.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/spacer.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/spacer.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -99,6 +99,7 @@
<property>"styleClass"</property>
</emphasis>) modifying component property.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -114,5 +114,93 @@
><property>style classes</property></emphasis> used by the subTable to your page style sheets</listitem>
</itemizedlist>
<para>To redefine a style of a particular page, use component class attributes which list is the same as the <property>subTable</property> one and is known to you.</para>
-</section>
+ </section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+
+ <table>
+ <title>Classes names that define a subtable appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-subtable</entry>
+ <entry>Defines styles for all subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-caption</entry>
+ <entry>Defines styles for a "caption" facet element</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-header</entry>
+ <entry>Defines styles for a subtable header row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-headercell</entry>
+ <entry>Defines styles for a subtable header cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-header-continue</entry>
+ <entry>Defines styles for all subtable header lines after the first</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subheader</entry>
+ <entry>Defines styles for a column header of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subheadercell</entry>
+ <entry>Defines styles for a column header cell of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-cell</entry>
+ <entry>Defines styles for a subtable cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-row</entry>
+ <entry>Defines styles for a subtable row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-firstrow</entry>
+ <entry>Defines styles for a subtable start row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subfooter</entry>
+ <entry>Defines styles for a column footer of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subfootercell</entry>
+ <entry>Defines styles for a column footer cell of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footer</entry>
+ <entry>Defines styles for a subtable footer row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footercell</entry>
+ <entry>Defines styles for a subtable footer cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footer-continue</entry>
+ <entry>Defines styles for all subtable footer lines after the first</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:subTable></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:subTable></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:subTable></property>
+ </emphasis>attributes.</para>
+ </section>
</section>
\ No newline at end of file
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/suggestionBox.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/suggestionBox.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -409,7 +409,7 @@
<para>On the screenshot, there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define a suggestionBox</title>
<tgroup cols="2">
<thead>
@@ -422,21 +422,45 @@
<tbody>
<row>
+ <entry>rich-sb-common-container</entry>
+
+ <entry>Defines styles for a wrapper <div> element of a suggestion container</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-1</entry>
+
+ <entry>Defines styles for the first wrapper <div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-2</entry>
+
+ <entry>Defines styles for the second wrapper <div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
+ <entry>rich-sb-ext-decor-3</entry>
+
+ <entry>Defines styles for the third wrapper <div> element of a suggestion box exterior</entry>
+ </row>
+
+ <row>
<entry>rich-sb-overflow</entry>
- <entry>Defines the styles of outer div</entry>
+ <entry>Defines styles for a wrapper <div> element</entry>
</row>
<row>
<entry>rich-sb-int-decor-table</entry>
- <entry>Defines the styles for suggestion box table</entry>
+ <entry>Defines styles for a suggestion box table</entry>
</row>
<row>
<entry>rich-sb-int</entry>
- <entry>Defines the styles for suggestion box table rows (tr)</entry>
+ <entry>Defines the styles for a suggestion box table rows (tr)</entry>
</row>
<row>
@@ -446,24 +470,32 @@
</row>
<row>
- <entry>rich-sb-shadow</entry>
+ <entry>rich-sb-int-sel</entry>
- <entry>Defines the styles for shadow</entry>
+ <entry>Defines styles for a selected row</entry>
</row>
<row>
- <entry>rich-sb-int-sel</entry>
+ <entry>rich-sb-shadow</entry>
- <entry>Defines the styles for selected row</entry>
+ <entry>Defines styles for a suggestion boxshadow</entry>
</row>
+
</tbody>
</tgroup>
</table>
- <para>In order to redefine the style for all saggestionbox components on a page using CSS, it's enough to
- create classes with the same names and define the necessary properties in them.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:suggestionBox></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
- <para>To change the style of particular suggestionbox components define your own style classes in the corresponding suggestionbox attributes. </para>
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:suggestionBox></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:suggestionBox></property>
+ </emphasis>attributes.</para>
</section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tab.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tab.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -174,11 +174,59 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
-
- <para>The style peculiarities of a particular <property>Tab</property> variant could be changed with specification of your
- own StyleClasses attributes.</para>
- <para>It's necessary to define a class according to the corresponding name, so as an
-
-appearance of all slider on a page is changed at once.</para>
+
+ <table>
+ <title>Classes names that define a tab</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tab-header</entry>
+ <entry>Defines styles for a tab header</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Classes names that define a tab states</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tab-active</entry>
+ <entry>Defines styles for an active tab</entry>
+ </row>
+ <row>
+ <entry>rich-tab-inactive</entry>
+ <entry>Defines styles for an inactive tab</entry>
+ </row>
+ <row>
+ <entry>rich-tab-disabled</entry>
+ <entry>Defines styles for a disabled tab</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tab></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tab></property>
+ </emphasis> components define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:tab></property>
+ </emphasis>attribute.</para>
</section>
</section>
\ No newline at end of file
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -184,7 +184,7 @@
of all tab panels on a page.</para>
<table>
- <title>Classes names that define appearance</title>
+ <title>Classes names that define a component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -194,21 +194,25 @@
</thead>
<tbody>
<row>
+ <entry>rich-tabpanel</entry>
+ <entry>Defines styles for all tabpanel</entry>
+ </row>
+ <row>
<entry>rich-tabpanel-content</entry>
- <entry>Tab internal content</entry>
+ <entry>Defines styles for an internal content</entry>
</row>
<row>
<entry>rich-tabpanel-content-position</entry>
- <entry>A class for wrapping element content. It should define a shift equal to borders
- width in order to overlap a panel and tabs</entry>
+ <entry>Defines styles for a wrapper element of a tabpanel content. It should define a shift equal to borders
+ width in order to overlap panel tabs</entry>
</row>
<row>
<entry>rich-tabhdr-side-border</entry>
- <entry>A class for side elements of a tab header</entry>
+ <entry>Defines styles for side elements of a tabpanel header</entry>
</row>
<row>
<entry>rich-tabhdr-side-cell</entry>
- <entry>A class for a header internal element</entry>
+ <entry>Defines styles for a header internal element</entry>
</row>
</tbody>
</tgroup>
@@ -228,22 +232,30 @@
<tbody>
<row>
<entry>rich-tabhdr-cell-active</entry>
- <entry>A class for an internal element of an active header</entry>
+ <entry>Defines styles for an internal element of an active header</entry>
</row>
<row>
<entry>rich-tabhdr-cell-inactive</entry>
- <entry>A class for internal element of an inactive label </entry>
+ <entry>Defines styles for an internal element of an inactive label </entry>
</row>
<row>
<entry>rich-tabhdr-cell-disabled</entry>
- <entry>A class for an internal element of a disabled label </entry>
+ <entry>Defines styles for an internal element of a disabled label </entry>
</row>
</tbody>
</tgroup>
</table>
- <para>Also it is possible to change look-and-feel settings of individual tab panel component by
- writing your own style classes in corresponding class attributes of
- <property>tabPanel</property>.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tabPanel></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tabPanel></property>
+ </emphasis> components, define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:tabPanel></property>
+ </emphasis>attributes.</para>
</section>
<section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -123,4 +123,25 @@
><property>"style"</property>,</emphasis> <emphasis
><property>"styleClass"</property></emphasis>)and the properties have been changed.</para>
</section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a component appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tglctrl</entry>
+ <entry>Defines styles for a toggle control</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
</section>
\ No newline at end of file
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/togglePanel.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/togglePanel.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -143,6 +143,7 @@
<para>The component doesn't have its own representation rendering only content of its
facets, thus all look and feel is set only for content.</para>
</section>
+
<section>
<title>Relevant Resources Links</title>
<para>
@@ -151,5 +152,5 @@
><property><rich:togglePanel></property></emphasis> usage and sources for the given example.
</para>
</section>
-
+
</section>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -140,10 +140,41 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a toolBar</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-toolbar</entry>
+ <entry>Defines styles for a toolbar element</entry>
+ </row>
+ <row>
+ <entry>rich-toolbar-item</entry>
+ <entry>Defines styles for a toolbar item</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
<para>On generating, the component substitutes the default class rich-toolbar-exterior into <emphasis>
<property>style class</property>
- </emphasis> of a generated component, i.e. to redefine at once all
- <property>toolBars</property> appearance on a page, redefine this class in your CSS.</para>
+ </emphasis> of a generated component.</para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:toolBar></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:toolBar></property>
+ </emphasis> components define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:toolBar></property>
+ </emphasis>attributes.</para>
<para>The component also has the standard attributes <emphasis>
<property>"style"</property>
</emphasis> and <emphasis>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/toolBarGroup.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -161,19 +161,5 @@
</tgroup>
</table>
</section>
- <section>
- <title>Definition of Custom Style Classes</title>
- <para>On generating, the component substitutes the default class rich-toolbar-interior into
- <emphasis
-><property>style class</property></emphasis> of a generated component, i.e.
-to redefine at once all <property>toolBarGroups</property> appearance on a page, redefine this class in your CSS.</para>
- <para>The component also has the standard attribute "style" and <emphasis
-
-><property>"style class"</property></emphasis> that could redefine an
- appearance of particular component variants.
- </para>
- <para>It's necessary to define a class according to the corresponding name, so as an
-
-appearance of all <property>toolBarGroups</property> on a page is changed at once.</para>
- </section>
+
</section>
\ No newline at end of file
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tooltip.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -238,13 +238,38 @@
<section>
<title>Definition of Custom Style Classes</title>
- <para>
- <property>Tooltip</property> provides one class "rich-tool-tip" which applies to a wrapper element <emphasis><property>"span"</property></emphasis> or "div"
- dependently to <property>tooltip</property> layout. In order to redefine style for all <property>tooltips</property>
- on a page with using CSS it's enough to create classes with this name and define in it necessary properties.
- To change style peculiarities of a particular <property>tooltips</property>, define your own style classes in the corresponding
- <property>tooltips</property> attributes.
- </para>
+ <table>
+ <title>Classes names that define a tooltip</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tool-tip</entry>
+ <entry>Defines styles for a wrapper <span> or <div> element of a tooltip</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>
+ It depends on <emphasis role="bold"><property><rich:tooltip></property></emphasis> layout what a wrapper element <emphasis><property><span></property></emphasis> or <emphasis><property><div></property></emphasis>to choose.
+ </para>
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tooltip></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tooltip></property>
+ </emphasis> components define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:tooltip></property>
+ </emphasis>attributes</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tree.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/tree.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -290,11 +290,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>The <property>tree</property> also has only one predefined Style Class responsible for
- displaying a wrapper element of the <property>tree</property> - <emphasis role="bold">
- <property><rich:tree></property>
- </emphasis> redefining of which will change look and feel of all <property>trees</property> on
- the page.</para>
+ <table>
+ <title>Classes names that define a tree</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tree</entry>
+ <entry>Defines styles for a wrapper <div> element of a tree</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:tree></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:tree></property>
+ </emphasis> components define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:tree></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -253,17 +253,76 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>The following classes are applied to a node element in three states: default, marked,
- mouseovered:</para>
- <itemizedlist>
- <listitem>rich-tree-node</listitem>
- <listitem>rich-tree-node-selected</listitem>
- <listitem>rich-tree-node-highlighted</listitem>
- </itemizedlist>
- <para>Hence, in order to change an appearance of all <property>treeNodesAdaptor</property> on a page,
- declare and customize the above-mentioned classes in your CSS.</para>
- <para>It is also possible to change look and feel of specific <property>treeNodesAdaptor</property>
- with the help of defining for them <emphasis>
+ <para>On the screenshot, there are classes that are applied to a node element in three states: default, marked,
+ mouseovered:</para>
+
+ <table>
+ <title>Classes names that define a node element</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tree-node</entry>
+ <entry> Defines styles for a tree node</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-selected</entry>
+ <entry>Defines styles for a selected tree node </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-highlighted</entry>
+ <entry>Defines styles for a highlighted tree node </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon</entry>
+ <entry>Defines styles for a tree node handleicon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon-collapsed</entry>
+ <entry>Defines styles for a collapsed tree node handleicon </entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-handleicon-expanded</entry>
+ <entry>Defines styles for a expanded tree node handleicon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-children</entry>
+ <entry>Defines styles for all tree node subnodes</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-text</entry>
+ <entry>Defines styles for a tree node text</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-icon</entry>
+ <entry>Defines styles for a tree node icon</entry>
+ </row>
+ <row>
+ <entry>rich-tree-node-icon-leaf</entry>
+ <entry>Defines styles for a tree node icon leaf</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine the style for all <emphasis role="bold">
+ <property><rich:treeNode></property>
+ </emphasis> components on a page using CSS, it's enough to create classes with the
+ same names and define the necessary properties in them.</para>
+
+ <para>To change the style of particular <emphasis role="bold">
+ <property><rich:treeNode></property>
+ </emphasis> components define your own style classes in the corresponding <emphasis
+ role="bold">
+ <property><rich:treeNode></property>
+ </emphasis>attributes.</para>
+ <para>It is also possible to change look and feel of specific <emphasis role="bold"><property><rich:treeNode></property>
+ </emphasis> with the help of defining for them <emphasis>
<property>"selectedClass"</property>
</emphasis> and <emphasis>
<property>"highlightedClass"</property>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -138,9 +138,35 @@
</section>
<section>
<title>Definition of Custom Style Classes</title>
- <para>rich-virtualEarth map is a predefined style class for the map. It's possible to define some
- standard properties for all <property>maps</property> components on a page (padding, border,
- etc.) with the definition of the component.</para>
+ <table>
+ <title>Classes names that define a virtualEarth appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-virtualEarth</entry>
+ <entry>Defines styles for a wrapper <div> element of a virtualEarth</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>In order to redefine styles for all <emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> components on a page using CSS, it's enough to create class with the
+ same name and define necessary properties in it.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis> components, define your own style class in the corresponding <emphasis
+ role="bold">
+ <property><rich:virtualEarth></property>
+ </emphasis>attribute.</para>
</section>
<section>
<title>Relevant Resources Links</title>
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/docbook/master.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/docbook/master.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -46,6 +46,8 @@
<!ENTITY insert_table SYSTEM "../../../target/generated/insert.xml">
<!ENTITY treeModel_table SYSTEM "../../../target/generated/tree-model.xml">
<!ENTITY scrollableDataTable_table SYSTEM "../../../target/generated/scrollableDataTable.xml">
+<!ENTITY jQuery_table SYSTEM "../../../target/generated/jQuery.xml">
+
<!ENTITY coreComponents_table SYSTEM "../../../target/generated/a4j.xml">
<!ENTITY rfcFAQ SYSTEM "modules/RFCfaq.xml">
@@ -90,6 +92,7 @@
&inputNumberSlider_table;
&inputNumberSpinner_table;
&insert_table;
+&jQuery_table;
&message_table;
&modalPanel_table;
&paint2D_table;
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- tags/3.1.2.GA/docs/userguide/en/src/main/resources/css/html.css 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/en/src/main/resources/css/html.css 2007-10-17 22:48:30 UTC (rev 3435)
@@ -347,3 +347,42 @@
cursor: pointer;
}
+.css_comment {
+color:#3F5FBF;
+}
+.css_normal {
+color:#000000;
+}
+.css_semi_colon {
+color:#000000;
+}
+.css_curly_brace {
+color:#000000;
+}
+.css_atmark_rule {
+color:#3F7F7F;
+}
+.css_selector {
+color:#3F7F7F;
+}
+.css_media {
+color:#2A00FF;
+}
+.css_string {
+color:#2A00FF;
+}
+.css_uri {
+color:#2A00FF;
+}
+.css_property_value {
+color:#2A00FF;
+}
+.css_colon {
+color:#000000;
+}
+.css_error {
+color:#BF3F3F;
+}
+.css_property_name {
+color:#7F007F;
+}
Modified: tags/3.1.2.GA/docs/userguide/en/src/main/resources/images/dropDownMenu5.png
===================================================================
(Binary files differ)
Modified: tags/3.1.2.GA/docs/userguide/pom.xml
===================================================================
--- tags/3.1.2.GA/docs/userguide/pom.xml 2007-10-17 22:15:33 UTC (rev 3434)
+++ tags/3.1.2.GA/docs/userguide/pom.xml 2007-10-17 22:48:30 UTC (rev 3435)
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
@@ -50,17 +52,19 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>calendar</artifactId>
+ <artifactId>
+ calendar
+ </artifactId>
<version>
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -105,7 +109,7 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -117,19 +121,17 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>
- effect
- </artifactId>
+ <artifactId>effect</artifactId>
<version>
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
@@ -172,14 +174,12 @@
${project.version}
</version>
</artifactItem>
-
+
<artifactItem>
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>
- insert
- </artifactId>
+ <artifactId>insert</artifactId>
<version>
${project.version}
</version>
@@ -362,7 +362,9 @@
<groupId>
org.richfaces.ui
</groupId>
- <artifactId>treeModel</artifactId>
+ <artifactId>
+ treeModel
+ </artifactId>
<version>
${project.version}
</version>
@@ -384,6 +386,15 @@
${project.build.directory}/xslt
</outputDirectory>
</artifactItem>
+ <artifactItem>
+ <groupId>
+ org.richfaces.ui
+ </groupId>
+ <artifactId>jQuery</artifactId>
+ <version>
+ ${project.version}
+ </version>
+ </artifactItem>
</artifactItems>
<outputDirectory>
${project.build.directory}/library
@@ -436,7 +447,8 @@
${project.build.directory}/xslt/xslt/f.xsl
</stylesheet>
<fileMappers>
- <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+ <fileMapper
+ implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>
xml
</targetExtension>
@@ -480,7 +492,8 @@
${project.build.directory}/xslt/xslt/f.xsl
</stylesheet>
<fileMappers>
- <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+ <fileMapper
+ implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>
xml
</targetExtension>
@@ -595,9 +608,7 @@
<imagePathSettingRequired>
false
</imagePathSettingRequired>
- <finalName>
- index.html
- </finalName>
+ <finalName>index.html</finalName>
</format>
</formats>
17 years, 2 months
JBoss Rich Faces SVN: r3434 - in branches/3.1.x/samples/richfaces-demo/src/main/webapp: css and 9 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-10-17 18:15:33 -0400 (Wed, 17 Oct 2007)
New Revision: 3434
Added:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/css/common.css
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/welcome.xhtml
Log:
demo look-n-feel++
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/css/common.css
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/css/common.css 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/css/common.css 2007-10-17 22:15:33 UTC (rev 3434)
@@ -3,19 +3,28 @@
padding:0;
}
+* {
+ font-family: Verdana,Arial;
+}
+
p {
margin-top: 15px;
margin-bottom: 5px;
font-size: 12px;
- font-family: Verdana;
+ font-family: Verdana,Arial;
}
+ .footer-text {
+ font-size: 10px;
+ }
+
body{
margin : 0px;
background-position : top left;
background-repeat : no-repeat;
background-color : White;
padding-top:428px;
+ font-family: Verdana;
}
.page_brick{
@@ -145,6 +154,11 @@
background-color : transparent;
padding : 0px 1px 0px 0px;
}
+ html>body .panel_menu {
+ padding : 0;
+ }
+
+
.panel_menu div {
background-color:transparent;
padding:0;
Added: branches/3.1.x/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
===================================================================
(Binary files differ)
Property changes on: branches/3.1.x/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -30,9 +30,9 @@
</div>
<p>
For additional information about attributes of this compponent read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -29,9 +29,9 @@
</div>
<p>
For additional information about attributes of this component read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -71,9 +71,9 @@
</p>
<p>
For additional information about attributes of this component read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -21,7 +21,7 @@
<rich:separator lineType="solid" height="1" />
<h:outputText value="This demo shows how to attach the mouseover/mouseout events to the
- DOM objects. Hower the images below to make them enlarged." />
+ DOM objects. However the images below show how to make them enlarged." />
<rich:separator lineType="solid" height="1" style="padding-bottom:10px;" />
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -22,25 +22,17 @@
<rich:separator lineType="solid" height="1" />
<h:outputText value="This demo shows how just four rich:jQuery queries allow to
- add zebra-style to the table and highlight rows under the mouse cursor." />
+ add zebra-style to a table and highlight rows under the mouse cursor." />
<rich:dataTable width="483" id="carList" rows="15"
value="#{dataTableScrollerBean.allCars}" var="category">
<f:facet name="header">
<rich:columnGroup>
- <h:column>
- <h:outputText styleClass="headerText" value="Make" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Model" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Price" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Mileage" />
- </h:column>
+ <h:column><h:outputText value="Make" /></h:column>
+ <h:column><h:outputText value="Model" /></h:column>
+ <h:column><h:outputText value="Price" /></h:column>
+ <h:column><h:outputText value="Mileage" /></h:column>
</rich:columnGroup>
</f:facet>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -30,18 +30,18 @@
the number of parameters corresponds to the arguments of the called function. The
value(s) of the a4j:actionparam will be replaced with the value of function arguments
before the Ajax request is sent. To read more about a4j:action param visit
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/actionparam.jsf?c=actionparam">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/actionparam.jsf?c=actionparam">
<h:outputText value="'Ajax Paramemeter' section" />
- </h:outputLink>.
+ </a>.
</p>
<p>
As for any other Ajax components, you can use <b>reRender</b> attribute to update the area(s) of the page
after an Ajax Response comes back. Also, you can use <b>data</b> attribute and <b>oncomplete</b> attribute to
take the data from the server and use them for Javascript to call them. For additional information about
Javascript oriented and other important attributes of a4j:jsFunction read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -57,9 +57,9 @@
<p>
For additional information about attributes of this compponent read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -12,7 +12,7 @@
<td class="ico"><h:graphicImage value="#{component.iconImage}" width="16" height="16" alt="" border="0" /></td>
<td class="text" width="100%">
<h:outputLink style="display:block;height:20px" value="#{component.contextRelativeDemoLocation}">
- <span style="display:block;">
+ <span style="display:block;padding-top:3px">
#{component.name}
</span>
<f:param value="#{component.id}" name="c"/>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -9,9 +9,9 @@
<rich:panel styleClass="panel_documents">
<strong>#{componentNavigator.currentComponent.name}</strong>
<ul>
- <li><h:outputLink value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
- <li><h:outputLink value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
- <li><h:outputLink value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
</ul>
</rich:panel>
</ui:composition>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -63,19 +63,28 @@
</style>
<f:subview>
<div>
+
+ <a4j:outputPanel id="hide2" styleClass="viewsourcelooklink" style="display:none">
+ <rich:effect for="hide2" event="onclick" type="BlindUp" targetId="source1" params="id:'source1', duration:1.0" />
+ <rich:effect for="hide2" event="onclick" type="Appear" targetId="look" params="delay:1.0, duration:1.0" />
+ <rich:effect for="hide2" event="onclick" type="Fade" targetId="hide2" params="delay:0.9, duration:0.1" />
+ <h:outputText style="padding-right:5px" value="Hide"/>
+ </a4j:outputPanel>
+
<a4j:outputPanel styleClass="viewsourcelooklink" id="look">
<rich:effect for="look" event="onclick" type="Fade" targetId="source1" params="duration:0.0" />
<rich:effect for="look" event="onclick" type="Fade" params="duration:0.1" />
<rich:effect for="look" event="onclick" type="BlindDown" targetId="source1" params="delay:0.1,duration:1.0,from:0.0,to:1.0" />
<rich:effect for="look" event="onclick" type="Appear" targetId="source1" params="delay:0.1,duration:0.5,from:0.0,to:1.0" />
+ <rich:effect for="look" event="onclick" type="Appear" targetId="hide2" params="delay:0.1,duration:0.5,from:0.0,to:1.0" />
<h:outputText escape="false" value="#{empty openlabel?'View Source' : openlabel }" />
</a4j:outputPanel>
+
+
<rich:panel id="source1" bodyClass="viewsourcebody" headerClass="viewsourceheader" styleClass="viewsourcepanel" style="display:none">
<f:facet name="header">
<rich:spacer height="3px" />
</f:facet>
-
-
<div class="viewsourcediv">
<rich:insert src="#{sourcepath}" highlight="#{empty sourcetype? 'xhtml' : sourcetype }"/>
</div>
@@ -83,6 +92,7 @@
<a4j:outputPanel id="hide" styleClass="viewsourcehidelink">
<rich:effect for="hide" event="onclick" type="BlindUp" targetId="source1" params="id:'source1', duration:1.0" />
<rich:effect for="hide" event="onclick" type="Appear" targetId="look" params="delay:1.0, duration:1.0" />
+ <rich:effect for="hide" event="onclick" type="Fade" targetId="hide2" params="delay:0.9, duration:0.1" />
<h:outputText style="padding-right:5px" value="<<Hide Source"/>
</a4j:outputPanel>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -48,10 +48,10 @@
<!-- tabpanel end -->
<rich:spacer style="height:10px;" />
<rich:separator style="height:1px" />
- <div style="font-size:10px;float:right">${a4j.version}</div>
- <div style="font-size:10px;float:none">
+ <div style="float:right" class="footer-text">${a4j.version}</div>
+ <div style="float:none">
<a href="http://jboss.com/index.html?module=bb&op=viewtopic&t=104575"
- style="color:#000">RichFaces. Most Important Links</a>
+ style="color:#000; display:block" class="footer-text">RichFaces. Most Important Links</a>
</div>
</td>
</tr>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/welcome.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2007-10-17 22:15:33 UTC (rev 3434)
@@ -6,9 +6,8 @@
<ui:composition template="/templates/main.xhtml">
<ui:define name="title">RichFaces - Open Source Rich JSF Components</ui:define>
<ui:define name="body">
- <p>Welcome to the <h:outputLink value="http://labs.jboss.com/jbossrichfaces" target="_blank">
- <strong>Rich Faces 3.1</strong>
- </h:outputLink> demo!</p>
+ <p>Welcome to the <a href="http://labs.jboss.com/jbossrichfaces"
+ target="_blank" style="color:#000">Rich Faces 3.1</a> demo!</p>
<h4>About RichFaces</h4>
<p>RichFaces is a rich component library for JavaServer Faces
built on an advanced open source framework (Ajax4jsf). It allows easy integration of AJAX capabilities into enterprise-level business
17 years, 2 months
JBoss Rich Faces SVN: r3433 - in tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp: css and 9 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-10-17 18:06:01 -0400 (Wed, 17 Oct 2007)
New Revision: 3433
Added:
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
Modified:
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/css/common.css
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/welcome.xhtml
Log:
demo look-n-feel++
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/css/common.css
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/css/common.css 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/css/common.css 2007-10-17 22:06:01 UTC (rev 3433)
@@ -3,19 +3,28 @@
padding:0;
}
+* {
+ font-family: Verdana,Arial;
+}
+
p {
margin-top: 15px;
margin-bottom: 5px;
font-size: 12px;
- font-family: Verdana;
+ font-family: Verdana,Arial;
}
+ .footer-text {
+ font-size: 10px;
+ }
+
body{
margin : 0px;
background-position : top left;
background-repeat : no-repeat;
background-color : White;
padding-top:428px;
+ font-family: Verdana;
}
.page_brick{
@@ -145,6 +154,11 @@
background-color : transparent;
padding : 0px 1px 0px 0px;
}
+ html>body .panel_menu {
+ padding : 0;
+ }
+
+
.panel_menu div {
background-color:transparent;
padding:0;
Added: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
===================================================================
(Binary files differ)
Property changes on: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -30,9 +30,9 @@
</div>
<p>
For additional information about attributes of this compponent read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -29,9 +29,9 @@
</div>
<p>
For additional information about attributes of this component read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -71,9 +71,9 @@
</p>
<p>
For additional information about attributes of this component read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -21,7 +21,7 @@
<rich:separator lineType="solid" height="1" />
<h:outputText value="This demo shows how to attach the mouseover/mouseout events to the
- DOM objects. Hower the images below to make them enlarged." />
+ DOM objects. However the images below show how to make them enlarged." />
<rich:separator lineType="solid" height="1" style="padding-bottom:10px;" />
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -22,25 +22,17 @@
<rich:separator lineType="solid" height="1" />
<h:outputText value="This demo shows how just four rich:jQuery queries allow to
- add zebra-style to the table and highlight rows under the mouse cursor." />
+ add zebra-style to a table and highlight rows under the mouse cursor." />
<rich:dataTable width="483" id="carList" rows="15"
value="#{dataTableScrollerBean.allCars}" var="category">
<f:facet name="header">
<rich:columnGroup>
- <h:column>
- <h:outputText styleClass="headerText" value="Make" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Model" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Price" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Mileage" />
- </h:column>
+ <h:column><h:outputText value="Make" /></h:column>
+ <h:column><h:outputText value="Model" /></h:column>
+ <h:column><h:outputText value="Price" /></h:column>
+ <h:column><h:outputText value="Mileage" /></h:column>
</rich:columnGroup>
</f:facet>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -30,18 +30,18 @@
the number of parameters corresponds to the arguments of the called function. The
value(s) of the a4j:actionparam will be replaced with the value of function arguments
before the Ajax request is sent. To read more about a4j:action param visit
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/actionparam.jsf?c=actionparam">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/actionparam.jsf?c=actionparam">
<h:outputText value="'Ajax Paramemeter' section" />
- </h:outputLink>.
+ </a>.
</p>
<p>
As for any other Ajax components, you can use <b>reRender</b> attribute to update the area(s) of the page
after an Ajax Response comes back. Also, you can use <b>data</b> attribute and <b>oncomplete</b> attribute to
take the data from the server and use them for Javascript to call them. For additional information about
Javascript oriented and other important attributes of a4j:jsFunction read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -57,9 +57,9 @@
<p>
For additional information about attributes of this compponent read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -12,7 +12,7 @@
<td class="ico"><h:graphicImage value="#{component.iconImage}" width="16" height="16" alt="" border="0" /></td>
<td class="text" width="100%">
<h:outputLink style="display:block;height:20px" value="#{component.contextRelativeDemoLocation}">
- <span style="display:block;">
+ <span style="display:block;padding-top:3px">
#{component.name}
</span>
<f:param value="#{component.id}" name="c"/>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -9,9 +9,9 @@
<rich:panel styleClass="panel_documents">
<strong>#{componentNavigator.currentComponent.name}</strong>
<ul>
- <li><h:outputLink value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
- <li><h:outputLink value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
- <li><h:outputLink value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
</ul>
</rich:panel>
</ui:composition>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -63,19 +63,28 @@
</style>
<f:subview>
<div>
+
+ <a4j:outputPanel id="hide2" styleClass="viewsourcelooklink" style="display:none">
+ <rich:effect for="hide2" event="onclick" type="BlindUp" targetId="source1" params="id:'source1', duration:1.0" />
+ <rich:effect for="hide2" event="onclick" type="Appear" targetId="look" params="delay:1.0, duration:1.0" />
+ <rich:effect for="hide2" event="onclick" type="Fade" targetId="hide2" params="delay:0.9, duration:0.1" />
+ <h:outputText style="padding-right:5px" value="Hide"/>
+ </a4j:outputPanel>
+
<a4j:outputPanel styleClass="viewsourcelooklink" id="look">
<rich:effect for="look" event="onclick" type="Fade" targetId="source1" params="duration:0.0" />
<rich:effect for="look" event="onclick" type="Fade" params="duration:0.1" />
<rich:effect for="look" event="onclick" type="BlindDown" targetId="source1" params="delay:0.1,duration:1.0,from:0.0,to:1.0" />
<rich:effect for="look" event="onclick" type="Appear" targetId="source1" params="delay:0.1,duration:0.5,from:0.0,to:1.0" />
+ <rich:effect for="look" event="onclick" type="Appear" targetId="hide2" params="delay:0.1,duration:0.5,from:0.0,to:1.0" />
<h:outputText escape="false" value="#{empty openlabel?'View Source' : openlabel }" />
</a4j:outputPanel>
+
+
<rich:panel id="source1" bodyClass="viewsourcebody" headerClass="viewsourceheader" styleClass="viewsourcepanel" style="display:none">
<f:facet name="header">
<rich:spacer height="3px" />
</f:facet>
-
-
<div class="viewsourcediv">
<rich:insert src="#{sourcepath}" highlight="#{empty sourcetype? 'xhtml' : sourcetype }"/>
</div>
@@ -83,6 +92,7 @@
<a4j:outputPanel id="hide" styleClass="viewsourcehidelink">
<rich:effect for="hide" event="onclick" type="BlindUp" targetId="source1" params="id:'source1', duration:1.0" />
<rich:effect for="hide" event="onclick" type="Appear" targetId="look" params="delay:1.0, duration:1.0" />
+ <rich:effect for="hide" event="onclick" type="Fade" targetId="hide2" params="delay:0.9, duration:0.1" />
<h:outputText style="padding-right:5px" value="<<Hide Source"/>
</a4j:outputPanel>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -48,10 +48,10 @@
<!-- tabpanel end -->
<rich:spacer style="height:10px;" />
<rich:separator style="height:1px" />
- <div style="font-size:10px;float:right">${a4j.version}</div>
- <div style="font-size:10px;float:none">
+ <div style="float:right" class="footer-text">${a4j.version}</div>
+ <div style="float:none">
<a href="http://jboss.com/index.html?module=bb&op=viewtopic&t=104575"
- style="color:#000">RichFaces. Most Important Links</a>
+ style="color:#000; display:block" class="footer-text">RichFaces. Most Important Links</a>
</div>
</td>
</tr>
Modified: tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/welcome.xhtml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
+++ tags/3.1.2.GA/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2007-10-17 22:06:01 UTC (rev 3433)
@@ -6,9 +6,8 @@
<ui:composition template="/templates/main.xhtml">
<ui:define name="title">RichFaces - Open Source Rich JSF Components</ui:define>
<ui:define name="body">
- <p>Welcome to the <h:outputLink value="http://labs.jboss.com/jbossrichfaces" target="_blank">
- <strong>Rich Faces 3.1</strong>
- </h:outputLink> demo!</p>
+ <p>Welcome to the <a href="http://labs.jboss.com/jbossrichfaces"
+ target="_blank" style="color:#000">Rich Faces 3.1</a> demo!</p>
<h4>About RichFaces</h4>
<p>RichFaces is a rich component library for JavaServer Faces
built on an advanced open source framework (Ajax4jsf). It allows easy integration of AJAX capabilities into enterprise-level business
17 years, 2 months
JBoss Rich Faces SVN: r3432 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-10-17 17:58:56 -0400 (Wed, 17 Oct 2007)
New Revision: 3432
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
Log:
demo look-n-feel++
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 21:58:56 UTC (rev 3432)
@@ -29,18 +29,10 @@
value="#{dataTableScrollerBean.allCars}" var="category">
<f:facet name="header">
<rich:columnGroup>
- <h:column>
- <h:outputText styleClass="headerText" value="Make" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Model" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Price" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Mileage" />
- </h:column>
+ <h:column><h:outputText value="Make" /></h:column>
+ <h:column><h:outputText value="Model" /></h:column>
+ <h:column><h:outputText value="Price" /></h:column>
+ <h:column><h:outputText value="Mileage" /></h:column>
</rich:columnGroup>
</f:facet>
17 years, 2 months
JBoss Rich Faces SVN: r3431 - in trunk/samples/richfaces-demo/src/main/webapp: css and 8 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-10-17 17:56:42 -0400 (Wed, 17 Oct 2007)
New Revision: 3431
Added:
trunk/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
Modified:
trunk/samples/richfaces-demo/src/main/webapp/css/common.css
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml
Log:
demo look-n-feel++
Modified: trunk/samples/richfaces-demo/src/main/webapp/css/common.css
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/css/common.css 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/css/common.css 2007-10-17 21:56:42 UTC (rev 3431)
@@ -3,19 +3,28 @@
padding:0;
}
+* {
+ font-family: Verdana,Arial;
+}
+
p {
margin-top: 15px;
margin-bottom: 5px;
font-size: 12px;
- font-family: Verdana;
+ font-family: Verdana,Arial;
}
+ .footer-text {
+ font-size: 10px;
+ }
+
body{
margin : 0px;
background-position : top left;
background-repeat : no-repeat;
background-color : White;
padding-top:428px;
+ font-family: Verdana;
}
.page_brick{
@@ -145,6 +154,11 @@
background-color : transparent;
padding : 0px 1px 0px 0px;
}
+ html>body .panel_menu {
+ padding : 0;
+ }
+
+
.panel_menu div {
background-color:transparent;
padding:0;
Added: trunk/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/images/cn_jQuery.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandButton/usage.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -30,9 +30,9 @@
</div>
<p>
For additional information about attributes of this compponent read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/commandLink/usage.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -29,9 +29,9 @@
</div>
<p>
For additional information about attributes of this component read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -71,9 +71,9 @@
</p>
<p>
For additional information about attributes of this component read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jsFunction/usage.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -30,18 +30,18 @@
the number of parameters corresponds to the arguments of the called function. The
value(s) of the a4j:actionparam will be replaced with the value of function arguments
before the Ajax request is sent. To read more about a4j:action param visit
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/actionparam.jsf?c=actionparam">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/actionparam.jsf?c=actionparam">
<h:outputText value="'Ajax Paramemeter' section" />
- </h:outputLink>.
+ </a>.
</p>
<p>
As for any other Ajax components, you can use <b>reRender</b> attribute to update the area(s) of the page
after an Ajax Response comes back. Also, you can use <b>data</b> attribute and <b>oncomplete</b> attribute to
take the data from the server and use them for Javascript to call them. For additional information about
Javascript oriented and other important attributes of a4j:jsFunction read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
</ui:define>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/support/usage.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -57,9 +57,9 @@
<p>
For additional information about attributes of this compponent read
- <h:outputLink value="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
+ <a href="#{facesContext.externalContext.requestContextPath}/richfaces/ajaxAttributes.jsf?c=ajaxattributes">
<h:outputText value="'Ajax Attribute' section" />
- </h:outputLink>.
+ </a>.
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -12,7 +12,7 @@
<td class="ico"><h:graphicImage value="#{component.iconImage}" width="16" height="16" alt="" border="0" /></td>
<td class="text" width="100%">
<h:outputLink style="display:block;height:20px" value="#{component.contextRelativeDemoLocation}">
- <span style="display:block;">
+ <span style="display:block;padding-top:3px">
#{component.name}
</span>
<f:param value="#{component.id}" name="c"/>
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/references.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -9,9 +9,9 @@
<rich:panel styleClass="panel_documents">
<strong>#{componentNavigator.currentComponent.name}</strong>
<ul>
- <li><h:outputLink value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
- <li><h:outputLink value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
- <li><h:outputLink value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.dgPath}#{componentNavigator.currentComponent != null ? componentNavigator.currentComponent.devGuideLocation : 'index.html'}">Developers Guide</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.tldPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.tldDocLocation : 'jbossrichfaces/freezone/docs/tlddoc/overview-summary.html'}">Tld Documentation</h:outputLink></li>
+ <li><h:outputLink target="_blank" value="#{path.apiPath}#{componentNavigator.currentComponent !=null ? componentNavigator.currentComponent.javaDocLocation : 'jbossrichfaces/freezone/docs/apidoc/overview-summary.html'}">Component Class Documentation</h:outputLink></li>
</ul>
</rich:panel>
</ui:composition>
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/sourceview.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -63,19 +63,28 @@
</style>
<f:subview>
<div>
+
+ <a4j:outputPanel id="hide2" styleClass="viewsourcelooklink" style="display:none">
+ <rich:effect for="hide2" event="onclick" type="BlindUp" targetId="source1" params="id:'source1', duration:1.0" />
+ <rich:effect for="hide2" event="onclick" type="Appear" targetId="look" params="delay:1.0, duration:1.0" />
+ <rich:effect for="hide2" event="onclick" type="Fade" targetId="hide2" params="delay:0.9, duration:0.1" />
+ <h:outputText style="padding-right:5px" value="Hide"/>
+ </a4j:outputPanel>
+
<a4j:outputPanel styleClass="viewsourcelooklink" id="look">
<rich:effect for="look" event="onclick" type="Fade" targetId="source1" params="duration:0.0" />
<rich:effect for="look" event="onclick" type="Fade" params="duration:0.1" />
<rich:effect for="look" event="onclick" type="BlindDown" targetId="source1" params="delay:0.1,duration:1.0,from:0.0,to:1.0" />
<rich:effect for="look" event="onclick" type="Appear" targetId="source1" params="delay:0.1,duration:0.5,from:0.0,to:1.0" />
+ <rich:effect for="look" event="onclick" type="Appear" targetId="hide2" params="delay:0.1,duration:0.5,from:0.0,to:1.0" />
<h:outputText escape="false" value="#{empty openlabel?'View Source' : openlabel }" />
</a4j:outputPanel>
+
+
<rich:panel id="source1" bodyClass="viewsourcebody" headerClass="viewsourceheader" styleClass="viewsourcepanel" style="display:none">
<f:facet name="header">
<rich:spacer height="3px" />
</f:facet>
-
-
<div class="viewsourcediv">
<rich:insert src="#{sourcepath}" highlight="#{empty sourcetype? 'xhtml' : sourcetype }"/>
</div>
@@ -83,6 +92,7 @@
<a4j:outputPanel id="hide" styleClass="viewsourcehidelink">
<rich:effect for="hide" event="onclick" type="BlindUp" targetId="source1" params="id:'source1', duration:1.0" />
<rich:effect for="hide" event="onclick" type="Appear" targetId="look" params="delay:1.0, duration:1.0" />
+ <rich:effect for="hide" event="onclick" type="Fade" targetId="hide2" params="delay:0.9, duration:0.1" />
<h:outputText style="padding-right:5px" value="<<Hide Source"/>
</a4j:outputPanel>
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -48,10 +48,10 @@
<!-- tabpanel end -->
<rich:spacer style="height:10px;" />
<rich:separator style="height:1px" />
- <div style="font-size:10px;float:right">${a4j.version}</div>
- <div style="font-size:10px;float:none">
+ <div style="float:right" class="footer-text">${a4j.version}</div>
+ <div style="float:none">
<a href="http://jboss.com/index.html?module=bb&op=viewtopic&t=104575"
- style="color:#000">RichFaces. Most Important Links</a>
+ style="color:#000; display:block" class="footer-text">RichFaces. Most Important Links</a>
</div>
</td>
</tr>
Modified: trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
+++ trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2007-10-17 21:56:42 UTC (rev 3431)
@@ -6,9 +6,8 @@
<ui:composition template="/templates/main.xhtml">
<ui:define name="title">RichFaces - Open Source Rich JSF Components</ui:define>
<ui:define name="body">
- <p>Welcome to the <h:outputLink value="http://labs.jboss.com/jbossrichfaces" target="_blank">
- <strong>Rich Faces 3.1</strong>
- </h:outputLink> demo!</p>
+ <p>Welcome to the <a href="http://labs.jboss.com/jbossrichfaces"
+ target="_blank" style="color:#000">Rich Faces 3.1</a> demo!</p>
<h4>About RichFaces</h4>
<p>RichFaces is a rich component library for JavaServer Faces
built on an advanced open source framework (Ajax4jsf). It allows easy integration of AJAX capabilities into enterprise-level business
17 years, 2 months
JBoss Rich Faces SVN: r3430 - in trunk/test-applications/facelets/src/main/webapp: jQuery and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-10-17 15:29:45 -0400 (Wed, 17 Oct 2007)
New Revision: 3430
Added:
trunk/test-applications/facelets/src/main/webapp/jQuery/
trunk/test-applications/facelets/src/main/webapp/jQuery/jQuery.xhtml
Log:
add new component
Added: trunk/test-applications/facelets/src/main/webapp/jQuery/jQuery.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/jQuery/jQuery.xhtml (rev 0)
+++ trunk/test-applications/facelets/src/main/webapp/jQuery/jQuery.xhtml 2007-10-17 19:29:45 UTC (rev 3430)
@@ -0,0 +1,104 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:c="http://java.sun.com/jstl/core"
+ xmlns:rich="http://richfaces.org/rich"
+ xmlns:a4j="http://richfaces.org/a4j">
+<style>
+.divSize_1 {
+ width: 150px;
+ height: 90px;
+ margin: 10px;
+ border: 2px solid #DAA520;
+}
+
+.divColor_1 {
+
+ background-color: #1E90FF;
+}
+
+.divTextSize_1 {
+ font-size: xx-large;
+}
+.divSize_2 {
+ width: 90px;
+ height: 150px;
+ margin: 10px;
+ border: 2px solid #FF0000;
+}
+
+.divColor_2 {
+ background-color: #7FFF00;
+}
+
+.oddTable{
+ background-color: #FFE4C4;
+}
+.activeTable{
+ background-color: #AFEEEE;
+}
+.fontColor {
+ font-style: italic;
+ color: #228B22;
+}
+</style>
+
+
+<f:view contentType="text/html">
+ <body>
+ <h:form id="form">
+
+ <h:panelGrid id="panelGridID" columns="2" border="1">
+ <h:outputText value="add text: [li],work!, e.g. A. one [li],work!" />
+ <h:panelGroup>
+ <f:verbatim>
+ <ol type="A" title="li">
+ <li>one </li>
+ <li>two </li>
+ <li>three</li>
+ </ol>
+ </f:verbatim>
+ </h:panelGroup>
+
+ <h:outputText value="green text: add text3 " />
+ <f:verbatim> <p><span>Text1 </span>text2</p> </f:verbatim>
+
+ <h:panelGroup>
+ <h:outputText value="Rectangle: size: "150 x 90"; bgcolor: "dodgerblue"" />
+ <f:verbatim><br /></f:verbatim>
+ <h:outputText value="Table: bgcolor: "bisque"" />
+ </h:panelGroup>
+ <f:verbatim><div id="div_1_ID">xx-large <br /> text </div></f:verbatim>
+
+ <h:panelGroup>
+ <h:outputText value="Rectangle: size: "90 x 150"; border-color "red"" />
+ <f:verbatim><br /></f:verbatim>
+ <h:outputText value="Table: bgcolor: "none"" />
+ <f:verbatim><br /></f:verbatim>
+ <h:outputText value="effect(mouseover)" />
+ </h:panelGroup>
+ <f:verbatim><div id="div_2_ID"> normal text</div></f:verbatim>
+ </h:panelGrid>
+
+
+ <rich:jQuery selector="li" timing="onload" query="find('ol').end().append('[li],work!')" />
+
+
+ <rich:jQuery selector="tr:nth-child(odd)" timing="onload" query="addClass('oddTable')" />
+ <rich:jQuery selector="#panelGridID tr" query="mouseover(function(){jQuery(this).addClass('activeTable')})"/>
+ <rich:jQuery selector="#panelGridID tr" query="mouseout(function(){jQuery(this).removeClass('activeTable')})"/>
+
+ <rich:jQuery selector="#div_2_ID" timing="onload" query="mouseover(function(){jQuery(this).fadeOut({height: 'hide'}, 500).text('New text').animate({height: 'show'}, 500)})" />
+ <rich:jQuery selector="p" timing="onload" query="find('span').html('text1').end().append('<p class=\'fontColor\'>add text3<p>')"/>
+ <rich:jQuery selector="#div_1_ID" timing="onload" query="addClass('divSize_1')" />
+ <rich:jQuery selector=".divSize_1" timing="onload" query="addClass('divColor_1')" />
+ <rich:jQuery selector="#panelGridID #div_1_ID" timing="onload" query="addClass('divTextSize_1')" />
+ <rich:jQuery selector="#form\\:panelGridID #div_2_ID" timing="onload" query="addClass('divSize_2')" />
+
+ </h:form>
+ </body>
+</f:view>
+</html>
+
17 years, 2 months
JBoss Rich Faces SVN: r3429 - in trunk/test-applications/facelets/src/main: java/dataTable and 39 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-10-17 15:28:23 -0400 (Wed, 17 Oct 2007)
New Revision: 3429
Modified:
trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelImpl.java
trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelItemImpl.java
trunk/test-applications/facelets/src/main/java/dataTable/Data.java
trunk/test-applications/facelets/src/main/java/demo/PhaseTracker.java
trunk/test-applications/facelets/src/main/java/inputNumberSlider/InputNumberSlider.java
trunk/test-applications/facelets/src/main/java/inputNumberSpinner/InputNumberSpinner.java
trunk/test-applications/facelets/src/main/java/modalPanel/ModalPanel.java
trunk/test-applications/facelets/src/main/java/sTP/SimpleTogglePanel.java
trunk/test-applications/facelets/src/main/java/sb/Sb.java
trunk/test-applications/facelets/src/main/java/spacer/Spacer.java
trunk/test-applications/facelets/src/main/java/togglePanel/TogglePanel.java
trunk/test-applications/facelets/src/main/java/toolBar/ToolBar.java
trunk/test-applications/facelets/src/main/java/tree/Bean.java
trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml
trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml
trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml
trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml
trunk/test-applications/facelets/src/main/webapp/Gmap/Gmap.xhtml
trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml
trunk/test-applications/facelets/src/main/webapp/Message/Message.xhtml
trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml
trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml
trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml
trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml
trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTable.xhtml
trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml
trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml
trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml
trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml
trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml
trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml
trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml
trunk/test-applications/facelets/src/main/webapp/VirtualEarth/VirtualEarth.xhtml
trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml
trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml
Log:
add subview
Modified: trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelImpl.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelImpl.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelImpl.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -86,7 +86,6 @@
*/
public Object getToolTip(Date date) {
- // TODO Auto-generated method stub
return null;
}
Modified: trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelItemImpl.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelItemImpl.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/calendar/CalendarDataModelItemImpl.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -100,7 +100,6 @@
}
public int getDay() {
- // TODO Auto-generated method stub
return 0;
}
}
Modified: trunk/test-applications/facelets/src/main/java/dataTable/Data.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/dataTable/Data.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/dataTable/Data.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -19,7 +19,6 @@
*
*/
public Data() {
- // TODO Auto-generated constructor stub
}
/**
Modified: trunk/test-applications/facelets/src/main/java/demo/PhaseTracker.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/demo/PhaseTracker.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/demo/PhaseTracker.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -31,7 +31,6 @@
* @see javax.faces.event.PhaseListener#getPhaseId()
*/
public PhaseId getPhaseId() {
- // TODO Auto-generated method stub
return PhaseId.ANY_PHASE;
}
Modified: trunk/test-applications/facelets/src/main/java/inputNumberSlider/InputNumberSlider.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/inputNumberSlider/InputNumberSlider.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/inputNumberSlider/InputNumberSlider.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,15 @@
package inputNumberSlider;
+import javax.faces.event.ValueChangeListener;
+
public class InputNumberSlider {
-
private int inputSize;
private int maxlength;
+ private String requiredMessage;
+ private String inputPosition;
+ private String tabindex;
+ private String value;
private String width;
private String minValue;
private String maxValue;
@@ -14,7 +19,9 @@
private String inputStyle;
private String tipStyle;
private String handleStyle;
-
+ private boolean immediate;
+ private boolean required;
+ private boolean showToolTip;
private boolean disabled;
private boolean showInput;
private boolean rendered;
@@ -22,8 +29,13 @@
private boolean showBoundaryValues;
public InputNumberSlider() {
- // TODO Auto-generated constructor stub
-
+ immediate = false;
+ rendered = false;
+ showToolTip = false;
+ requiredMessage = "requiredMessage work!";
+ inputPosition = "right";
+ tabindex = "2";
+ value = "30";
inputSize = 5;
maxlength = 3;
width = "300px";
@@ -42,6 +54,9 @@
showBoundaryValues=true;
}
+ public void changeListener(ValueChangeListener event) {
+ System.out.println(event.toString());
+ }
public boolean isDisabled() {
return disabled;
@@ -201,5 +216,61 @@
public void setMaxlength(int maxlength) {
this.maxlength = maxlength;
}
+
+ public boolean isImmediate() {
+ return immediate;
+ }
+
+ public void setImmediate(boolean immediate) {
+ this.immediate = immediate;
+ }
+
+ public boolean isRequired() {
+ return required;
+ }
+
+ public void setRequired(boolean required) {
+ this.required = required;
+ }
+
+ public boolean isShowToolTip() {
+ return showToolTip;
+ }
+
+ public void setShowToolTip(boolean showToolTip) {
+ this.showToolTip = showToolTip;
+ }
+
+ public String getRequiredMessage() {
+ return requiredMessage;
+ }
+
+ public void setRequiredMessage(String requiredMessage) {
+ this.requiredMessage = requiredMessage;
+ }
+
+ public String getInputPosition() {
+ return inputPosition;
+ }
+
+ public void setInputPosition(String inputPosition) {
+ this.inputPosition = inputPosition;
+ }
+
+ public String getTabindex() {
+ return tabindex;
+ }
+
+ public void setTabindex(String tabindex) {
+ this.tabindex = tabindex;
+ }
+
+ public String getValue() {
+ return value;
+ }
+
+ public void setValue(String value) {
+ this.value = value;
+ }
}
Modified: trunk/test-applications/facelets/src/main/java/inputNumberSpinner/InputNumberSpinner.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/inputNumberSpinner/InputNumberSpinner.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/inputNumberSpinner/InputNumberSpinner.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -18,7 +18,6 @@
private boolean rendered;
public InputNumberSpinner() {
- // TODO Auto-generated constructor stub
// size= "200";
inputSize = 2;
cycled = false;
Modified: trunk/test-applications/facelets/src/main/java/modalPanel/ModalPanel.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/modalPanel/ModalPanel.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/modalPanel/ModalPanel.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -21,7 +21,7 @@
moveable=true;
resizeable=true;
- // TODO Auto-generated constructor stub
+
}
public int getHeight() {
Modified: trunk/test-applications/facelets/src/main/java/sTP/SimpleTogglePanel.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/sTP/SimpleTogglePanel.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/sTP/SimpleTogglePanel.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -10,7 +10,6 @@
private boolean rendered;
public SimpleTogglePanel() {
- // TODO Auto-generated constructor stub
width = "75%";
height = "100%";
switchType = "server";
Modified: trunk/test-applications/facelets/src/main/java/sb/Sb.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/sb/Sb.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/sb/Sb.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -53,7 +53,6 @@
frequency = "0";
rules = "none";
setCities(getAllData());
- // TODO Auto-generated constructor stub
}
public List autocomplete(Object event) {
Modified: trunk/test-applications/facelets/src/main/java/spacer/Spacer.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/spacer/Spacer.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/spacer/Spacer.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -13,7 +13,6 @@
private boolean rendered;
public Spacer() {
- // TODO Auto-generated constructor stub
height = "50px";
width = "300px";
Modified: trunk/test-applications/facelets/src/main/java/togglePanel/TogglePanel.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/togglePanel/TogglePanel.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/togglePanel/TogglePanel.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -9,7 +9,6 @@
public TogglePanel() {
- // TODO Auto-generated constructor stub
initialState="asus";
switchType="server";
stateOrder="asus,benq,toshiba";
Modified: trunk/test-applications/facelets/src/main/java/toolBar/ToolBar.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/toolBar/ToolBar.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/toolBar/ToolBar.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -22,7 +22,6 @@
location="left";
contentStyle=null;
separatorStyle=null;
- // TODO Auto-generated constructor stub
}
Modified: trunk/test-applications/facelets/src/main/java/tree/Bean.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/tree/Bean.java 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/java/tree/Bean.java 2007-10-17 19:28:23 UTC (rev 3429)
@@ -198,7 +198,7 @@
try {
tree.queueNodeExpand(new ListRowKey(expandPath));
} catch (IOException e) {
- // TODO Auto-generated catch block
+
e.printStackTrace();
}
}
@@ -231,7 +231,7 @@
try {
this.tree.queueExpandAll();
} catch (IOException e) {
- // TODO Auto-generated catch block
+
e.printStackTrace();
}
return null;
Modified: trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,11 @@
-<h:form xmlns:a4j="http://richfaces.org/a4j"
+<f:subview id="calendarSubviewID"
+ xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
- xmlns:rich="http://richfaces.org/rich"
- xmlns:h="http://java.sun.com/jsf/html">
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:rich="http://richfaces.org/rich">
+<h:form>
+
<rich:messages showDetail="true"></rich:messages>
<h:panelGrid columns="2">
@@ -267,4 +270,4 @@
<h:commandButton value="Submit" />
</h:panelGrid>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/DataFilterSlider/DataFilterSlider.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,12 @@
+<f:subview id="DataFilterSliderSubviewID"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:rich="http://richfaces.org/rich"
+ xmlns:ui="http://java.sun.com/jsf/facelets">
+
<a4j:form id="form1" reRender="list-body" ajaxSubmit="true"
- ignoreDupResponses="true" requestDelay="100"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:rich="http://richfaces.org/rich"
- xmlns:ui="http://java.sun.com/jsf/facelets">
+ ignoreDupResponses="true" requestDelay="100">
<a4j:region id="stat1">
<a4j:outputPanel id="p1">
@@ -83,3 +85,4 @@
</h:selectBooleanCheckbox>
</h:panelGrid>
</a4j:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/DataScroller/DS.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,9 +1,10 @@
-<h:form dir="DSform"
+<f:subview id="DataScrollerSubviewID"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+<h:form dir="DSform">
<h:dataTable id="dataTableId" value="#{dataScroller.dataTable}"
var="dT" cellpadding="5px" rows="5" border="1">
@@ -64,4 +65,4 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/DataTable/DT.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,9 +1,11 @@
-<h:form dir="DSform"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:rich="http://richfaces.org/rich">
+<f:subview id="DataScrollerSubviewID"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:rich="http://richfaces.org/rich">
+
+<h:form dir="DSform" >
<rich:dataTable id="dataTableID" var="dataTableID"
value="#{dataTable.mounths}" rowKeyVar="key" styleClass="table"
@@ -103,4 +105,4 @@
</h:panelGrid>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/DradAndDrop/DragAndDrop.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,10 @@
- <h:form id="form"
+<f:subview id="DtadAndDropSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:h="http://java.sun.com/jsf/html">
+
+ <h:form id="form">
<h:panelGroup id="dragValueText">
<h:outputText value="#{dndBean.dragValue}" />
@@ -173,4 +175,4 @@
<h:messages />
</a4j:outputPanel>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,9 +1,10 @@
- <h:form
+<f:subview id="DropDownMenuSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:c="http://java.sun.com/jsp/jstl/core">
+ <h:form>
<h:panelGrid columns="3">
<h:panelGrid columns="2">
@@ -150,4 +151,4 @@
<a4j:log></a4j:log>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Effect/Effect.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,7 +1,9 @@
- <h:form xmlns:h="http://java.sun.com/jsf/html"
+<f:subview id="effectSubviewID"
+ xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.ajax4jsf.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
+ <h:form>
<rich:panel id="indexID">
<a4j:commandLink value="Hide all" onclick="hideFrm1(),hideFrm2(),hideFrm3(),hideFrm4(),hideFrm5()"></a4j:commandLink>
@@ -294,4 +296,4 @@
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Gmap/Gmap.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Gmap/Gmap.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Gmap/Gmap.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,11 @@
- <h:form
- xmlns:h="http://java.sun.com/jsf/html"
+<f:subview id="GmapSubviewID"
+ xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
+ <h:form>
<rich:gmap id="gm" lat="37.97" zoom="#{gmap.zoom}" gmapVar="map"
gmapKey="ABQIAAAAxU6W9QEhFLMNdc3ATIu-VxT2yXp_ZAY8_ufC3CFXhHIE1NvwkxRkrpOGzxH8_ud3inE9pG1845-FCA"
style="width:500px;height:400px"
@@ -103,3 +104,4 @@
</a4j:outputPanel>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Insert/Insert.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,10 @@
- <h:form
+<f:subview id="insertSubviewID"
+
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
<h:messages />
<rich:panel id="panelID" header="Highlight: #{insert.highlight}; File: #{insert.src}">
@@ -43,3 +45,4 @@
<h:selectBooleanCheckbox value="#{insert.rendered}" onchange="submit();"/>
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Message/Message.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Message/Message.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Message/Message.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,9 @@
- <h:form
+<f:subview id="messageSubviewID"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
<rich:panel>
<h:panelGrid columns="2">
<h:outputText value="1." />
@@ -162,3 +163,4 @@
<br />
</f:verbatim>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanel.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,12 +1,14 @@
- <h:form id="MPform"
+<f:subview id="modalPanelSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+
+ <h:form id="MPform">
<rich:modalPanel id="MPid" minHeight="#{modalPanel.minHeight}"
minWidth="#{modalPanel.minWidth}" height="#{modalPanel.height}"
width="#{modalPanel.width}" moveable="#{modalPanel.moveable}"
- resizeable="#{modalPanel.resizeable}">
+ resizeable="#{modalPanel.resizeable}" keepVisualState="" visualOptions="" >
<f:facet name="header">
<h:outputText value="Heder goes here..." />
@@ -63,4 +65,4 @@
</h:panelGrid>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Paint2D/Paint2D.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,9 +1,10 @@
- <h:form
+<f:subview id="paint2DSubviewID"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
<rich:paint2D id="paint2d" paint="#{paint2D.paint}"
data="#{paintData}" width="#{paint2D.width}"
height="#{paint2D.height}" align="#{paint2D.align}"
@@ -89,4 +90,4 @@
</h:selectBooleanCheckbox>
</h:panelGrid>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Panel/Panel.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,9 +1,10 @@
- <h:form
+<f:subview id="panelSubviewID"
xmlns:rich="http://richfaces.org/rich"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:c="http://java.sun.com/jstl/core">
+ <h:form>
<h:outputText
value="Panel 1, rendered: #{!panel.rendered}; Panel 2, rendered #{panel.rendered};"></h:outputText>
@@ -66,5 +67,5 @@
<h:selectBooleanCheckbox value="#{panel.rendered}" onclick="submit()"></h:selectBooleanCheckbox>
</h:panelGrid>
</h:form>
+</f:subview>
-
Modified: trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Panel/panel2.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,10 @@
- <h:form
+<f:subview id="panel2SubviewID"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
-
+ <h:form>
<h:panelGrid columnClasses="panel" border="0" columns="3">
<rich:panel styleClass="top">
<f:facet name="header">
@@ -94,4 +94,4 @@
</h:form>
</rich:panel>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/PanelBar/PanelBar.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,10 @@
- <h:form
+<f:subview id="panelBarSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
+
<h:messages></h:messages>
<rich:panelBar id="pBId" height="#{panelBar.height}"
@@ -67,3 +69,4 @@
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/PanelMenu/PanelMenu.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,9 @@
- <h:form
+<f:subview id="panelMenuSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
<rich:panelMenu id="panelMenuID" disabled="#{panelMenu.disabled}"
width="#{panelMenu.width}" selectedChild="thisChild"
expandSingle="#{panelMenu.expandSingle}" mode="#{panelMenu.mode}"
@@ -534,3 +535,4 @@
</h:selectOneMenu>
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTable.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTable.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTable.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,10 @@
- <h:form
+<f:subview id="scrollableDataTableSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
-
- <rich:scrollableDataTable var="sdt" value="#{scrollableDT.data}" rows="30" width="400px">
+ <h:form>
+ <rich:scrollableDataTable var="sdt" value="#{scrollableDT.data}" rows="30" width="400px" >
<rich:column width="100px" sortable="false">
<f:facet name="header">
<h:outputText value="Number" />
@@ -33,4 +33,5 @@
<h:outputText value="#{sdt.data3}" />
</rich:column>
</rich:scrollableDataTable>
- </h:form>
\ No newline at end of file
+ </h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Separator/Separator.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,11 @@
- <h:form
+<f:subview id="separatorSubviewID"
xmlns:rich="http://richfaces.org/rich"
xmlns:scriptfree="http://jakarta.apache.org/taglibs/standard/scriptfree"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:c="http://java.sun.com/jstl/core">
+ <h:form>
<h:messages></h:messages>
<h:outputText value="Event:"></h:outputText>
<rich:separator height="20px" width="300px"
@@ -62,3 +63,4 @@
value="#{separator.btnLabel}" />
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,10 @@
- <h:form
+<f:subview id="simpleTogglePanelSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+
+ <h:form>
<rich:simpleTogglePanel id="sTP" bodyClass="body" headerClass="head"
label="simpleTogglePanel with some text"
width="#{simpleTogglePanel.width}"
@@ -88,4 +90,4 @@
</h:panelGrid>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Spacer/Spacer.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,11 @@
- <h:form
+<f:subview id="spacerSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:sql="http://java.sun.com/jsp/jstl/sql">
- <style type="text/css">
+ <h:form>
+<style type="text/css">
.text
{
font-size:20px;
@@ -53,3 +54,4 @@
<br />
</f:verbatim>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,9 @@
- <h:form id="suggestionbox_form"
+<f:subview id="suggestionBoxSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+<h:form id="suggestionbox_form">
<f:verbatim>Suggestion Box will suggest you Town's names if it's started with the "a" or "A" letter
<br />
</f:verbatim>
@@ -123,3 +124,4 @@
<h:selectBooleanCheckbox value="#{sb.reRender}"></h:selectBooleanCheckbox>
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/TabPanel/TabPanel.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,12 +1,10 @@
-<h:form
+<f:subview id="tabPanelSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:c="http://java.sun.com/jsp/jstl/core">
-
-
-
+<h:form>
<rich:tabPanel id="tabPanelId"
headerAlignment="#{tabPanel.headerAlignment}"
width="#{tabPanel.width}" height="#{tabPanel.height}"
@@ -111,3 +109,4 @@
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,10 @@
-
- <h:form id="tooggleTest"
+<f:subview id="togglePanelSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:ui="http://java.sun.com/jsf/facelets">
+ <h:form id="tooggleTest">
<rich:togglePanel id="panel1" switchType="#{togglePanel.switchType}"
initialState="asus" stateOrder="asus,blank"
style="width:300px!important">
@@ -200,4 +200,4 @@
</h:panelGrid>
<ui:debug hotkey="L"></ui:debug>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/ToolBar/ToolBar.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,9 @@
- <h:form
+<f:subview id="toolBarSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
<h:messages></h:messages>
<rich:toolBar id="toolBarId" width="#{toolBar.width}"
@@ -57,3 +58,4 @@
</a4j:commandButton>
</h:panelGrid>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,8 +1,10 @@
- <h:form
+<f:subview id="tooltipSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
+
<h:messages></h:messages>
<h:outputText value="DEFAULT VALUE:"></h:outputText>
@@ -134,4 +136,4 @@
</h:panelGrid>
</h:form>
-
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/Tree/Tree.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,9 +1,10 @@
- <h:form
+<f:subview id="treeSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:dnd="http://richfaces.ajax4jsf.org/drag-drop">
+ <h:form>
<a4j:outputPanel ajaxRendered="true">
<h:messages />
</a4j:outputPanel>
@@ -118,3 +119,4 @@
<rich:spacer></rich:spacer>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/VirtualEarth/VirtualEarth.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/VirtualEarth/VirtualEarth.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/VirtualEarth/VirtualEarth.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,11 @@
- <h:form
+<f:subview id="virtualEarthSubviewID"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j">
+ <h:form>
<h:panelGrid columns="2">
<rich:virtualEarth style="width:800px;" id="gm" lat="37.97"
dashboardSize="Normal" zoom="#{virtualEarth.zoom}" mapStyle="Hybrid"
@@ -73,3 +74,4 @@
</script>
</a4j:outputPanel>
</h:form>
+</f:subview>
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/web.xml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -35,6 +35,10 @@
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>/WEB-INF/faces-config-DataTable.xml,/WEB-INF/faces-config-SimpleTogglePanel.xml,/WEB-INF/faces-config-Panel.xml,/WEB-INF/faces-config-PanelBar.xml,/WEB-INF/faces-config-TabPanel.xml,/WEB-INF/faces-config-TogglePanel.xml,/WEB-INF/faces-config-Paint2D.xml,/WEB-INF/faces-config-InputNumberSlider.xml,/WEB-INF/faces-config-InputNumberSpinner.xml,/WEB-INF/faces-config-DDMenu.xml,/WEB-INF/faces-config-Tree.xml,/WEB-INF/faces-config-PanelMenu.xml,/WEB-INF/faces-config-Icon.xml,/WEB-INF/faces-config-ModalPanel.xml,/WEB-INF/faces-config-tooltip.xml,/WEB-INF/faces-config-Skin.xml,/WEB-INF/faces-config-Calendar.xml,/WEB-INF/faces-config-Gmap.xml,/WEB-INF/faces-config-DataFilterSlider.xml,/WEB-INF/faces-config-Separator.xml,/WEB-INF/faces-config-Spacer.xml,/WEB-INF/faces-config-ToolBar.xml,/WEB-INF/faces-config-DataScroller.xml,/WEB-INF/faces-config-DradAbdDrop.xml,/WEB-INF/faces-config-SuggestionBox.xml,/WEB-INF/faces-config-Message.xml,/WEB-INF/faces-config-VirtualEarth!
.xml,/WEB-INF/faces-config-Effect.xml,/WEB-INF/faces-config-Insert.xml,/WEB-INF/faces-config-RichBean.xml,/WEB-INF/faces-config-ScrollableDataTable.xml,/WEB-INF/faces-config-SelectOneMenuPage.xml,/WEB-INF/faces-config-RichTest.xml</param-value>
</context-param>
+ <context-param>
+ <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
+ <param-value>false</param-value>
+ </context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
Modified: trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/inputNumberSlider/inputNumberSlider.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,16 +1,27 @@
-
- <h:form
+<f:subview id="inputNumberSliderSubviewID"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich">
+ <h:form>
+ <h:panelGrid columns="1">
+ <a4j:log level="ALL" popup="false" width="400" height="200"/>
<h:outputText value="Event:"></h:outputText>
<rich:inputNumberSlider minValue="0" maxValue="100" width="300px"
- onmousedown="alert('OnMouseDown');"></rich:inputNumberSlider>
+ onmousedown="alert('OnMouseDown');" onblur="" onchange="" onclick="" ondblclick="" onerror="" onfocus="" onselect="" onkeydown=""
+ onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup=""></rich:inputNumberSlider>
<rich:spacer height="15px" width="300px"></rich:spacer>
<rich:inputNumberSlider id="SliderId"
+ immediate="#{inputNumberSlider.immediate}"
+ required="#{inputNumberSlider.rendered}"
+ requiredMessage="#{inputNumberSlider.requiredMessage}"
+ inputPosition="#{inputNumberSlider.inputPosition}"
+ showToolTip="#{inputNumberSlider.showToolTip}"
+ tabindex="#{inputNumberSlider.tabindex}"
+ value="#{inputNumberSlider.value}"
+ valueChangeListener="#{inputNumberSlider.changeListener}"
disabled="#{inputNumberSlider.disabled}"
enableManualInput="#{inputNumberSlider.enableManualInput}"
inputSize="#{inputNumberSlider.inputSize}"
@@ -29,9 +40,21 @@
maxlength="#{inputNumberSlider.maxlength}"></rich:inputNumberSlider>
<rich:spacer height="20px"></rich:spacer>
-
+ </h:panelGrid>
+
<h:panelGrid columns="2" cellspacing="10px" border="1">
-
+
+ <h:outputText value="value" />
+ <h:outputText value="#{inputNumberSlider.value}" />
+
+
+
+ <h:outputText value="inputPosition"></h:outputText>
+ <h:selectOneRadio value="#{inputNumberSlider.inputPosition}">
+ <f:selectItem itemLabel="right" itemValue="right"/>
+ <f:selectItem itemLabel="left" itemValue="left"/>
+ </h:selectOneRadio>
+
<h:outputText value="Width:"></h:outputText>
<h:inputText value="#{inputNumberSlider.width}">
<a4j:support event="onchange" reRender="SliderId"></a4j:support>
@@ -61,6 +84,11 @@
<h:inputText value="#{inputNumberSlider.step}">
<a4j:support event="onchange" reRender="SliderId"></a4j:support>
</h:inputText>
+
+ <h:outputText value="tabindex" />
+ <h:inputText value="#{inputNumberSlider.tabindex}">
+ <a4j:support event="onchange" reRender="SliderId"></a4j:support>
+ </h:inputText>
<h:outputText value="Disabled:"></h:outputText>
<h:selectBooleanCheckbox value="#{inputNumberSlider.disabled}">
@@ -88,15 +116,31 @@
<h:selectBooleanCheckbox value="#{inputNumberSlider.showInput}">
<a4j:support event="onchange" reRender="SliderId"></a4j:support>
</h:selectBooleanCheckbox>
+
+ <h:outputText value="showToolTip" />
+ <h:selectBooleanCheckbox value="#{inputNumberSlider.showToolTip}">
+ <a4j:support event="onchange" reRender="SliderId"></a4j:support>
+ </h:selectBooleanCheckbox>
+ <h:outputText value="required" />
+ <h:selectBooleanCheckbox value="#{inputNumberSlider.required}">
+ <a4j:support event="onchange" reRender="SliderId"></a4j:support>
+ </h:selectBooleanCheckbox>
+
+ <h:outputText value="requiredMessage" />
+ <h:inputText value="#{inputNumberSlider.requiredMessage}" >
+ <a4j:support event="onchange" reRender="SliderId"></a4j:support>
+ </h:inputText>
+
+ <h:outputText value="immediate" />
+ <h:selectBooleanCheckbox value="#{inputNumberSlider.immediate}">
+ <a4j:support event="onchange" reRender="SliderId"></a4j:support>
+ </h:selectBooleanCheckbox>
+
<h:outputText value="Switch Styles" />
<a4j:commandButton id="slBtn" value="#{inputNumberSlider.btnLabel}"
action="#{inputNumberSlider.doStyles}" reRender="SliderId,slBtn">
</a4j:commandButton>
-
</h:panelGrid>
- <f:verbatim>
- <br />
- </f:verbatim>
</h:form>
-
+</f:subview>
\ No newline at end of file
Modified: trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml 2007-10-17 17:36:20 UTC (rev 3428)
+++ trunk/test-applications/facelets/src/main/webapp/inputNumberSpinner/inputNumberSpinner.xhtml 2007-10-17 19:28:23 UTC (rev 3429)
@@ -1,10 +1,11 @@
- <h:form
- xmlns:rich="http://richfaces.org/rich"
+<f:subview id="inputNumberSpinnerSubviewID"
+ xmlns:rich="http://richfaces.org/rich"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:scriptfree="http://jakarta.apache.org/taglibs/standard/scriptfree">
+ <h:form>
<h:messages></h:messages>
<h:outputText value="Event:"></h:outputText>
<rich:inputNumberSpinner minValue="0" maxValue="10"
@@ -78,3 +79,4 @@
value="#{inputNumberSpinner.btnLabel}" />
</h:panelGrid>
</h:form>
+</f:subview>
17 years, 2 months
JBoss Rich Faces SVN: r3428 - in branches/3.1.x: extensions/gwt and 47 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-17 13:36:20 -0400 (Wed, 17 Oct 2007)
New Revision: 3428
Modified:
branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
branches/3.1.x/extensions/gwt/pom.xml
branches/3.1.x/extensions/seam/pom.xml
branches/3.1.x/extensions/trinidad/pom.xml
branches/3.1.x/framework/api-parent/pom.xml
branches/3.1.x/framework/impl-parent/pom.xml
branches/3.1.x/framework/impl/pom.xml
branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java
branches/3.1.x/samples/ajaxPortlet/pom.xml
branches/3.1.x/samples/jQuery-sample/pom.xml
branches/3.1.x/samples/pom.xml
branches/3.1.x/samples/portal-echo/pom.xml
branches/3.1.x/samples/richfaces-art-datatable/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml
branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml
branches/3.1.x/samples/scrollableDataTableDemo/pom.xml
branches/3.1.x/samples/seamEAR/ear/pom.xml
branches/3.1.x/samples/seamEAR/ejbs/pom.xml
branches/3.1.x/samples/seamEAR/pom.xml
branches/3.1.x/samples/seamEAR/primary-source/pom.xml
branches/3.1.x/samples/seamEAR/projects/logging/pom.xml
branches/3.1.x/samples/seamEAR/projects/pom.xml
branches/3.1.x/samples/seamEAR/wars/pom.xml
branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml
branches/3.1.x/samples/seamIntegration/pom.xml
branches/3.1.x/samples/tomahawkCompability/pom.xml
branches/3.1.x/samples/useCases/pom.xml
branches/3.1.x/samples/virtualEarth-sample/pom.xml
branches/3.1.x/sandbox/api/pom.xml
branches/3.1.x/sandbox/impl/pom.xml
branches/3.1.x/sandbox/pom.xml
branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml
branches/3.1.x/sandbox/samples/panel2-sample/pom.xml
branches/3.1.x/sandbox/samples/pom.xml
branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml
branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml
branches/3.1.x/sandbox/ui/dialog-window/pom.xml
branches/3.1.x/sandbox/ui/panel2/pom.xml
branches/3.1.x/sandbox/ui/pom.xml
branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml
branches/3.1.x/sandbox/ui/state/pom.xml
branches/3.1.x/test-applications/facelets/pom.xml
branches/3.1.x/test-applications/jsp/pom.xml
branches/3.1.x/test-applications/pom.xml
branches/3.1.x/ui/create.bat
branches/3.1.x/ui/create.sh
branches/3.1.x/ui/dataTable/pom.xml
branches/3.1.x/ui/drag-drop/pom.xml
Log:
Fix all version references to 3.1.3-SNAPSHOT
Modified: branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
Modified: branches/3.1.x/extensions/gwt/pom.xml
===================================================================
--- branches/3.1.x/extensions/gwt/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/extensions/gwt/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: branches/3.1.x/extensions/seam/pom.xml
===================================================================
--- branches/3.1.x/extensions/seam/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/extensions/seam/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: branches/3.1.x/extensions/trinidad/pom.xml
===================================================================
--- branches/3.1.x/extensions/trinidad/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/extensions/trinidad/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: branches/3.1.x/framework/api-parent/pom.xml
===================================================================
--- branches/3.1.x/framework/api-parent/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/framework/api-parent/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,13 +4,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<packaging>pom</packaging>
<artifactId>api-parent</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<name>Java Server Faces AJAX framework API Dependencies</name>
<properties>
<jsfVersion>1.1</jsfVersion>
Modified: branches/3.1.x/framework/impl/pom.xml
===================================================================
--- branches/3.1.x/framework/impl/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/framework/impl/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -3,7 +3,7 @@
<parent>
<artifactId>impl-parent</artifactId>
<groupId>org.richfaces.framework</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<relativePath>../impl-parent/pom.xml</relativePath>
</parent>
-->
Modified: branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/framework/impl/src/main/java/org/richfaces/VersionBean.java 2007-10-17 17:36:20 UTC (rev 3428)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "2-SNAPSHOT" ;
+ public static final String REVISION = "3-SNAPSHOT" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: branches/3.1.x/framework/impl-parent/pom.xml
===================================================================
--- branches/3.1.x/framework/impl-parent/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/framework/impl-parent/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -5,12 +5,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>impl-parent</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>
Java Server Faces AJAX framework implementation parent file
@@ -203,7 +203,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
Modified: branches/3.1.x/samples/ajaxPortlet/pom.xml
===================================================================
--- branches/3.1.x/samples/ajaxPortlet/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/ajaxPortlet/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portalAjaxSample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<description>Ajax JSF sample portlet</description>
<build>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/jQuery-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/jQuery-sample/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/jQuery-sample/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>jQuery-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>jQuery-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/pom.xml
===================================================================
--- branches/3.1.x/samples/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -361,7 +361,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/portal-echo/pom.xml
===================================================================
--- branches/3.1.x/samples/portal-echo/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/portal-echo/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -5,13 +5,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portal-echo</artifactId>
<packaging>war</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<description>Ajax JSF sample portlet</description>
<build>
<defaultGoal>package</defaultGoal>
Modified: branches/3.1.x/samples/richfaces-art-datatable/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-art-datatable/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/richfaces-art-datatable/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>richfaces-art-datatableDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/richfaces-ear-demo/ejb/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
<packaging>ejb</packaging>
<name>ejb</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/richfaces-ear-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/richfaces-ear-demo/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,14 +4,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-ear-demo</artifactId>
<name>JSF 1.2/Jee5 enterprise application demo</name>
<packaging>pom</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<build>
<pluginManagement>
<plugins>
Modified: branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,32 +4,32 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>richfacesEAR</artifactId>
<name>richfacesEAR</name>
<packaging>ear</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<type>ejb-client</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/richfaces-ear-demo/webapp/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -48,17 +48,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<type>ejb-client</type>
<scope>provided</scope>
<optional>true</optional>
Modified: branches/3.1.x/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/scrollableDataTableDemo/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/scrollableDataTableDemo/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,34 +4,34 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>scrollableDataTable Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/seamEAR/ear/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/ear/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/ear/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -6,18 +6,18 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ear</artifactId>
<packaging>ear</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<name>ear assembly</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/seamEAR/ejbs/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/ejbs/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/ejbs/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -6,12 +6,12 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
<packaging>ejb</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<name>enterprise java beans</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/samples/seamEAR/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -6,12 +6,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<artifactId>seamEAR</artifactId>
<packaging>pom</packaging>
<name>seam EAR project</name>
@@ -58,23 +58,23 @@
org.richfaces.samples.seamEAR.projects
</groupId>
<artifactId>logging</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>primary-source</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR.wars</groupId>
<artifactId>seamWebapp</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<type>ejb</type>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/seamEAR/primary-source/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/primary-source/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/primary-source/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Modified: branches/3.1.x/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/projects/logging/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/projects/logging/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
</project>
Modified: branches/3.1.x/samples/seamEAR/projects/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/projects/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/projects/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -1,14 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamEAR</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<name>sub projects</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modules>
<module>logging</module>
Modified: branches/3.1.x/samples/seamEAR/wars/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/wars/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/wars/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,11 +4,11 @@
<artifactId>wars</artifactId>
<packaging>pom</packaging>
<name>wars</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamEAR/wars/seamWebapp/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: branches/3.1.x/samples/seamIntegration/pom.xml
===================================================================
--- branches/3.1.x/samples/seamIntegration/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/seamIntegration/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamIntegration</artifactId>
<packaging>war</packaging>
<name>seamIntegration Maven Webapp</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: branches/3.1.x/samples/tomahawkCompability/pom.xml
===================================================================
--- branches/3.1.x/samples/tomahawkCompability/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/tomahawkCompability/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: branches/3.1.x/samples/useCases/pom.xml
===================================================================
--- branches/3.1.x/samples/useCases/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/useCases/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>useCases</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>useCases Maven Webapp</name>
<build>
Modified: branches/3.1.x/samples/virtualEarth-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/virtualEarth-sample/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/samples/virtualEarth-sample/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/sandbox/api/pom.xml
===================================================================
--- branches/3.1.x/sandbox/api/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/api/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,18 +2,18 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/sandbox/impl/pom.xml
===================================================================
--- branches/3.1.x/sandbox/impl/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/impl/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: branches/3.1.x/sandbox/pom.xml
===================================================================
--- branches/3.1.x/sandbox/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/samples/dialog-window-sample/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>dialog-window</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/panel2-sample/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/samples/panel2-sample/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>panel2</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/samples/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/samples/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/samples/rich-message-demo/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.demo</groupId>
@@ -13,17 +13,17 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>simpleTogglePanel2</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/dialog-window/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/dialog-window/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/ui/dialog-window/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/sandbox/ui/panel2/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/panel2/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/ui/panel2/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/ui/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/ui/simpleTogglePanel2/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/state/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/state/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/sandbox/ui/state/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/test-applications/facelets/pom.xml
===================================================================
--- branches/3.1.x/test-applications/facelets/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/test-applications/facelets/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/test-applications/jsp/pom.xml
===================================================================
--- branches/3.1.x/test-applications/jsp/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/test-applications/jsp/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/3.1.x/test-applications/pom.xml
===================================================================
--- branches/3.1.x/test-applications/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/test-applications/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<relativePath>../samples</relativePath>
</parent>
@@ -43,11 +43,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.2-SNAPSHOT</rfVersion>
+ <rfVersion>3.1.3-SNAPSHOT</rfVersion>
</properties>
<modules>
Modified: branches/3.1.x/ui/create.bat
===================================================================
--- branches/3.1.x/ui/create.bat 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/ui/create.bat 2007-10-17 17:36:20 UTC (rev 3428)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.2-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.3-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: branches/3.1.x/ui/create.sh
===================================================================
--- branches/3.1.x/ui/create.sh 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/ui/create.sh 2007-10-17 17:36:20 UTC (rev 3428)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=3.1.2-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
+ -DarchetypeVersion=3.1.3-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
Modified: branches/3.1.x/ui/dataTable/pom.xml
===================================================================
--- branches/3.1.x/ui/dataTable/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/ui/dataTable/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
-->
</dependencies>
Modified: branches/3.1.x/ui/drag-drop/pom.xml
===================================================================
--- branches/3.1.x/ui/drag-drop/pom.xml 2007-10-17 14:25:50 UTC (rev 3427)
+++ branches/3.1.x/ui/drag-drop/pom.xml 2007-10-17 17:36:20 UTC (rev 3428)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
-->
</dependencies>
17 years, 2 months
JBoss Rich Faces SVN: r3427 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-10-17 10:25:50 -0400 (Wed, 17 Oct 2007)
New Revision: 3427
Modified:
trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
Log:
http://jira.jboss.com/jira/browse/RF-398
language correction
Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml 2007-10-17 14:12:18 UTC (rev 3426)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml 2007-10-17 14:25:50 UTC (rev 3427)
@@ -9,7 +9,7 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><rich:jQuery></property>
- </emphasis> allows to apply styles and behaviour to DOM object.</para>
+ </emphasis> allows to apply styles and behaviour to DOM objects.</para>
<!--mediaobject>
<imageobject>
@@ -21,7 +21,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem>Presents jQuery JavaScript framework functionality</listitem>
- <listitem>Allows to apply on to JSF components and other DOM objects.</listitem>
+ <listitem>Allows to apply onto JSF components and other DOM objects.</listitem>
<listitem>Works without conflicts with prototype.js library</listitem>
</itemizedlist>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-17 14:12:18 UTC (rev 3426)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-17 14:25:50 UTC (rev 3427)
@@ -55,7 +55,7 @@
<section>
<title>Creating the Component with a Page Tag</title>
- <para>To create the simplest variant on a page use the following syntax:</para>
+ <para>To create the simplest variant on a page, use the following syntax:</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -82,22 +82,22 @@
<title>Details of Usage</title>
<para><emphasis role="bold">
<property><rich:jQuery></property>
- </emphasis> can be used in two major modes:</para>
+ </emphasis> can be used in two main modes:</para>
<itemizedlist>
- <listitem>as a one-time query applied immediately or on document ready event</listitem>
+ <listitem>as a one-time query applied immediately or on a document ready event</listitem>
<listitem>as a JavaScript function that can be invoked from the JavaScript code</listitem>
</itemizedlist>
<para>The mode is chosen with <emphasis>
<property>"timing"</property>
- </emphasis> attribute that has following options:</para>
+ </emphasis> attribute that has the following options:</para>
<itemizedlist>
- <listitem>immediate - execution a query immediately</listitem>
- <listitem>onload - execution a query when a document is loaded</listitem>
- <listitem>onJScall - execution a query by invoked JavaScript function defined with the <emphasis>
+ <listitem>immediate - applying a query immediately</listitem>
+ <listitem>onload - applying a query when a document is loaded</listitem>
+ <listitem>onJScall - applying a query by invoked JavaScript function defined with the <emphasis>
<property>"name"</property>
</emphasis> attribute</listitem>
</itemizedlist>
- <para>Definition the <emphasis>
+ <para>Definition of the <emphasis>
<property>"name"</property>
</emphasis> attribute is mandatory when the value of <emphasis>
<property>"timing"</property>
@@ -107,13 +107,13 @@
<property>"timing"</property>
</emphasis> value equals to <property>"immediate"</property> or
<property>"onload"</property>, the query is applied according to this
- value, but you still have an opportunity to invoke it by function name.</para>
+ value, but you still have an opportunity to invoke it by a function name.</para>
<para>The <emphasis>
<property>"selector"</property>
- </emphasis> attribute define an object or a list of objects. The query is defined with the <emphasis>
+ </emphasis> attribute defines an object or a list of objects. The query is defined with the <emphasis>
<property>"query"</property>
</emphasis>attribute.</para>
- <para>There is an example how to highlight odd rows in a table:</para>
+ <para>Here is an example of how to highlight odd rows in a table:</para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -156,90 +156,90 @@
<row>
<entry>"p[a]"</entry>
- <entry>In a document find all "p" tags with "a" tag
- inside</entry>
+ <entry>In a document all "p" tags with "a" tag
+ inside are selected</entry>
</row>
<row>
<entry>"ul/li"</entry>
- <entry>All "li" elements of unordered "ul" lists
+ <entry>All "li" elements of unordered "ul" lists are selected
</entry>
</row>
<row>
<entry>"p.foo[a]"</entry>
<entry>All "p" tags with "foo" class and inserted
- "a" tag </entry>
+ "a" tag are selected</entry>
</row>
<row>
<entry>"input[@name=bar]"</entry>
<entry>All "input" tags with "name" attribute which
- value is "bar"</entry>
+ value is "bar" are selected</entry>
</row>
<row>
<entry>"input[@type=radio][@checked]"</entry>
- <entry>Find all "input" tags with attribute
+ <entry>All "input" tags with attribute
"type"="radio" and attribute value =
- "chekced"</entry>
+ "chekced" are selected</entry>
</row>
<row>
<entry>"p,span,td"</entry>
<entry>All tag elements "p" or"span" or
- "td" </entry>
+ "td" are selected</entry>
</row>
<row>
<entry>"p#secret"</entry>
<entry>"p" paragraph element with "id"
- identification = "secret" </entry>
+ identification = "secret" is selected</entry>
</row>
<row>
<entry>"p span"</entry>
<entry>"span" tag is a (direct or non-direct) child of
"p" tag. If it's necessary, use "p >
- span" or "p/span" </entry>
+ span" or "p/span" is selected</entry>
</row>
<row>
<entry>"p[@foo^=bar]"</entry>
<entry>"p" tag containing "foo" attribute with
- textual value beginning with "bar" word </entry>
+ textual value beginning with "bar" word is selected</entry>
</row>
<row>
<entry>"p[@foo$=bar] "</entry>
<entry>"p" tag containing "foo" attribute with
- textual value ending with "bar" word</entry>
+ textual value ending with "bar" word is selected</entry>
</row>
<row>
<entry>"p[@foo*=bar] "</entry>
<entry>"p" tag with "foo" attribute containing
- substring "bar" in any place</entry>
+ substring "bar" in any place is selected</entry>
</row>
<row>
<entry>"p//span "</entry>
- <entry>"span" tag is a (direct or non-direct) child of
- "p" tag </entry>
+ <entry>"span" tag that is a (direct or non-direct) child of
+ "p" tag is selected</entry>
</row>
<row>
<entry>"p/../span "</entry>
- <entry>"span" tag is a grandchild of "p" tag</entry>
+ <entry>"span" tag that is a grandchild of "p" tag is selected</entry>
</row>
</tbody>
</tgroup>
</table>
- <para>In addition, RichFaces allows using either component id or client id if you apply the
- query to the JSF component. When you define a selector, RichFaces examines its content and
- tries to replace the defined in the selector id with component id if found.</para>
+ <para>In addition, RichFaces allows using either a component id or client id if you apply the
+ query to a JSF component. When you define a selector, RichFaces examines its content and
+ tries to replace the defined in the selector id with component id if it's found.</para>
<para>For example, you have the following code:</para>
<programlisting role="XML"><![CDATA[...
@@ -263,13 +263,13 @@
...]]></programlisting>
<para>You can define the exact id in the selector if you want. The following code reference to
- the same set of DOM object:</para>
+ the same set of a DOM object:</para>
<programlisting role="XML"><![CDATA[...
<rich:jQuery selector="#form\\:menu img" query="..." />
...]]></programlisting>
- <para>Pay attention to the double slashes that escapes the colon in the id.</para>
+ <para>Pay attention to double slashes that escape a colon in the id.</para>
<para>In case when the <emphasis>
<property>"name"</property>
@@ -278,7 +278,7 @@
</emphasis> generates a JavaScript function that might be used from any place of JavaScript
code on a page.</para>
- <para>There is an example how to enlarge the picture smoothly on mouse over event and return
+ <para>There is an example of how to enlarge the picture smoothly on mouse over event and return
back to the normal size on mouse out:</para>
<programlisting role="XML"><![CDATA[...
@@ -292,24 +292,24 @@
...]]></programlisting>
<para>The JavaScript could use two parameters. The first parameter is a replacement for the
- selector attribute. Thus, you can share the same query execution it to the different DOM
- objects. You can use the literal value or the direct reference to the existing DOM object. The
+ selector attribute. Thus, you can share the same query, applying it to the different DOM
+ objects. You can use a literal value or a direct reference for an existing DOM object. The
second parameter can be used to path the specific value inside the query. The JSON syntax is
used for the second parameter. The "param." namespace is used for
- referencing to data inside the parameter value.</para>
+ referencing data inside the parameter value.</para>
<para><emphasis role="bold">
<property><rich:jQuery></property>
</emphasis> adds styles and behavior to the DOM object dynamically. This means if you replace
something on a page during an Ajax response, the applied artifacts will be overwritten. You
are resistible to apply them again after the Ajax response is complete.</para>
- <para>Normally, it could be done with reRendering the <emphasis role="bold">
+ <para>Usually, it could be done with reRendering the <emphasis role="bold">
<property><rich:jQuery></property>
- </emphasis> components in the same Ajax interaction with the components those queries are
+ </emphasis> components in the same Ajax interaction with the components these queries are
applied to. Note, that queries with <emphasis>
<property>"timing"</property>
- </emphasis> attribute set to <property>"onload"</property> will not be
- invoked even the query is reRendered because, the DOM document is not fully reloaded during
+ </emphasis> attribute set to <property>"onload"</property> are not
+ invoked even the query is reRendered, because a DOM document is not fully reloaded during
the Ajax interaction. If you need to re-applies query with
<property>"onload"</property> value of <emphasis>
<property>"timing"</property>
17 years, 2 months