Author: smukhina
Date: 2009-06-09 12:06:50 -0400 (Tue, 09 Jun 2009)
New Revision: 14571
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_img_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-7287
"client side" is replace with "client-side" everywhere in RF guides
where the phrase is used as a complex adjective
"server side" is replace with "server-side" everywhere in RF guides
where the phrase is used as a complex adjective
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -70,12 +70,12 @@
<property >
<name>oncomplete</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called after the request
is completed</description>
+ <description>The client-side script method to be called after the request
is completed</description>
</property>
<property>
<name>onbeforedomupdate</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before DOM is
updated</description>
+ <description>The client-side script method to be called before DOM is
updated</description>
</property>
<property >
<name>focus</name>
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -17,22 +17,22 @@
<property >
<name>ondragstart</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the dragging
operation is started</description>
+ <description>The client-side script method to be called when the dragging
operation is started</description>
</property>
<property>
<name>ondragend</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the dragging
operation is finished</description>
+ <description>The client-side script method to be called when the dragging
operation is finished</description>
</property>
<property>
<name>ondropover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the draggable
object is over the drop zone</description>
+ <description>The client-side script method to be called when the draggable
object is over the drop zone</description>
</property>
<property>
<name>ondropout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the draggable
object is moved away from the drop zone</description>
+ <description>The client-side script method to be called when the draggable
object is moved away from the drop zone</description>
</property>
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -19,22 +19,22 @@
<property >
<name>ondragenter</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a draggable
object enters the zone</description>
+ <description>The client-side script method to be called when a draggable
object enters the zone</description>
</property>
<property>
<name>ondragexit</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called after a draggable
object leaves the zone</description>
+ <description>The client-side script method to be called after a draggable
object leaves the zone</description>
</property>
<property>
<name>ondrop</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a draggable
object is dropped into the available zone</description>
+ <description>The client-side script method to be called when a draggable
object is dropped into the available zone</description>
</property>
<property>
<name>ondropend</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a draggable
object is dropped into any zone</description>
+ <description>The client-side script method to be called when a draggable
object is dropped into any zone</description>
</property>
<property>
<name>dropListener</name>
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_events.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -3,17 +3,17 @@
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the element
loses the focus</description>
+ <description>The client-side script method to be called when the element
loses the focus</description>
</property>
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the element
gets the focus</description>
+ <description>The client-side script method to be called when the element
gets the focus</description>
</property>
<property>
<name>onchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the element
value is changed</description>
+ <description>The client-side script method to be called when the element
value is changed</description>
</property>
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_events.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -3,52 +3,52 @@
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the element is
clicked</description>
+ <description>The client-side script method to be called when the element is
clicked</description>
</property>
<property>
<name>ondblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the element is
double-clicked</description>
+ <description>The client-side script method to be called when the element is
double-clicked</description>
</property>
<property>
<name>onkeydown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is
pressed down over the element</description>
+ <description>The client-side script method to be called when a key is
pressed down over the element</description>
</property>
<property>
<name>onkeypress</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is
pressed over the element and released</description>
+ <description>The client-side script method to be called when a key is
pressed over the element and released</description>
</property>
<property>
<name>onkeyup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is
released</description>
+ <description>The client-side script method to be called when a key is
released</description>
</property>
<property>
<name>onmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse 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>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is
moved within the element</description>
+ <description>The client-side script method to be called when a pointer is
moved within the element</description>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is
moved away from the element</description>
+ <description>The client-side script method to be called when a pointer is
moved away from the element</description>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is
moved onto the element</description>
+ <description>The client-side script method to be called when a pointer is
moved onto the element</description>
</property>
<property>
<name>onmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button
is released</description>
+ <description>The client-side script method to be called when a mouse button
is released</description>
</property>
</properties>
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_input_events.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -3,6 +3,6 @@
<property>
<name>onselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when some text is
selected in the text field. This attribute can be used with the INPUT and TEXTAREA
elements.</description>
+ <description>The client-side script method to be called when some text is
selected in the text field. This attribute can be used with the INPUT and TEXTAREA
elements.</description>
</property>
</properties>
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_textarea_attributes.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -20,16 +20,16 @@
<name>disabled</name><classname>java.lang.String</classname><description>Disabled
state of an element or button</description>
</property>
<property>
-
<name>onblur</name><classname>java.lang.String</classname><description>The
client side script method to be called when the element loses the focus either when
pointing a device or tabbing navigation. It may be used for the same elements as
onfocus</description>
+
<name>onblur</name><classname>java.lang.String</classname><description>The
client-side script method to be called when the element loses the focus either when
pointing a device or tabbing navigation. It may be used for the same elements as
onfocus</description>
</property>
<property>
-
<name>onchange</name><classname>java.lang.String</classname><description>The
client side script method to be called when the element value is
changed</description>
+
<name>onchange</name><classname>java.lang.String</classname><description>The
client-side script method to be called when the element value is
changed</description>
</property>
<property>
-
<name>onfocus</name><classname>java.lang.String</classname><description>The
client side script method to be called when the element gets the
focus</description>
+
<name>onfocus</name><classname>java.lang.String</classname><description>The
client-side script method to be called when the element gets the
focus</description>
</property>
<property>
-
<name>onselect</name><classname>java.lang.String</classname><description>The
client side script method to be called when some text is selected in the input
field</description>
+
<name>onselect</name><classname>java.lang.String</classname><description>The
client-side script method to be called when some text is selected in the input
field</description>
</property>
<property>
<name>readonly</name><classname>java.lang.String</classname><description>Flag
indicating that this component will prohibit
Modified:
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_img_attributes.ent
===================================================================
---
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_img_attributes.ent 2009-06-09
15:48:54 UTC (rev 14570)
+++
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/spec_img_attributes.ent 2009-06-09
16:06:50 UTC (rev 14571)
@@ -15,7 +15,7 @@
<property>
<name>ismap</name>
<classname>boolean</classname>
- <description>Flag indicating that this image is to be used as a server side
image map. Such an image must be enclosed within a hyperlink
("a")</description>
+ <description>Flag indicating that this image is to be used as a server-side
image map. Such an image must be enclosed within a hyperlink
("a")</description>
</property>
<property>
<name>longdesc</name>
@@ -27,7 +27,7 @@
<property>
<name>usemap</name>
<classname>java.lang.String</classname>
- <description> The name of a client side image map (an HTML "map"
element) for which this element provides the image</description>
+ <description> The name of a client-side image map (an HTML "map"
element) for which this element provides the image</description>
</property>
<property>
<name>width</name>