Author: ochikvina
Date: 2009-04-30 10:35:30 -0400 (Thu, 30 Apr 2009)
New Revision: 13970
Modified:
trunk/ui/combobox/src/main/config/component/combobox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;
Modified: trunk/ui/combobox/src/main/config/component/combobox.xml
===================================================================
--- trunk/ui/combobox/src/main/config/component/combobox.xml 2009-04-30 14:33:21 UTC (rev
13969)
+++ trunk/ui/combobox/src/main/config/component/combobox.xml 2009-04-30 14:35:30 UTC (rev
13970)
@@ -107,13 +107,13 @@
<property>
<name>onlistcall</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a list is
called</description>
+ <description>The clientside script method to be called when the list is
called</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onlistclose</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a list is
closed</description>
+ <description>The clientside script method to be called when the list is
closed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>