Author: smukhina
Date: 2009-02-03 09:18:51 -0500 (Tue, 03 Feb 2009)
New Revision: 12544
Modified:
trunk/ui/tree/src/main/config/component/tree.xml
Log:
https://jira.jboss.org/jira/browse/RF-5652
attributes descriptions are added
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2009-02-03 13:21:18 UTC (rev 12543)
+++ trunk/ui/tree/src/main/config/component/tree.xml 2009-02-03 14:18:51 UTC (rev 12544)
@@ -312,6 +312,7 @@
<property>
<name>ajaxNodeKeys</name>
+ <description>Keys of the nodes (without subtree) to be updated for ajax request
risen by the node itself</description>
</property>
<property hidden="true">
@@ -327,11 +328,13 @@
<property>
<name>ajaxNodeSelectionEncodeBehavior</name>
<classname>java.lang.String</classname>
+ <description>Defines which nodes keys will be added to AjaxNodeKeys
automatically on selecting ajax request from the node. Values: "none" -
nothing, "node" - only current node, "subtree" - node
and all its children.</description >
</property>
<property>
<name>ajaxChildActivationEncodeBehavior</name>
<classname>java.lang.String</classname>
+ <description>Defines which nodes keys will be added to AjaxNodeKeys
automatically on the request from the children of the node. Values:
"none" - nothing, "node" - only current node,
"subtree" - node and all its children.</description>
</property>
</component>