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>
Show replies by date