JBoss Rich Faces SVN: r695 - trunk/sandbox/scrollable-grid/src/main/javascript.
by richfaces-svn-commits@lists.jboss.org
Author: abelevich
Date: 2007-05-08 13:55:40 -0400 (Tue, 08 May 2007)
New Revision: 695
Modified:
trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js
Log:
Modified: trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js
===================================================================
--- trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js 2007-05-08 16:16:25 UTC (rev 694)
+++ trunk/sandbox/scrollable-grid/src/main/javascript/ClientUILib.js 2007-05-08 17:55:40 UTC (rev 695)
@@ -200,7 +200,7 @@
}
};
-ClientUILib.load(true);
+ClientUILib.load();
// declare predefined packages
var ClientUI = {
17 years, 8 months
JBoss Rich Faces SVN: r694 - in trunk: richfaces/datascroller/src/main/config/component and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: vkukharchuk
Date: 2007-05-08 12:16:25 -0400 (Tue, 08 May 2007)
New Revision: 694
Modified:
trunk/docs/userguide/en/included/toggleControl.xml
trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
Log:
Modified: trunk/docs/userguide/en/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/included/toggleControl.xml 2007-05-08 14:42:12 UTC (rev 693)
+++ trunk/docs/userguide/en/included/toggleControl.xml 2007-05-08 16:16:25 UTC (rev 694)
@@ -80,33 +80,33 @@
<f:facet name="first">
<h:panelGroup>
<rich:toggleControl for="helloForm:panel" value="Empty "
- switchTo="empty"/>
+ switchToState="empty"/>
<rich:toggleControl for="helloForm:panel" value=" Second"
- switchTo="second"/>
+ switchToState="second"/>
...//Some Content
</h:panelGroup>
</f:facet>
<f:facet name="second">
<h:panelGroup>
<rich:toggleControl for="helloForm:panel" value="Empty "
- switchTo="empty"/>
+ switchToState="empty"/>
<rich:toggleControl for="helloForm:panel" value=" first"
- switchTo="first"/>
+ switchToState="first"/>
...//Some Content
</h:panelGroup>
</f:facet>
<f:facet name="empty">
<h:panelGroup>
<rich:toggleControl for="helloForm:panel" value="first "
- switchTo="first"/>
+ switchToState="first"/>
<rich:toggleControl for="helloForm:panel" value=" second"
- switchTo="second"/>
+ switchToState="second"/>
</h:panelGroup>
</f:facet>
</rich:togglePanel>
]]></programlisting>
<para>In this example the switching is performed on facets specified in the <emphasis
-role="italic"><property>"switchTo"</property></emphasis> attribute.</para>
+role="italic"><property>"switchToState"</property></emphasis> attribute.</para>
</section>
<section>
<title>Look and Feel Customization</title>
Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-05-08 14:42:12 UTC (rev 693)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-05-08 16:16:25 UTC (rev 694)
@@ -154,7 +154,7 @@
<name>renderIfSinglePage</name>
<classname>boolean</classname>
<description>
- If "true" then display datascroller if the data hold on one page
+ If renderIfSinglePage=true then datascroller is displayed on condition that the data hold on one page.
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml 2007-05-08 14:42:12 UTC (rev 693)
+++ trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml 2007-05-08 16:16:25 UTC (rev 694)
@@ -132,6 +132,7 @@
<name>selectItemStyle</name>
<classname>java.lang. String</classname>
<description>
+ CSS style(s) is/are to be applied to selected item when this component is rendered.
</description>
</property>
@@ -139,6 +140,7 @@
<name>selectItemClass</name>
<classname>java.lang.String</classname>
<description>
+ Space-separated list of CSS style class(es) that are be applied to selected item of this component.
</description>
</property>
@@ -146,6 +148,7 @@
<name>disabledItemStyle</name>
<classname>java.lang.String</classname>
<description>
+ CSS style(s) is/are to be applied to disabled item when this component is rendered.
</description>
</property>
@@ -153,6 +156,7 @@
<name>disabledItemClass</name>
<classname>java.lang.String</classname>
<description>
+ Space-separated list of CSS style class(es) that are be applied to disabled item of this component.
</description>
</property>
@@ -160,6 +164,7 @@
<name>itemStyle</name>
<classname>java.lang.String</classname>
<description>
+ CSS style(s) is/are to be applied to item when this component is rendered.
</description>
</property>
@@ -167,6 +172,7 @@
<name>itemClass</name>
<classname>java.lang.String</classname>
<description>
+ Space-separated list of CSS style class(es) that are be applied to item of this component.
</description>
</property>
Modified: trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-05-08 14:42:12 UTC (rev 693)
+++ trunk/richfaces/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2007-05-08 16:16:25 UTC (rev 694)
@@ -73,7 +73,7 @@
<property>
<name>step</name>
<classname>java.lang.String</classname>
- <description>Parameter that determines the step betwen nearest values while using handle.</description>
+ <description>Parameter that determines the step between nearest values while using controls.</description>
<defaultvalue><![CDATA["1"]]></defaultvalue>
</property>
<property>
Modified: trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-05-08 14:42:12 UTC (rev 693)
+++ trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-05-08 16:16:25 UTC (rev 694)
@@ -139,6 +139,13 @@
<classname>java.lang.String</classname>
<description>Class to be applied to icon element.</description>
</property>
+ <property>
+ <name>converter</name>
+ <classname>javax.faces.convert.Converter</classname>
+ <description>
+ Id of Converter to be used or reference to a Converter
+ </description>
+ </property>
&ui_component_attributes;
&html_style_attributes;
@@ -179,9 +186,14 @@
<property>
<name>iconDisabled</name>
<classname>java.lang.String</classname>
- <description>Path to the icon to be displayed for the disabled item
- state</description>
+ <description>Path to the icon to be displayed for the disabled item state.
+ </description>
</property>
+ <property>
+ <name>actionExpression</name>
+ <classname>java.lang.String</classname>
+ <description>The action method binding expression.</description>
+ </property>
<property>
<name>disabled</name>
<classname>boolean</classname>
17 years, 8 months
JBoss Rich Faces SVN: r693 - in trunk/docs/userguide/en: included and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-05-08 10:42:12 -0400 (Tue, 08 May 2007)
New Revision: 693
Added:
trunk/docs/userguide/en/images/menuGroup3.png
trunk/docs/userguide/en/images/menuItem2.png
trunk/docs/userguide/en/images/menuSeparator2.png
Modified:
trunk/docs/userguide/en/included/dropDownMenu.desc.xml
trunk/docs/userguide/en/included/dropDownMenu.xml
trunk/docs/userguide/en/included/menuGroup.desc.xml
trunk/docs/userguide/en/included/menuGroup.xml
trunk/docs/userguide/en/included/menuItem.desc.xml
trunk/docs/userguide/en/included/menuItem.xml
trunk/docs/userguide/en/included/menuSeparator.desc.xml
trunk/docs/userguide/en/included/menuSeparator.xml
Log:
Added: trunk/docs/userguide/en/images/menuGroup3.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuGroup3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/menuItem2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuItem2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/menuSeparator2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuSeparator2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/docs/userguide/en/included/dropDownMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<section>
<sectioninfo>
- - <keywordset>
+ <keywordset>
<keyword>dropDownMenu</keyword>
</keywordset>
</sectioninfo>
Modified: trunk/docs/userguide/en/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/dropDownMenu.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -43,26 +43,18 @@
<section>
<title>Creation on a page</title>
<para>To create the simplest variant on a page use the following syntax:</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu value="Item1">
- <!--Nested menu components-->
- </rich:dropDownMenu>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu value="Item1">
+ <!--Nested menu components-->
+ </rich:dropDownMenu>
+...]]></programlisting>
</section>
<section>
<title>Dynamical Creation from Java Code</title>
- <programlisting role="java">
- <![CDATA[
- ...
- org.richfaces.component.html.HtmlDropDownMenu myMenu = new org.richfaces.component.html.HtmlDropDownMenu();
- ...
- ]]>
- </programlisting>
+ <programlisting role="java"><![CDATA[...
+ org.richfaces.component.html.HtmlDropDownMenu myMenu = new org.richfaces.component.html.HtmlDropDownMenu();
+...]]></programlisting>
</section>
<section>
@@ -76,27 +68,19 @@
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <f:facet name="label">
- <h:graphicImage value="/images/img1.gif"/>
- </f:facet>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <f:facet name="label">
+ <h:graphicImage value="/images/img1.gif"/>
+ </f:facet>
+...]]></programlisting>
<para>
Use the "event" attribute to define an event on the representation element that triggers a menu appearance. An example of a menu appearance on a click could be seen below.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu event="onclick" value="Item1">
- <!--Nested menu components-->
- </rich:dropDownMenu>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu event="onclick" value="Item1">
+ <!--Nested menu components-->
+ </rich:dropDownMenu>
+...]]></programlisting>
<para>
Switching mode could be chosen with the <rich:dropDownMenu> attribute "mode" with three possible parameters.
</para>
@@ -150,15 +134,11 @@
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu value="Item1" direction="bottom-right" jointPoint="tr">
- <!—Nested menu components-->
- </rich:dropDownMenu>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu value="Item1" direction="bottom-right" jointPoint="tr">
+ <!--Nested menu components-->
+ </rich:dropDownMenu>
+...]]></programlisting>
<para>
As a result:
</para>
@@ -176,14 +156,11 @@
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu value="Item1" direction="bottom-right" jointPoint="tr" horizontalOffset="-15" verticalOffset="0">
- <!-Nested menu components-->
- </rich:dropDownMenu>
- ...
- ]]>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu value="Item1" direction="bottom-right" jointPoint="tr" horizontalOffset="-15" verticalOffset="0">
+ <!--Nested menu components-->
+ </rich:dropDownMenu>
+...]]>
</programlisting>
<para>
As a result:
@@ -197,21 +174,22 @@
</mediaobject>
</figure>
</section>
+
<section>
<title> Look and Feel Customization</title>
- <para>
- Skin parameters redefinition:
- </para>
- <para>
+ <para>
For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
</para>
<para>
- There are two ways to redefine appearance of all dropDownMenus at once :
+ There are two ways to redefine appearance of all dropDownMenus at once:
</para>
<itemizedlist>
<listitem><para>Redefine corresponding skin parameters.</para></listitem>
- <listitem><para>Add to user's stylesheets style classes used by a panel.</para></listitem>
- </itemizedlist>
+ <listitem><para>Add to user's stylesheets style classes used by a dropDownMenu.</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>Skin parameters redefinition</title>
<table>
<title>Label Skin parameters redefinition</title>
<tgroup cols="2">
@@ -304,14 +282,14 @@
</tbody>
</tgroup>
</table>
- </section>
+ </section>
<section>
<title> Definition custom style classes </title>
<para>
- On the screenshot, there are classes' names that define an element label.
+ On the screenshot, there are classes names that define element label.
</para>
<figure>
- <title>Classes' names</title>
+ <title>Classes names</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/dropDownMenu4.png" />
@@ -319,7 +297,7 @@
</mediaobject>
</figure>
<table>
- <title>Classes' names that define element label</title>
+ <title>Classes names that define element label</title>
<tgroup cols="2">
<thead>
<row>
@@ -348,10 +326,10 @@
</tgroup>
</table>
<para>
- On the screenshot, there are classes' names that define an element popup.
+ On the screenshot, there are classes names that define element popup.
</para>
<figure>
- <title>Classes' names</title>
+ <title>Classes names</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/dropDownMenu5.png" />
@@ -359,7 +337,7 @@
</mediaobject>
</figure>
<table>
- <title>Classes' names that define element popup</title>
+ <title>Classes names that define element popup</title>
<tgroup cols="2">
<thead>
<row>
@@ -380,10 +358,10 @@
</tgroup>
</table>
<para>
- In order to redefine style for all menus on a page using CSS, it's enough to create classes with the same names and define the necessary properties in them.
+ In order to redefine style for all dropDownMenus 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 peculiarities of the particular menus define your own style classes in the corresponding simple toggle panels attributes.
+ To change style peculiarities of the particular dropDownMenus define your own style classes in the corresponding simple dropDownMenu attributes.
</para>
</section>
</section>
Modified: trunk/docs/userguide/en/included/menuGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.desc.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/menuGroup.desc.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<section>
<sectioninfo>
- - <keywordset>
+ <keywordset>
<keyword>menuGroup</keyword>
</keywordset>
</sectioninfo>
Modified: trunk/docs/userguide/en/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/menuGroup.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -43,30 +43,22 @@
<section>
<title>Creation on a page</title>
<para>To create the simplest variant on a page use the following syntax:</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu value="Active">
- ...
- <rich: menuGroup value="Active">
- <!—Nested menu components-->
- </rich:menuGroup>
- ...
- </rich:dropDownMenu >
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu value="Active">
+ ...
+ <rich: menuGroup value="Active">
+ <!--Nested menu components-->
+ </rich:menuGroup>
+ ...
+ </rich:dropDownMenu >
+...]]></programlisting>
</section>
<section>
<title>Dynamical Creation from Java Code</title>
- <programlisting role="java">
- <![CDATA[
- ...
- org.richfaces.component.html.HtmlMenuGroup myGroup = new org.richfaces.component.html.HtmlMenuGroup ();
- ...
- ]]>
- </programlisting>
+ <programlisting role="java"><![CDATA[...
+ org.richfaces.component.html.HtmlMenuGroup myGroup = new org.richfaces.component.html.HtmlMenuGroup ();
+...]]></programlisting>
</section>
<section>
@@ -80,14 +72,11 @@
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <f:facet name="icon">
- <h:selectBooleanCheckbox value="#{bean.property}"/>
- </f:facet>
- ...
- ]]>
+ <programlisting role="xml"><![CDATA[...
+ <f:facet name="icon">
+ <h:selectBooleanCheckbox value="#{bean.property}"/>
+ </f:facet>
+...]]>
</programlisting>
<para>
The "iconFolder" and "iconFolderDisabled" attributes are defined for using icons as a folder icon. The "iconFolder" and "iconFolderDisabled" facets use content as folder icon representation.
@@ -107,14 +96,11 @@
<para>
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:menuGroup value="Active" direction="left"
- <!--Nested menu components-->
- </rich:menuGroup>
- ...
- ]]>
+ <programlisting role="xml"><![CDATA[...
+ <rich:menuGroup value="Active" direction="left"
+ <!--Nested menu components-->
+ </rich:menuGroup>
+...]]>
</programlisting>
<para>
As a result:
@@ -128,4 +114,155 @@
</mediaobject>
</figure>
</section>
- </section>
+
+ <section>
+ <title> Look and Feel Customization</title>
+ <para>
+ For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
+ </para>
+ <para>
+ There are two ways to redefine appearance of all menuGroups at once:
+ </para>
+ <itemizedlist>
+ <listitem><para>Redefine corresponding skin parameters.</para></listitem>
+ <listitem><para>Add to user's stylesheets style classes used by a menuGroup.</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>Skin parameters redefinition</title>
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for group</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>generalFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ <row>
+ <entry>generalSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for disabled group</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>tabDisabledTextColor</entry>
+ <entry>color</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for text label</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>generalTextColor</entry>
+ <entry>color</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
+
+<section>
+ <title> Definition custom style classes </title>
+ <para>
+ On the screenshot, there are classes names that define group element appearance.
+ </para>
+ <figure>
+ <title>Classes names</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/menuGroup3.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <table>
+ <title>Classes names that define group element appearance.</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Rich-menu-group</entry>
+ <entry>Defines the class for wrapping div element for the whole group</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-label</entry>
+ <entry>Defines properties for the text</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-icon</entry>
+ <entry>Defines properties for the left icon element</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-folder</entry>
+ <entry>Defines properties for the right icon element</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>
+ All listed elements except of general are defined for disabled mode.
+ </para>
+ <table>
+ <title>Classes names for disabled mode</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Rich-menu-item-label-disabled</entry>
+ <entry>Defines properties for the text</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-icon-disabled</entry>
+ <entry>Defines properties for the left icon element</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-folder-disabled</entry>
+ <entry>Defines properties for the right icon element</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>
+ In order to redefine style for all menuGroups 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 peculiarities of the particular menuGroups define your own style classes in the corresponding simple menuGroup attributes.
+ </para>
+</section>
+</section>
Modified: trunk/docs/userguide/en/included/menuItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.desc.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/menuItem.desc.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<section>
<sectioninfo>
- <keywordset>
+ <keywordset>
<keyword>menuItem</keyword>
</keywordset>
</sectioninfo>
Modified: trunk/docs/userguide/en/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/menuItem.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -43,28 +43,20 @@
<section>
<title>Creation on a page</title>
<para>To create the simplest variant on a page use the following syntax:</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu>
- ...
- <rich:menuItem value="Active"/>
- ...
- <rich:dropDownMenu>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu>
+ ...
+ <rich:menuItem value="Active"/>
+ ...
+ <rich:dropDownMenu>
+...]]></programlisting>
</section>
<section>
<title>Dynamical Creation from Java Code</title>
- <programlisting role="java">
- <![CDATA[
- ...
- org.richfaces.component.html.HtmlMenuItem myItem = new org.richfaces.component.html.HtmlMenuItem ();
- ...
- ]]>
- </programlisting>
+ <programlisting role="java"><![CDATA[...
+ org.richfaces.component.html.HtmlMenuItem myItem = new org.richfaces.component.html.HtmlMenuItem ();
+...]]></programlisting>
</section>
<section>
@@ -78,15 +70,11 @@
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <f:facet name="icon">
- <h:selectBooleanCheckbox value="#{bean.property}"/>
- </f:facet>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <f:facet name="icon">
+ <h:selectBooleanCheckbox value="#{bean.property}"/>
+ </f:facet>
+...]]></programlisting>
<para>
A switching mode could be chosen with the <rich: menuItem> attribute "mode" with three possible parameters.
@@ -115,33 +103,221 @@
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu>
- ...
- <rich:menuItem submitMode="none">
- <h:outputLink value=”www.jboss.org”/>
- </rich:menuItem>
- ...
- <rich:dropDownMenu>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu>
+ ...
+ <rich:menuItem submitMode="none">
+ <h:outputLink value=”www.jboss.org”/>
+ </rich:menuItem>
+ ...
+ <rich:dropDownMenu>
+...]]></programlisting>
<para>
You can use the "disabled" attribute to set item state.
</para>
<para>
Example.
</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu>
- <rich:menuItem value="Disable" disabled="true"/>
- <rich:dropDownMenu>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu>
+ <rich:menuItem value="Disable" disabled="true"/>
+ <rich:dropDownMenu>
+...]]></programlisting>
</section>
- </section>
+
+ <section>
+ <title> Look and Feel Customization</title>
+ <para>
+ For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
+ </para>
+ <para>
+ There are two ways to redefine appearance of all menuItems at once:
+ </para>
+ <itemizedlist>
+ <listitem><para>Redefine corresponding skin parameters.</para></listitem>
+ <listitem><para>Add to user's stylesheets style classes used by a menuItem.</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>Skin parameters redefinition</title>
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for item</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>generalFamilyFont</entry>
+ <entry>font-family</entry>
+ </row>
+ <row>
+ <entry>generalSizeFont</entry>
+ <entry>font-size</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for hovered item</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>tipBorderColor</entry>
+ <entry>border-color</entry>
+ </row>
+ <row>
+ <entry>tipBackgroundColor</entry>
+ <entry>background-color</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for disabled item</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>tabDisabledTextColor</entry>
+ <entry>color</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for text element label</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>generalTextColor</entry>
+ <entry>color</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
+ <title> Definition custom style classes </title>
+ <para>
+ On the screenshot, there are classes names that define item element appearance.
+ </para>
+ <figure>
+ <title>Classes names</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/menuItem2.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <table>
+ <title>Classes names that define item element appearance.</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Rich-menu-item</entry>
+ <entry>Defines the class for wrapping div element for the whole item</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-label</entry>
+ <entry>Defines properties for the text</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-icon</entry>
+ <entry>Defines properties for the left icon element</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>
+ All listed elements except of general are defined for disabled, enabled and hovered modes.
+ </para>
+ <table>
+ <title>Classes names for modes</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Rich-menu-item-disabled</entry>
+ <entry>Defines the class for wrapping div element for the whole item</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-enabled</entry>
+ <entry>Defines the class for wrapping div element for the whole item</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-hover</entry>
+ <entry>Defines the class for wrapping div element for the whole item</entry>
+ </row>
+
+ <row>
+ <entry>Rich-menu-item-label-disabled</entry>
+ <entry>Defines properties for the text</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-icon-disabled</entry>
+ <entry>Defines properties for the left icon element</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-label-enabled</entry>
+ <entry>Defines properties for the text</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-icon-enabled</entry>
+ <entry>Defines properties for the left icon element</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-label-selected</entry>
+ <entry>Defines properties for the text</entry>
+ </row>
+ <row>
+ <entry>Rich-menu-item-icon-selectedr</entry>
+ <entry>Defines properties for the left icon element</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>
+ In order to redefine style for all menuItems 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 peculiarities of the particular menuItems define your own style classes in the corresponding simple menuItem attributes.
+ </para>
+ </section>
+</section>
+
Modified: trunk/docs/userguide/en/included/menuSeparator.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuSeparator.desc.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/menuSeparator.desc.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<section>
<sectioninfo>
- <keywordset>
+ <keywordset>
<keyword>menuSeparator</keyword>
</keywordset>
</sectioninfo>
Modified: trunk/docs/userguide/en/included/menuSeparator.xml
===================================================================
--- trunk/docs/userguide/en/included/menuSeparator.xml 2007-05-08 13:04:47 UTC (rev 692)
+++ trunk/docs/userguide/en/included/menuSeparator.xml 2007-05-08 14:42:12 UTC (rev 693)
@@ -43,27 +43,90 @@
<section>
<title>Creation on a page</title>
<para>To create the simplest variant on a page use the following syntax:</para>
- <programlisting role="xml">
- <![CDATA[
- ...
- <rich:dropDownMenu/>
- ...
- <rich: menuSeparator/>
- ...
- <rich:dropDownMenu/>
- ...
- ]]>
- </programlisting>
+ <programlisting role="xml"><![CDATA[...
+ <rich:dropDownMenu/>
+ ...
+ <rich: menuSeparator/>
+ ...
+ <rich:dropDownMenu/>
+...]]></programlisting>
</section>
<section>
<title>Dynamical Creation from Java Code</title>
- <programlisting role="java">
- <![CDATA[
- ...
- org.richfaces.component.html.HtmlMenuSeparator mySep = new org.richfaces.component.html.HtmlMenuSeparator ();
- ...
- ]]>
- </programlisting>
+ <programlisting role="java"><![CDATA[...
+ org.richfaces.component.html.HtmlMenuSeparator mySep = new org.richfaces.component.html.HtmlMenuSeparator ();
+...]]></programlisting>
</section>
+
+ <section>
+ <title> Look and Feel Customization</title>
+ <para>
+ For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
+ </para>
+ <para>
+ There are two ways to redefine appearance of all menuSeparators at once:
+ </para>
+ <itemizedlist>
+ <listitem><para>Redefine corresponding skin parameters.</para></listitem>
+ <listitem><para>Add to user's stylesheets style classes used by a menuSeparator.</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>Skin parameters redefinition</title>
+ <table>
+ <title>Label Skin parameters redefinition</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Skin parameters for item</entry>
+ <entry>CSS properties</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>panelBorderColor</entry>
+ <entry>border-top-color</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+ <section>
+ <title> Definition custom style classes </title>
+ <para>
+ On the screenshot, there are classes names that define separator element appearance.
+ </para>
+ <figure>
+ <title>Classes names</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/menuSeparator2.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <table>
+ <title>Classes names that define separator element appearance.</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Rich-menu-item</entry>
+ <entry>Defines the class for div element for separator</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>
+ In order to redefine style for all menuSeparators 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 peculiarities of the particular menuSeparators define your own style classes in the corresponding simple menuSeparator attributes.
+ </para>
+ </section>
</section>
17 years, 8 months
JBoss Rich Faces SVN: r692 - trunk/docs/userguide/en/images.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-05-08 09:04:47 -0400 (Tue, 08 May 2007)
New Revision: 692
Added:
trunk/docs/userguide/en/images/dropDownMenu1.png
trunk/docs/userguide/en/images/dropDownMenu2.png
trunk/docs/userguide/en/images/dropDownMenu3.png
trunk/docs/userguide/en/images/dropDownMenu4.png
trunk/docs/userguide/en/images/dropDownMenu5.png
trunk/docs/userguide/en/images/menuGroup1.png
trunk/docs/userguide/en/images/menuGroup2.png
trunk/docs/userguide/en/images/menuItem1.png
trunk/docs/userguide/en/images/menuSeparator1.png
Log:
Added: trunk/docs/userguide/en/images/dropDownMenu1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/dropDownMenu1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/dropDownMenu2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/dropDownMenu2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/dropDownMenu3.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/dropDownMenu3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/dropDownMenu4.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/dropDownMenu4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/dropDownMenu5.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/dropDownMenu5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/menuGroup1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuGroup1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/menuGroup2.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuGroup2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/menuItem1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuItem1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/docs/userguide/en/images/menuSeparator1.png
===================================================================
(Binary files differ)
Property changes on: trunk/docs/userguide/en/images/menuSeparator1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 8 months
JBoss Rich Faces SVN: r691 - in trunk/docs/userguide/en: included and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-05-08 07:21:58 -0400 (Tue, 08 May 2007)
New Revision: 691
Modified:
trunk/docs/userguide/en/included/column.desc.xml
trunk/docs/userguide/en/included/column.xml
trunk/docs/userguide/en/included/columnGroup.desc.xml
trunk/docs/userguide/en/included/columnGroup.xml
trunk/docs/userguide/en/included/dataDefinitionList.desc.xml
trunk/docs/userguide/en/included/dataDefinitionList.xml
trunk/docs/userguide/en/included/dataFilterSlider.desc.xml
trunk/docs/userguide/en/included/dataGrid.desc.xml
trunk/docs/userguide/en/included/dataGrid.xml
trunk/docs/userguide/en/included/dataList.desc.xml
trunk/docs/userguide/en/included/dataList.xml
trunk/docs/userguide/en/included/dataOrderedList.desc.xml
trunk/docs/userguide/en/included/dataOrderedList.xml
trunk/docs/userguide/en/included/dataTable.desc.xml
trunk/docs/userguide/en/included/dataTable.xml
trunk/docs/userguide/en/included/datascroller.desc.xml
trunk/docs/userguide/en/included/datascroller.xml
trunk/docs/userguide/en/included/dndParam.desc.xml
trunk/docs/userguide/en/included/dndParam.xml
trunk/docs/userguide/en/included/dragIndicator.desc.xml
trunk/docs/userguide/en/included/dragIndicator.xml
trunk/docs/userguide/en/included/dragSupport.desc.xml
trunk/docs/userguide/en/included/dragSupport.xml
trunk/docs/userguide/en/included/dropDownMenu.desc.xml
trunk/docs/userguide/en/included/dropSupport.desc.xml
trunk/docs/userguide/en/included/gmap.desc.xml
trunk/docs/userguide/en/included/gmap.xml
trunk/docs/userguide/en/included/inputNumberSlider.desc.xml
trunk/docs/userguide/en/included/inputNumberSlider.xml
trunk/docs/userguide/en/included/inputNumberSpinner.desc.xml
trunk/docs/userguide/en/included/inputNumberSpinner.xml
trunk/docs/userguide/en/included/menuGroup.desc.xml
trunk/docs/userguide/en/included/menuItem.desc.xml
trunk/docs/userguide/en/included/menuSeparator.desc.xml
trunk/docs/userguide/en/included/modalPanel.desc.xml
trunk/docs/userguide/en/included/modalPanel.xml
trunk/docs/userguide/en/included/paint2D.desc.xml
trunk/docs/userguide/en/included/paint2D.xml
trunk/docs/userguide/en/included/panel.desc.xml
trunk/docs/userguide/en/included/panel.xml
trunk/docs/userguide/en/included/panelBar.desc.xml
trunk/docs/userguide/en/included/panelBar.xml
trunk/docs/userguide/en/included/panelBarItem.desc.xml
trunk/docs/userguide/en/included/panelBarItem.xml
trunk/docs/userguide/en/included/separator.desc.xml
trunk/docs/userguide/en/included/separator.xml
trunk/docs/userguide/en/included/simpleTogglePanel.desc.xml
trunk/docs/userguide/en/included/simpleTogglePanel.xml
trunk/docs/userguide/en/included/spacer.desc.xml
trunk/docs/userguide/en/included/spacer.xml
trunk/docs/userguide/en/included/subTable.desc.xml
trunk/docs/userguide/en/included/subTable.xml
trunk/docs/userguide/en/included/suggestionBox.desc.xml
trunk/docs/userguide/en/included/suggestionBox.xml
trunk/docs/userguide/en/included/tab.desc.xml
trunk/docs/userguide/en/included/tab.xml
trunk/docs/userguide/en/included/tabPanel.desc.xml
trunk/docs/userguide/en/included/tabPanel.xml
trunk/docs/userguide/en/included/toggleControl.desc.xml
trunk/docs/userguide/en/included/toggleControl.xml
trunk/docs/userguide/en/included/togglePanel.desc.xml
trunk/docs/userguide/en/included/togglePanel.xml
trunk/docs/userguide/en/included/toolBar.desc.xml
trunk/docs/userguide/en/included/toolBar.xml
trunk/docs/userguide/en/included/toolBarGroup.desc.xml
trunk/docs/userguide/en/included/tree.desc.xml
trunk/docs/userguide/en/included/tree.xml
trunk/docs/userguide/en/included/treeNode.desc.xml
trunk/docs/userguide/en/included/treeNode.xml
trunk/docs/userguide/en/master.xml
trunk/docs/userguide/en/modules/RFClibrary.xml
Log:
sections order rearranging
Modified: trunk/docs/userguide/en/included/column.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/column.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/column.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component for row rendering for a UIData component.</para>
<figure>
<title>Column component</title>
Modified: trunk/docs/userguide/en/included/column.xml
===================================================================
--- trunk/docs/userguide/en/included/column.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/column.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,6 @@
<keyword>breakBefore</keyword>
</keywordset>
</sectioninfo>
- <section>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +40,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>column</property> on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/columnGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/columnGroup.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/columnGroup.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component combines columns in one row to organize complex subparts of a table.</para>
<figure>
<title>ColumnGroup component</title>
Modified: trunk/docs/userguide/en/included/columnGroup.xml
===================================================================
--- trunk/docs/userguide/en/included/columnGroup.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/columnGroup.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,7 +6,6 @@
<keyword>HtmlColumnGroup</keyword>
</keywordset>
</sectioninfo>
- <section>
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -40,8 +39,7 @@
</tbody>
</tgroup>
</table>
- </section>
- <section>
+ <section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>columnGroup</property> on a page which you can see at the screenshot, use the following syntax:</para>
<programlisting role="XML"><![CDATA[...
Modified: trunk/docs/userguide/en/included/dataDefinitionList.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dataDefinitionList.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataDefinitionList.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component for definition lists rendering that allows choosing data from a model
and obtains built-in support of AJAX updates.</para>
<figure>
Modified: trunk/docs/userguide/en/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/included/dataDefinitionList.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataDefinitionList.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,7 +6,6 @@
<keyword>rich:dataDefinitionList</keyword>
</keywordset>
</sectioninfo>
- <section>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -51,7 +50,7 @@
</rich:dataDefinitionList>
...
]]></programlisting>
- </section>
+
<section>
<title>Dynamical Creation from Java Code</title>
<programlisting role="JAVA"><![CDATA[import org.richfaces.component.html.HtmlDataDefinitionList;
Modified: trunk/docs/userguide/en/included/dataFilterSlider.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dataFilterSlider.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataFilterSlider.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A slider-based action component is used for filtering table data.</para>
<figure>
<title>DataFilterSlider component</title>
Modified: trunk/docs/userguide/en/included/dataGrid.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dataGrid.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataGrid.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component to render data as a grid that allows choosing data from a model
and obtains built-in support of AJAX updates.</para>
<figure>
Modified: trunk/docs/userguide/en/included/dataGrid.xml
===================================================================
--- trunk/docs/userguide/en/included/dataGrid.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataGrid.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlDataGrid</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>dataGrid</property> on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/dataList.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dataList.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataList.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component for unordered lists rendering that allows choosing data from a model
and obtains built-in support of AJAX updates.</para>
<figure>
Modified: trunk/docs/userguide/en/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/included/dataList.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataList.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
<keyword>unordered list</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -42,7 +42,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>dataList</property> on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/dataOrderedList.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dataOrderedList.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataOrderedList.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component for ordered lists rendering that allows choosing data from a model
and obtains built-in support of AJAX updates.</para>
<figure>
Modified: trunk/docs/userguide/en/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/included/dataOrderedList.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataOrderedList.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>ordered list</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>dataOrderedList</property> on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/dataTable.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dataTable.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataTable.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component for tables rendering that allows choosing data from a model and obtains
built-in support of AJAX updates.</para>
<figure>
Modified: trunk/docs/userguide/en/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/included/dataTable.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dataTable.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
<keyword>HtmlDataTable</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -42,7 +42,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>dataTable</property> on a page, use the
Modified: trunk/docs/userguide/en/included/datascroller.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/datascroller.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/datascroller.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component designed for providing the functionality of tables scrolling using AJAX
requests.</para>
<figure>
Modified: trunk/docs/userguide/en/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/included/datascroller.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/datascroller.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
<keyword>tables</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -42,7 +42,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create the simplest variant of <property>dataScroller</property> on a page, use the
Modified: trunk/docs/userguide/en/included/dndParam.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dndParam.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dndParam.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,6 +7,7 @@
</sectioninfo>
<section>
+<title>Description</title>
<para>This component is used for passing parameters during drag-and-drop
operations.</para>
</section>
Modified: trunk/docs/userguide/en/included/dndParam.xml
===================================================================
--- trunk/docs/userguide/en/included/dndParam.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dndParam.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -12,7 +12,7 @@
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
@@ -46,7 +46,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
Modified: trunk/docs/userguide/en/included/dragIndicator.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dragIndicator.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dragIndicator.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,6 +7,7 @@
</sectioninfo>
<section>
+<title>Description</title>
<para>This is a component for defining what appears under the mouse cursor
during drag-and-drop operations. The displayed drag indicator can show
information about the dragged elements.</para>
Modified: trunk/docs/userguide/en/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/included/dragIndicator.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dragIndicator.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
<keyword>dndParam</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -42,7 +42,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/dragSupport.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dragSupport.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dragSupport.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -5,7 +5,8 @@
<keyword>dragSupport</keyword>
</keywordset>
</sectioninfo>
-
+<section>
+<title>Description</title>
<para>This component defines a subtree of the component tree as draggable
for drag-and-drop operations. Within such a "drag zone," a user can click
the mouse button on an item and drag it to any component that supports drop
@@ -21,7 +22,7 @@
</imageobject>
</mediaobject>
</figure>
-
+</section>
<section>
<title>Key Features</title>
Modified: trunk/docs/userguide/en/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/included/dragSupport.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dragSupport.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
@@ -54,7 +54,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
Modified: trunk/docs/userguide/en/included/dropDownMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -5,7 +5,8 @@
<keyword>dropDownMenu</keyword>
</keywordset>
</sectioninfo>
-
+ <section>
+<title>Description</title>
<para>The <rich:dropDownMenu> component is used for a multilevel dropdown menu creation.</para>
<figure>
<title><rich:dropDownMenu> component</title>
@@ -15,7 +16,7 @@
</imageobject>
</mediaobject>
</figure>
-
+</section>
<section>
<title>Key Features</title>
<itemizedlist>
Modified: trunk/docs/userguide/en/included/dropSupport.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropSupport.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/dropSupport.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -5,7 +5,8 @@
<keyword>dropSupport</keyword>
</keywordset>
</sectioninfo>
-
+<section>
+<title>Description</title>
<para>This component transforms a parent component into a target zone for
drag-and-drop operations. When a draggable element is moved and dropped onto
the area of the parent component, AJAX request processing for this event is
@@ -20,4 +21,5 @@
</imageobject>
</mediaobject>
</figure>
+</section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/gmap.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/gmap.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/gmap.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>Component that presents the google <property>map</property> in the JSF applications.</para>
<figure>
<title>Gmap component</title>
Modified: trunk/docs/userguide/en/included/gmap.xml
===================================================================
--- trunk/docs/userguide/en/included/gmap.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/gmap.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlGmap</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/inputNumberSlider.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/inputNumberSlider.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/inputNumberSlider.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A component that lets selecting a number from a numeric region. It's a horizontal
aligned scroll-like control with its own input field (optional) present. The keyboard input in a
field is possible (optional). Also it's possible to see the current value in the tooltip
Modified: trunk/docs/userguide/en/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/included/inputNumberSlider.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/inputNumberSlider.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,6 @@
<keyword>HtmlInputNumberSlider</keyword>
</keywordset>
</sectioninfo>
- <section>
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +40,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/inputNumberSpinner.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/inputNumberSpinner.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/inputNumberSpinner.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A single line input field that lets selecting a number using controls near a text field.
It's possible to change a value using "Up/Down" keyboard keys. The
keyboard input in a field is possible if it isn't locked by the
Modified: trunk/docs/userguide/en/included/inputNumberSpinner.xml
===================================================================
--- trunk/docs/userguide/en/included/inputNumberSpinner.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/inputNumberSpinner.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlInputNumberSpinner</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/menuGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/menuGroup.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -5,7 +5,8 @@
<keyword>menuGroup</keyword>
</keywordset>
</sectioninfo>
-
+ <section>
+<title>Description</title>
<para>The <rich:menuGroup> component is used to define an expandable group of items inside of a popup list or another group.</para>
<figure>
<title><rich:menuGroup> component</title>
@@ -15,7 +16,7 @@
</imageobject>
</mediaobject>
</figure>
-
+</section>
<section>
<title>Key Features</title>
<itemizedlist>
Modified: trunk/docs/userguide/en/included/menuItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/menuItem.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -5,8 +5,9 @@
<keyword>menuItem</keyword>
</keywordset>
</sectioninfo>
-
- <para>The <rich:menuItem> component is used for definition of a single item inside of a popup list.</para>
+ <section>
+<title>Description</title>
+ <para>The <emphasis role="bold"><rich:menuItem></emphasis> component is used for definition the single item inside of popup list.</para>
<figure>
<title><rich:menuItem> component</title>
<mediaobject>
@@ -15,7 +16,7 @@
</imageobject>
</mediaobject>
</figure>
-
+</section>
<section>
<title>Key Features</title>
<itemizedlist>
Modified: trunk/docs/userguide/en/included/menuSeparator.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuSeparator.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/menuSeparator.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -5,7 +5,8 @@
<keyword>menuSeparator</keyword>
</keywordset>
</sectioninfo>
-
+ <section>
+<title>Description</title>
<para>The <rich:menuSeparator> component is used for definition of a horizontal separator that can be placed between groups or items.</para>
<figure>
<title><rich:menuSeparator></title>
@@ -15,4 +16,5 @@
</imageobject>
</mediaobject>
</figure>
+</section>
</section>
\ No newline at end of file
Modified: trunk/docs/userguide/en/included/modalPanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/modalPanel.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/modalPanel.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,6 +7,7 @@
</sectioninfo>
<section>
+<title>Description</title>
<para>The component implements a modal dialog window. All operations in
the main application window are locked out while this window is active.
Opening and closing the window is done through client JavaScript
Modified: trunk/docs/userguide/en/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/included/modalPanel.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/modalPanel.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<section>
<sectioninfo>
<keywordset>
@@ -8,7 +8,7 @@
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
@@ -54,7 +54,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
@@ -202,7 +202,7 @@
<property>"resizeable"</property>
</emphasis> and <emphasis role="italic">
<property>"moveable"</property>
- </emphasis> attributes to “true” or “false” values. Window resizing is
+ </emphasis> attributes to �true� or �false� values. Window resizing is
also limited by <emphasis role="italic">
<property>"minWidth"</property>
</emphasis> and <emphasis role="italic">
Modified: trunk/docs/userguide/en/included/paint2D.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/paint2D.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/paint2D.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>Create image by painting from a managed bean method, same as "paint" (Graphics2D)
in "SWING" components. </para>
<figure>
Modified: trunk/docs/userguide/en/included/paint2D.xml
===================================================================
--- trunk/docs/userguide/en/included/paint2D.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/paint2D.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlPaint2D</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/panel.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/panel.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/panel.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A skinnable <property>panel</property> that is rendered as a bordered rectangle with or
without a header.</para>
<figure>
Modified: trunk/docs/userguide/en/included/panel.xml
===================================================================
--- trunk/docs/userguide/en/included/panel.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/panel.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlPanel</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/panelBar.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/panelBar.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/panelBar.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para><property>panelBar</property> is used for grouping any content which is loaded on the client
side and appears as groups divided on child panels after the header is clicked.</para>
<figure>
Modified: trunk/docs/userguide/en/included/panelBar.xml
===================================================================
--- trunk/docs/userguide/en/included/panelBar.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/panelBar.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlPanelBar</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/panelBarItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/panelBarItem.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/panelBarItem.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para><property>panelBarItem</property> is used for grouping any content inside within one
panelBar which is loaded on client side and appears as groups divided on child panels after
header is clicked.</para>
Modified: trunk/docs/userguide/en/included/panelBarItem.xml
===================================================================
--- trunk/docs/userguide/en/included/panelBarItem.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/panelBarItem.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlPanelBar</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/separator.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/separator.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/separator.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A horizontal line to use as a <property>separator</property> in a layout. The line type
can be customized with the <emphasis role="italic"><property>"lineType"</property></emphasis> parameter.</para>
<figure>
Modified: trunk/docs/userguide/en/included/separator.xml
===================================================================
--- trunk/docs/userguide/en/included/separator.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/separator.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlSeparator</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create <property>separator</property> on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/simpleTogglePanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/simpleTogglePanel.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/simpleTogglePanel.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A collapsible panel, which content shows/hides after activating a header control.</para>
<figure>
<title>SimpleTogglePanel component</title>
Modified: trunk/docs/userguide/en/included/simpleTogglePanel.xml
===================================================================
--- trunk/docs/userguide/en/included/simpleTogglePanel.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/simpleTogglePanel.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
<keyword>switch</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -42,7 +42,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/spacer.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/spacer.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/spacer.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para> A <property>spacer</property> that is used in layout and rendered as a transparent image.</para>
<figure>
<title>Spacer component</title>
Modified: trunk/docs/userguide/en/included/spacer.xml
===================================================================
--- trunk/docs/userguide/en/included/spacer.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/spacer.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlSpacer</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>Here is an example of the component decoding on a page. </para>
Modified: trunk/docs/userguide/en/included/subTable.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/subTable.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/subTable.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -11,6 +11,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component is used for inserting <property>subtables</property> into tables with opportunity to choose data from a model
and built-in AJAX updates support.</para>
<figure>
Modified: trunk/docs/userguide/en/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/included/subTable.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/subTable.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version='1.0' encoding='UTF-8'?>
<section>
<sectioninfo>
<keywordset>
@@ -6,7 +6,7 @@
<keyword>HtmlSubTable</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -40,7 +40,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create simplest variant of <property>subTable</property> on a page, use the following syntax:</para>
Modified: trunk/docs/userguide/en/included/suggestionBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/suggestionBox.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/suggestionBox.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>The component adds on-keypress suggestions capabilities to any input text component
(like <emphasis role="bold"><property><h:inputText></property></emphasis>). When a key
is pressed in the field AJAX request is sent to the server. When the suggestion action returns a
Modified: trunk/docs/userguide/en/included/suggestionBox.xml
===================================================================
--- trunk/docs/userguide/en/included/suggestionBox.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/suggestionBox.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlSuggestionBox</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/tab.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/tab.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/tab.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A <property>tab</property> section within a tab panel.</para>
<figure>
<title>Tab component</title>
Modified: trunk/docs/userguide/en/included/tab.xml
===================================================================
--- trunk/docs/userguide/en/included/tab.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/tab.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,7 +6,7 @@
<keyword>HtmlTab</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -40,7 +40,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/tabPanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/tabPanel.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/tabPanel.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A <property>tab panel</property> displaying tabs for grouping content of the panel.</para>
<figure>
<title>TabPanel component</title>
Modified: trunk/docs/userguide/en/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/included/tabPanel.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/tabPanel.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlTabPanel</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/toggleControl.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/toggleControl.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/toggleControl.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A link type <property>control</property> for switching between
<property>togglePanel</property> facets. Target
Panel is specified with <emphasis role="italic"><property>"for"</property></emphasis>
Modified: trunk/docs/userguide/en/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/included/toggleControl.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/toggleControl.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -8,7 +8,7 @@
<keyword>switching</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -42,7 +42,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/togglePanel.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/togglePanel.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/togglePanel.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A wrapper component with named facets, where every facet is shown after activation of
the corresponding <property>toggleControl</property>
(the other is hidden).</para>
Modified: trunk/docs/userguide/en/included/togglePanel.xml
===================================================================
--- trunk/docs/userguide/en/included/togglePanel.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/togglePanel.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlTogglePanel</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters</title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/toolBar.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/toolBar.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/toolBar.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A horizontal bar with Action items on it that accepts any JSF components as children.</para>
<figure>
<title>Toolbar with action items</title>
Modified: trunk/docs/userguide/en/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/included/toolBar.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/toolBar.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlToolBar</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/toolBarGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/toolBarGroup.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/toolBarGroup.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A group of items inside a tool bar.</para>
<figure>
<title>ToolbarGroup with items on it</title>
Modified: trunk/docs/userguide/en/included/tree.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/tree.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/tree.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A component for a tree-like presentation of data. It includes built-in drag and drop
support for its child elements.</para>
<figure>
Modified: trunk/docs/userguide/en/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/included/tree.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/tree.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlTree</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/included/treeNode.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/treeNode.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/treeNode.desc.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+<title>Description</title>
<para>A component is used for designing templates for nodes definition.</para>
<figure>
<title>TreeNode component</title>
Modified: trunk/docs/userguide/en/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/included/treeNode.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/included/treeNode.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -7,7 +7,7 @@
<keyword>HtmlTreeNode</keyword>
</keywordset>
</sectioninfo>
- <section>
+
<table>
<title>Component identification parameters </title>
<tgroup cols="2">
@@ -41,7 +41,7 @@
</tbody>
</tgroup>
</table>
- </section>
+
<section>
<title>Creating the Component with a Page Tag</title>
<para>To create it on a page, use the following syntax: </para>
Modified: trunk/docs/userguide/en/master.xml
===================================================================
--- trunk/docs/userguide/en/master.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/master.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -54,7 +54,9 @@
&rfcsetwebappl;
&rfcarchitectover;
<chapter>
-<title>The RichFaces Components</title>
+<title>The RichFaces Components</title>
+<para>The library encompasses ready-made components built based on the <emphasis role="italic"><property>Ajax4jsf Component Factory</property></emphasis>. To find out more about the Component Factory, go to the
+ <ulink url="http://www.jboss.org/projects/jbossajax4jsf">Ajax4jsf project</ulink>.</para>
&rfclibrary;
&dataFilterSlider_table;
&dataScroller_table;
Modified: trunk/docs/userguide/en/modules/RFClibrary.xml
===================================================================
--- trunk/docs/userguide/en/modules/RFClibrary.xml 2007-05-08 09:19:56 UTC (rev 690)
+++ trunk/docs/userguide/en/modules/RFClibrary.xml 2007-05-08 11:21:58 UTC (rev 691)
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<section id="RichFacesComponentsLibrary" xreflabel="RichFacesComponentsLibrary">
+<chapter id="RichFacesComponentsLibrary" xreflabel="RichFacesComponentsLibrary">
<?dbhtml filename="RichFacesComponentsLibrary.html"?>
+</chapter>
- <para>The library encompasses ready-made components built based on the <emphasis role="italic"><property>Ajax4jsf Component Factory</property></emphasis>. To find out more about the Component Factory, go to the
- <ulink url="http://www.jboss.org/projects/jbossajax4jsf">Ajax4jsf project</ulink>.</para>
-</section>
17 years, 8 months
JBoss Rich Faces SVN: r690 - trunk/docs/userguide/en/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2007-05-08 05:19:56 -0400 (Tue, 08 May 2007)
New Revision: 690
Modified:
trunk/docs/userguide/en/included/dropDownMenu.desc.xml
trunk/docs/userguide/en/included/dropDownMenu.xml
trunk/docs/userguide/en/included/menuGroup.desc.xml
trunk/docs/userguide/en/included/menuGroup.xml
trunk/docs/userguide/en/included/menuItem.desc.xml
trunk/docs/userguide/en/included/menuItem.xml
trunk/docs/userguide/en/included/menuSeparator.desc.xml
Log:
Modified: trunk/docs/userguide/en/included/dropDownMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
</keywordset>
</sectioninfo>
- <para>The <rich:dropDownMenu> component is used for multilevel dropdown menu creation.</para>
+ <para>The <rich:dropDownMenu> component is used for a multilevel dropdown menu creation.</para>
<figure>
<title><rich:dropDownMenu> component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/dropDownMenu.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -47,7 +47,7 @@
<![CDATA[
...
<rich:dropDownMenu value="Item1">
- <!—Nested menu components-->
+ <!--Nested menu components-->
</rich:dropDownMenu>
...
]]>
@@ -68,7 +68,7 @@
<section>
<title>Details of Usage</title>
<para>
- All attributes except the "value" are not required. The "value" attribute defines representation text.
+ All attributes except the "value" are not required. The "value" attribute defines a representation text.
</para>
<para>
Also instead of the "value" attribute you can use the "label" facet.
@@ -86,13 +86,13 @@
]]>
</programlisting>
<para>
- Use the "event" attribute to define the an event on the representation element that triggers the menu appearance. The example of menu appearance on a click could be seen below.
+ Use the "event" attribute to define an event on the representation element that triggers a menu appearance. An example of a menu appearance on a click could be seen below.
</para>
<programlisting role="xml">
<![CDATA[
...
<rich:dropDownMenu event="onclick" value="Item1">
- <!—Nested menu components-->
+ <!--Nested menu components-->
</rich:dropDownMenu>
...
]]>
@@ -104,22 +104,22 @@
<listitem><para>Server (on default)</para></listitem>
</itemizedlist>
<para>
- The common submission of the form is performed and a page is completely refreshed.
+ The common submission of a form is performed and a page is completely refreshed.
</para>
<itemizedlist>
<listitem><para>Ajax</para></listitem>
</itemizedlist>
<para>
- Ajax form submission is performed additionally specified elements in the "reRender" attribute are reRendered.
+ Ajax form submission is performed, additionally specified elements in the "reRender" attribute are reRendered.
</para>
<itemizedlist>
<listitem><para>None</para></listitem>
</itemizedlist>
<para>
- The"action" and "actionListener" item's attributes are ignored. Menu items don't fire any submits itself. Behavior is fully defined by the components nested to items.
+ The"action" and "actionListener" item's attributes are ignored. Menu items don't fire any submits itself. Behavior is fully defined by the components nested into items.
</para>
<note><title>Note:</title>
- As the <rich:dropDownMenu> component doesn't provide own form use it in <form>…</h:form>.
+ As the <rich:dropDownMenu> component doesn't provide its own form, use it in <form>-</h:form>.
</note>
<para>
The "direction" and "jointPoint" attributes are used for the definition ways of menu appearance as it's shown in the example below.
@@ -128,24 +128,24 @@
Possible values for the "direction" attribute are:
</para>
<itemizedlist>
- <listitem><para>top-left – menu attached to top-right corner of the label;</para></listitem>
- <listitem><para>top-right – menu attached to top-left corner of the label;</para></listitem>
- <listitem><para>bottom-left – menu attached to bottom-right corner of the label;</para></listitem>
- <listitem><para>bottom-right – menu attached to bottom-left corner of the label;</para></listitem>
- <listitem><para>auto – smart positioning activated.</para></listitem>
+ <listitem><para>top-left - a menu attached to the top-right corner of the label;</para></listitem>
+ <listitem><para>top-right - a menu attached to the top-left corner of the label;</para></listitem>
+ <listitem><para>bottom-left - a menu attached to the bottom-right corner of the label;</para></listitem>
+ <listitem><para>bottom-right - a menu attached to the bottom-left corner of the label;</para></listitem>
+ <listitem><para>auto - a smart positioning activation.</para></listitem>
</itemizedlist>
<para>
Possible values for the "jointPoint" attribute are:
</para>
<itemizedlist>
- <listitem><para>tr – top-right point of the label element;</para></listitem>
- <listitem><para>tl – top-left point of the label element;</para></listitem>
- <listitem><para>br – bottom-right point of the label element;</para></listitem>
- <listitem><para>bl – bottom-left point of the label element;</para></listitem>
- <listitem><para>auto – smart positioning activated.</para></listitem>
+ <listitem><para>tr - top-right point of the label element;</para></listitem>
+ <listitem><para>tl - top-left point of the label element;</para></listitem>
+ <listitem><para>br - bottom-right point of the label element;</para></listitem>
+ <listitem><para>bl - bottom-left point of the label element;</para></listitem>
+ <listitem><para>auto - smart positioning activation.</para></listitem>
</itemizedlist>
<para>
- On default the "direction" and "jointPoint" attributes define as "auto".
+ On default the "direction" and "jointPoint" attributes define as "auto".
</para>
<para>
Example.
@@ -171,7 +171,7 @@
</mediaobject>
</figure>
<para>
- You can correct an offset of the popup list relatively the label using following attributes: "horizontalOffset" and "verticalOffset".
+ You can correct an offset of the popup list relatively to the label using following attributes: "horizontalOffset" and "verticalOffset".
</para>
<para>
Example.
@@ -180,7 +180,7 @@
<![CDATA[
...
<rich:dropDownMenu value="Item1" direction="bottom-right" jointPoint="tr" horizontalOffset="-15" verticalOffset="0">
- <!—Nested menu components-->
+ <!-Nested menu components-->
</rich:dropDownMenu>
...
]]>
@@ -203,14 +203,14 @@
Skin parameters redefinition:
</para>
<para>
- For skinnability implementation the components uses style class redefinition method. Default style classes are mapped on skin parameters.
+ For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
</para>
<para>
- To redefine appearance of all dropDownMenus at once there are two ways:
+ There are two ways to redefine appearance of all dropDownMenus at once :
</para>
<itemizedlist>
<listitem><para>Redefine corresponding skin parameters.</para></listitem>
- <listitem><para>Add to user's stylesheets style classes used by panel.</para></listitem>
+ <listitem><para>Add to user's stylesheets style classes used by a panel.</para></listitem>
</itemizedlist>
<table>
<title>Label Skin parameters redefinition</title>
@@ -308,7 +308,7 @@
<section>
<title> Definition custom style classes </title>
<para>
- On the screenshot, there are classes' names that define element label.
+ On the screenshot, there are classes' names that define an element label.
</para>
<figure>
<title>Classes' names</title>
@@ -330,25 +330,25 @@
<tbody>
<row>
<entry>Rich-label-text-decor</entry>
- <entry>Defines the text style of representation element</entry>
+ <entry>Defines the text style of a representation element</entry>
</row>
<row>
<entry>Rich-ddmenu-label</entry>
- <entry>Defines the class for wrapping div element at representation element</entry>
+ <entry>Defines the class for wrapping div element of a representation element</entry>
</row>
<row>
<entry>Rich-ddmenu-label-select</entry>
- <entry>Defines the class for wrapping div element at selected representation element</entry>
+ <entry>Defines the class for wrapping div element of the selected representation element</entry>
</row>
<row>
<entry>Rich-ddmenu-label-unselect</entry>
- <entry>Defines the class for wrapping div element at not selected representation element</entry>
+ <entry>Defines the class for wrapping div element of a representation element that isn't selected</entry>
</row>
</tbody>
</tgroup>
</table>
<para>
- On the screenshot, there are classes' names that define element popup.
+ On the screenshot, there are classes' names that define an element popup.
</para>
<figure>
<title>Classes' names</title>
@@ -370,17 +370,17 @@
<tbody>
<row>
<entry>Rich-menu-list-border</entry>
- <entry>Defines the class for elements of borders</entry>
+ <entry>Defines a class for borders elements</entry>
</row>
<row>
<entry>Rich-menu-list-border</entry>
- <entry>Defines the class for general background list</entry>
+ <entry>Defines the class for a general background list</entry>
</row>
</tbody>
</tgroup>
</table>
<para>
- In order to redefine style for all menus on the page with using CSS it's enough to create classes with the same names and define in its necessary properties.
+ In order to redefine style for all 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 style peculiarities of the particular menus define your own style classes in the corresponding simple toggle panels attributes.
Modified: trunk/docs/userguide/en/included/menuGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.desc.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuGroup.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
</keywordset>
</sectioninfo>
- <para>The <rich:menuGroup> component is used for definition an expandable group of items inside of popup list or another group.</para>
+ <para>The <rich:menuGroup> component is used to define an expandable group of items inside of a popup list or another group.</para>
<figure>
<title><rich:menuGroup> component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuGroup.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -72,10 +72,10 @@
<section>
<title>Details of Usage</title>
<para>
- The "value" attribute defines representation text of the group element on the page.
+ The "value" attribute defines text representation of a group element on a page.
</para>
<para>
- The "icon" attribute defines an icon. The "iconDisabled" attribute defines an icon for disabled group. Also you can use the "icon" and "iconDisabled" facets. If the facets are defined, corresponding of the "icon" and "iconDisabled" attributes are ignored and facets content is shown as icon. You can use it for realization checkboxes for groups.
+ The "icon" attribute defines an icon. The "iconDisabled" attribute defines an icon for a disabled group. Also you can use the "icon" and "iconDisabled" facets. If the facets are defined, the corresponding "icon" and "iconDisabled" attributes are ignored and facets content is shown as icon. It could be used for items checkboxes implementation.
</para>
<para>
Example.
@@ -90,10 +90,10 @@
]]>
</programlisting>
<para>
- The "iconFolder" and "iconFolderDisabled" attributes are defined for using icons as folder icon. The "iconFolder" and "iconFolderDisabled" facets use content as folder icon representation.
+ The "iconFolder" and "iconFolderDisabled" attributes are defined for using icons as a folder icon. The "iconFolder" and "iconFolderDisabled" facets use content as folder icon representation.
</para>
<para>
- The "direction" attribute is used for the definition ways of menu's appearance as it's shown in the example below.
+ The "direction" attribute is used to define the ways of menu's appearance as it's shown in the example below.
</para>
<para>Possible values are:</para>
<itemizedlist>
@@ -102,7 +102,7 @@
<listitem><para>auto – smart positioning activated.</para></listitem>
</itemizedlist>
<para>
- On default the "direction" attribute defines as "auto".
+ On default the "direction" attribute is defined as "auto".
</para>
<para>
@@ -111,7 +111,7 @@
<![CDATA[
...
<rich:menuGroup value="Active" direction="left"
- <!—Nested menu components-->
+ <!--Nested menu components-->
</rich:menuGroup>
...
]]>
Modified: trunk/docs/userguide/en/included/menuItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.desc.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuItem.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
</keywordset>
</sectioninfo>
- <para>The <rich:menuItem> component is used for definition the single item inside of popup list.</para>
+ <para>The <rich:menuItem> component is used for definition of a single item inside of a popup list.</para>
<figure>
<title><rich:menuItem> component</title>
<mediaobject>
Modified: trunk/docs/userguide/en/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuItem.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -70,10 +70,10 @@
<section>
<title>Details of Usage</title>
<para>
- The "value" attribute defines representation text for the item element.
+ The "value" attribute defines text representation for an item element.
</para>
<para>
- The "icon" attribute defines icon. The "iconDisabled" attribute defines icon for disabled item. Also you can use the "icon" and "iconDisabled" facets. If the facets are defined, corresponding of the "icon" and "iconDisabled" attributes are ignored and facets content is shown as icon. You can use it for realization checkboxes for items.
+ The "icon" attribute defines an icon. The "iconDisabled" attribute defines an icon for a disabled item. Also you can use the "icon" and "iconDisabled" facets. If the facets are defined, the corresponding "icon" and "iconDisabled" attributes are ignored and the facets content is shown as an icon. It could be used for items checkboxes implementation.
</para>
<para>
Example.
@@ -89,7 +89,7 @@
</programlisting>
<para>
- Switching mode could be chosen with the <rich: menuItem> attribute "mode" with three possible parameters.
+ A switching mode could be chosen with the <rich: menuItem> attribute "mode" with three possible parameters.
</para>
<itemizedlist>
<listitem><para>Server (on default)</para></listitem>
@@ -101,16 +101,16 @@
<listitem><para>Ajax</para></listitem>
</itemizedlist>
<para>
- Ajax form submission is performed additionally specified elements in the "reRender" attribute are reRendered.
+ Ajax form submission is performed, additionally specified elements in the "reRender" attribute are reRendered.
</para>
<itemizedlist>
<listitem><para>None</para></listitem>
</itemizedlist>
<para>
- The "action" and "actionListener" item's attributes are ignored. Menu items don't fire any submits itself. Behavior is fully defined by the components nested to items.
+ The "action" and "actionListener" items attributes are ignored. Menu items don't fire any submits itself. Behavior is fully defined by components nested to items.
</para>
<para>
- For example, you can put any content into the item. In this case you should set the "mode" attribute as "none".
+ For example, you can put any content into an item but in this case you should set the "mode" attribute as "none".
</para>
<para>
Example.
@@ -129,7 +129,7 @@
]]>
</programlisting>
<para>
- You can use "disabled" attribute to set item's state.
+ You can use the "disabled" attribute to set item state.
</para>
<para>
Example.
Modified: trunk/docs/userguide/en/included/menuSeparator.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuSeparator.desc.xml 2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuSeparator.desc.xml 2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
</keywordset>
</sectioninfo>
- <para>The <rich:menuSeparator> component is used for definition horizontal separator that can be placed between groups or items.</para>
+ <para>The <rich:menuSeparator> component is used for definition of a horizontal separator that can be placed between groups or items.</para>
<figure>
<title><rich:menuSeparator></title>
<mediaobject>
17 years, 8 months
JBoss Rich Faces SVN: r689 - tags.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-05-07 21:58:53 -0400 (Mon, 07 May 2007)
New Revision: 689
Added:
tags/3_0_1_rc2/
Log:
Copied: tags/3_0_1_rc2 (from rev 688, trunk)
17 years, 8 months
JBoss Rich Faces SVN: r688 - in trunk/richfaces-samples/richfaces-demo/src/main: java/org/richfaces/demo/ddmenu and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-05-07 21:24:16 -0400 (Mon, 07 May 2007)
New Revision: 688
Added:
trunk/richfaces-samples/richfaces-demo/src/main/java/org/richfaces/demo/ddmenu/
trunk/richfaces-samples/richfaces-demo/src/main/java/org/richfaces/demo/ddmenu/Menu.java
Modified:
trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
trunk/richfaces-samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml
Log:
ddmenu demo
Added: trunk/richfaces-samples/richfaces-demo/src/main/java/org/richfaces/demo/ddmenu/Menu.java
===================================================================
--- trunk/richfaces-samples/richfaces-demo/src/main/java/org/richfaces/demo/ddmenu/Menu.java (rev 0)
+++ trunk/richfaces-samples/richfaces-demo/src/main/java/org/richfaces/demo/ddmenu/Menu.java 2007-05-08 01:24:16 UTC (rev 688)
@@ -0,0 +1,38 @@
+package org.richfaces.demo.ddmenu;
+
+public class Menu {
+ private String current;
+
+ public String getCurrent() {
+ return this.current;
+ }
+
+ public void setCurrent(String current) {
+ this.current = current;
+ }
+
+ public String doNew() {
+ this.current="New";
+ return null;
+ }
+ public String doOpen() {
+ this.current="Open";
+ return null;
+ }
+ public String doClose() {
+ this.current="Close";
+ return null;
+ }
+ public String doSaveText() {
+ this.current="Save as Text File";
+ return null;
+ }
+ public String doSavePDF() {
+ this.current="Save as PDF File";
+ return null;
+ }
+ public String doExit() {
+ this.current="Exit";
+ return null;
+ }
+}
Modified: trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2007-05-08 01:23:04 UTC (rev 687)
+++ trunk/richfaces-samples/richfaces-demo/src/main/webapp/WEB-INF/faces-config.xml 2007-05-08 01:24:16 UTC (rev 688)
@@ -13,6 +13,11 @@
</managed-property>
</managed-bean>
<managed-bean>
+ <managed-bean-name>ddmenu</managed-bean-name>
+ <managed-bean-class>org.richfaces.demo.ddmenu.Menu</managed-bean-class>
+ <managed-bean-scope>request</managed-bean-scope>
+ </managed-bean>
+ <managed-bean>
<managed-bean-name>dfsBean</managed-bean-name>
<managed-bean-class>org.richfaces.demo.datafilterslider.DemoSliderBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
Modified: trunk/richfaces-samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml 2007-05-08 01:23:04 UTC (rev 687)
+++ trunk/richfaces-samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml 2007-05-08 01:24:16 UTC (rev 688)
@@ -7,15 +7,14 @@
xmlns:rich="http://richfaces.ajax4jsf.org/rich">
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
-
+
<style>
.optionList {
height:30px;
}
- .Avertical-menu .rich-menu-item-hover,.Avertical-menu .rich-menu-group-hover {
- background-image:none;
- background-color: #{a4jSkin.additionalBackgroundColor};
- }
+ .vertical-menu-cell {
+ padding:0px 4px 0px 4px;
+ }
</style>
@@ -23,52 +22,61 @@
similar to one that almost every desktop application have.
</p>
<a4j:log hotkey="M" />
+
+
<div class="sample-container">
<h:form>
-
+
<rich:toolBar>
- <rich:dropDownMenu showDelay="0" hideDelay="1000" value="File">
- <rich:menuItem width="40px" mode="ajax" value="Open" action="open"/>
+ <rich:dropDownMenu value="File">
+
+ <rich:menuItem submitMode="ajax" value="New" action="#{ddmenu.doNew}">
+ </rich:menuItem>
+ <rich:menuItem submitMode="ajax" value="Open" action="#{ddmenu.doOpen}"/>
+ <rich:menuGroup value="Save As...">
+ <rich:menuItem submitMode="ajax" value="Text File" action="#{ddmenu.doSaveText}"/>
+ <rich:menuItem submitMode="ajax" value="PDF File" action="#{ddmenu.doPDF}"/>
+ </rich:menuGroup>
+ <rich:menuItem submitMode="ajax" value="Close" action="#{ddmenu.doClose}"/>
<rich:menuSeparator id="menuSeparator11"/>
-
- <rich:menuItem mode="none" onclick="document.location.href='http://www.exadel.com'">
- <h:outputLink value="http://www.exadel.com">output Link</h:outputLink>
- </rich:menuItem>
+ <rich:menuItem submitMode="ajax" value="Exit" action="#{ddmenu.doExit}"/>
+
</rich:dropDownMenu>
- <rich:dropDownMenu showDelay="0" hideDelay="1000">
+ <rich:dropDownMenu>
+
<f:facet name="label">
<h:panelGrid cellpadding="0" cellspacing="0" columns="2" style="vertical-align:middle">
- <h:graphicImage value="/richfaces/toolBar/images/palette_edit.gif"/>
- <h:outputText value="Options" />
+ <h:graphicImage value="/richfaces/toolBar/images/yellow_lamp.gif"/>
+ <h:outputText value="Links" />
</h:panelGrid>
</f:facet>
- <rich:menuItem value="Read" />
- <rich:menuItem value="Print">
+
+ <rich:menuItem submitMode="none" onclick="document.location.href='http://labs.jboss.com/jbossrichfaces/'">
<f:facet name="icon">
- <h:graphicImage id="print" value="/richfaces/toolBar/images/print.gif" />
+ <h:graphicImage value="/richfaces/toolBar/images/webapp_welcome.gif" />
</f:facet>
+ <h:outputLink value="http://labs.jboss.com/jbossrichfaces/">
+ <h:outputText value="RichFaces Home Page"></h:outputText>
+ </h:outputLink>
</rich:menuItem>
- <rich:menuItem value="Remove" />
- <rich:menuGroup value="Drop Out and Foget About It">
- <rich:menuItem value="Forever" />
- <rich:menuGroup value="And Ever">
- <rich:menuGroup value="And Ever">
- <rich:menuGroup value="And Ever">
- <rich:menuGroup value="And Ever">
- <rich:menuGroup value="And Ever">
- <rich:menuGroup value="And Ever">
- <rich:menuItem value="But Never" />
- </rich:menuGroup>
- </rich:menuGroup>
- </rich:menuGroup>
- </rich:menuGroup>
- </rich:menuGroup>
- </rich:menuGroup>
- </rich:menuGroup>
+
+ <rich:menuItem submitMode="none" onclick="document.location.href='http://jboss.com/index.html?module=bb&op=viewforum&f=261'">
+ <f:facet name="icon">
+ <h:graphicImage value="/richfaces/toolBar/images/timer_task.gif" />
+ </f:facet>
+ <h:outputLink value="http://jboss.com/index.html?module=bb&op=viewforum&f=261">
+ <h:outputText value="RichFaces Forum"></h:outputText>
+ </h:outputLink>
+ </rich:menuItem>
+
</rich:dropDownMenu>
</rich:toolBar>
</h:form>
+ <a4j:outputPanel ajaxRendered="true">
+ <h:outputText value="Current Selection: "></h:outputText>
+ <h:outputText style="font-weight:bold" value="#{ddmenu.current}"></h:outputText>
+ </a4j:outputPanel>
</div>
<p>The drop down menu has label that always appears on the page and invisible panel
that appears by particular client side event (onmouseover, onclick etc). The event is
@@ -78,18 +86,20 @@
horizontal lines between the items or groups. Item is a active element that might produce
Ajax or non-Ajax requests. The submittion mode is defined with 'submitMode' attribute that has
three possible options - "server", "ajax" or "none". Mode "none" does not produce any request, but
- allows developers to provide own functionality inside the menu item.
+ allows developers to provide own functionality inside the menu item with inline content.
</p>
+ <p>You can place the block of drop down menus horizontally or vertially how it is shown below.
+ </p>
<div class="sample-container">
<h:form>
- <h:panelGrid class="vertical-menu" style="background-color:#{a4jSkin.additionalBackgroundColor}" columns="1" cellspacing="0" cellpadding="0">
+ <h:panelGrid class="vertical-menu-cell" columns="1" cellspacing="0" cellpadding="0">
<rich:dropDownMenu style="border:1px solid #{a4jSkin.panelBorderColor}" value="Option1" direction="bottom-right" jointPoint="tr">
<rich:menuItem value="Suboption1-1" />
<rich:menuItem value="Suboption1-2">
<f:facet name="icon">
- <h:graphicImage id="print2" value="/richfaces/toolBar/images/print.gif" />
+ <h:graphicImage value="/richfaces/toolBar/images/print.gif" />
</f:facet>
</rich:menuItem>
@@ -115,7 +125,6 @@
</h:form>
</div>
-
</ui:define>
<ui:define name="sources">
Here is a fragment of page sources for the given example:
17 years, 8 months
JBoss Rich Faces SVN: r687 - trunk/richfaces-samples/richfaces-demo/src/main/resources/org/richfaces/demo/common.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-05-07 21:23:04 -0400 (Mon, 07 May 2007)
New Revision: 687
Modified:
trunk/richfaces-samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties
Log:
ddmenu to demo
Modified: trunk/richfaces-samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties
===================================================================
--- trunk/richfaces-samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties 2007-05-08 01:22:03 UTC (rev 686)
+++ trunk/richfaces-samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties 2007-05-08 01:23:04 UTC (rev 687)
@@ -21,4 +21,4 @@
togglePanel= Toggle Panel, /images/ico_TogglePanel.gif, /images/cn_TogglePanel.gif, http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., /richfaces/togglePanel.jsf
suggestionBox= Suggestion Box, /images/ico_SuggestionBox.gif, /images/cn_SuggestionBox.gif, http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., /richfaces/suggestionBox.jsf
dataTableScroller= Data Table Scroller, /images/ico_DataTableScroller.gif, /images/cn_DataTableScroller.gif, http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., /richfaces/dataTableScroller.jsf
-dropDownMenu= Drop Down Menu, /images/ico_SuggestionBox.gif, /images/cn_DropDownMenu.gif, http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., /richfaces/dropDownMenu.jsf
+dropDownMenu= Drop Down Menu, /images/ico_dropDownMenu.gif, /images/cn_DropDownMenu.gif, http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone..., /richfaces/dropDownMenu.jsf
17 years, 8 months
JBoss Rich Faces SVN: r686 - trunk/richfaces/datascroller/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-05-07 21:22:03 -0400 (Mon, 07 May 2007)
New Revision: 686
Modified:
trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
Log:
align="center" by default
Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-05-08 01:13:51 UTC (rev 685)
+++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml 2007-05-08 01:22:03 UTC (rev 686)
@@ -212,7 +212,8 @@
<classname>java.lang.String</classname>
<description>
left|center|right [CI] Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values: * left: The table is to the left of the document. * center: The table is to the center of the document. * right: The table is to the right of the document.
- </description>
+ </description>
+ <defaultvalue>"center"</defaultvalue>
</property>
<property>
<name>boundaryControls</name>
17 years, 8 months