Author: ochikvina
Date: 2009-06-04 14:14:22 -0400 (Thu, 04 Jun 2009)
New Revision: 14518
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent
===================================================================
---
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent 2009-06-04
18:13:45 UTC (rev 14517)
+++
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent 2009-06-04
18:14:22 UTC (rev 14518)
@@ -1,15 +1,15 @@
<property>
<name>onselected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node
selection</description>
+ <description>The client-side script method to be called when a node is
selected</description>
</property>
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node
expansion</description>
+ <description>The client-side script method to be called when a node is
expanded</description>
</property>
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node
collapsing</description>
+ <description>The client-side script method to be called when a node is
collapsed</description>
</property>