Author: cluts
Date: 2008-07-08 07:59:25 -0400 (Tue, 08 Jul 2008)
New Revision: 9447
Modified:
trunk/ui/toolBar/src/main/config/component/toolBar.xml
trunk/ui/tooltip/src/main/config/component/toolTip.xml
trunk/ui/tree/src/main/config/component/tree.xml
Log:
RF-696 - corrected typos for some attributes of rich:toolTip; corrected description for
separatorClass attribute (rich:toolBarGroup); added description for treeNodeState
attribute (rich:tree)
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-07-08 11:08:06 UTC (rev
9446)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-07-08 11:59:25 UTC (rev
9447)
@@ -177,7 +177,7 @@
<name>itemSeparator</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA["A separator for the items in a group. Possible
+ <![CDATA[A separator for the items in a group. Possible
values are "none", "line", "square", "disc"
and "grid" Default value is "none".]]>
</description>
<defaultvalue>
@@ -188,14 +188,14 @@
<name>separatorClass</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA["A CSS class to be applied to tool bar group
separators."]]>
+ <![CDATA[A CSS class to be applied to tool bar group separators.]]>
</description>
</property>
<property>
<name>location</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA["A location of a group on a tool bar. Possible values are
"left" and "right". Default value is "left". ]]>
+ <![CDATA[A location of a group on a tool bar. Possible values are
"left" and "right". Default value is "left". ]]>
</description>
<defaultvalue>
<![CDATA["left"]]>
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-07-08 11:08:06 UTC (rev
9446)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-07-08 11:59:25 UTC (rev
9447)
@@ -127,7 +127,7 @@
<property>
<name>followMouse</name>
<classname>boolean</classname>
- <description>If 'true' tooltip should follow the mouse while it moves
over the parent element. Default value is "false"</description>
+ <description>If "true" tooltip should follow the mouse
while it moves over the parent element. Default value is
"false"</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
@@ -208,8 +208,8 @@
<name>attached</name>
<classname>boolean</classname>
<description>
- If the value of the "attached" attribute is true, a
component is attached to the parent component;
- if false, component does not listen to activating browser events, but
could be activated externally. Default value is "true"
+ If the value of the "attached" attribute is
"true", a component is attached to the parent component;
+ if "false", component does not listen to activating
browser events, but could be activated externally. Default value is
"true"
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2008-07-08 11:08:06 UTC (rev 9446)
+++ trunk/ui/tree/src/main/config/component/tree.xml 2008-07-08 11:59:25 UTC (rev 9447)
@@ -79,6 +79,11 @@
<description>It defines EL-binding for a component state for saving or
redefinition</description>
</property>
<property>
+ <name>treeNodeState</name>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
+ <description>This attribute defines EL-binding for a TreeNode state for saving
or redefinition</description>
+ </property>
+ <property>
<name>nodeFace</name>
<classname>java.lang.String</classname>
<description>Node face facet name</description>