Author: ochikvina
Date: 2009-04-30 10:31:47 -0400 (Thu, 30 Apr 2009)
New Revision: 13968
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the event handlers descriptions;
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent 2009-04-30
14:16:02 UTC (rev 13967)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent 2009-04-30
14:31:47 UTC (rev 13968)
@@ -28,7 +28,7 @@
<property>
<name>onmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer
button is pressed down over the element</description>
+ <description>The client side script method to be called when a mouse button
is pressed down over the element</description>
</property>
<property>
<name>onmousemove</name>
@@ -48,7 +48,7 @@
<property>
<name>onmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer
button is released</description>
+ <description>The client side script method to be called when a mouse button
is released</description>
</property>
</properties>