Author: ochikvina
Date: 2009-06-02 11:43:42 -0400 (Tue, 02 Jun 2009)
New Revision: 14446
Modified:
branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified:
branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
---
branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2009-06-02
15:42:50 UTC (rev 14445)
+++
branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2009-06-02
15:43:42 UTC (rev 14446)
@@ -112,14 +112,14 @@
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description> HTML: script expression; before a panel is
expanded</description>
+ <description>The client side script method to be called before a
panel is expanded</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description> HTML: script expression; before a panel is
collapsed</description>
+ <description>The client side script method to be called before a
panel is collapsed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>