Author: smukhina
Date: 2008-04-21 12:00:06 -0400 (Mon, 21 Apr 2008)
New Revision: 8022
Modified:
trunk/ui/contextMenu/src/main/config/component/contextMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-730 - Attribute tables language correction
Modified: trunk/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
--- trunk/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-04-21 15:59:31 UTC
(rev 8021)
+++ trunk/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-04-21 16:00:06 UTC
(rev 8022)
@@ -91,7 +91,7 @@
<classname>java.lang.String</classname>
<description>
Client identifier of the component or id of the existing DOM element that is a
source
- for given event. If attachTo is defined, the event is attached on the client
according
+ for a given event. If attachTo is defined, the event is attached on the client
according
to the AttachTiming attribute.
If both attached and attachTo attributes are defined, and attribute attached has
value
'false', it is considered to have higher priority.
@@ -170,7 +170,7 @@
<classname>java.lang.String</classname>
<description>
Space-separated list of CSS style class(es) that are be applied to selected item of
this component.
- </description>
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -179,7 +179,7 @@
<classname>java.lang.String</classname>
<description>
CSS style(s) is/are to be applied to disabled item when this component is rendered.
- </description>
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -188,7 +188,7 @@
<classname>java.lang.String</classname>
<description>
Space-separated list of CSS style class(es) that are be applied to disabled item of
this component
- </description>
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -197,7 +197,7 @@
<classname>java.lang.String</classname>
<description>
CSS style(s) is/are to be applied to item when this component is rendered.
- </description>
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -206,7 +206,7 @@
<classname>java.lang.String</classname>
<description>
Space-separated list of CSS style class(es) that are be applied to item of this
component
- </description>
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>