Author: msorokin
Date: 2008-04-11 11:40:47 -0400 (Fri, 11 Apr 2008)
New Revision: 7772
Modified:
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
Language correction
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-04-11 15:40:36
UTC (rev 7771)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-04-11 15:40:47
UTC (rev 7772)
@@ -34,7 +34,7 @@
<property>
<name>layout</name>
<classname>java.lang.String</classname>
- <description>defines how the component is displayed in the layout, can be
block or inline</description>
+ <description>Defines how the component is displayed in the layout, can be
block or inline</description>
<defaultvalue><![CDATA["inline"]]></defaultvalue>
</property>
@@ -47,19 +47,19 @@
<property>
<name>maxSelectWidth</name>
<classname>java.lang.String</classname>
- <description>max width of the select element</description>
+ <description>Sets the maximum width of the select
element</description>
<defaultvalue><![CDATA["200px"]]></defaultvalue>
</property>
<property>
<name>minSelectWidth</name>
<classname>java.lang.String</classname>
- <description>min width of the select element</description>
+ <description>Sets the minimum width of the select
element</description>
<defaultvalue><![CDATA["100px"]]></defaultvalue>
</property>
<property>
<name>selectWidth</name>
<classname>java.lang.String</classname>
- <description>width of the select element</description>
+ <description>Sets width of the select element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -99,22 +99,22 @@
<property>
<name>oneditactivation</name>
<classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript code
on edit state activation</description>
+ <description>The attributes provide a possibility to assign JavaScript on
edit state activation</description>
</property>
<property>
<name>onviewactivation</name>
<classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript code
on view state activation</description>
+ <description>The attributes provide a possibility to assign JavaScript on
view state activation</description>
</property>
<property>
<name>oneditactivated</name>
<classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript code
to be executed when edit state is activated</description>
+ <description>The attributes provide a possibility to assign JavaScript to be
executed when edit state is activated</description>
</property>
<property>
<name>onviewactivated</name>
<classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript code
to be executed when view state is activated</description>
+ <description>The attributes provide a possibility to assign JavaScript to be
executed when view state is activated</description>
</property>
<property>
<name>selectOnEdit</name>
@@ -136,7 +136,7 @@
<property>
<name>listWidth</name>
<classname>java.lang.String</classname>
- <description>The attribute defines the withs of option
list</description>
+ <description>The attribute defines the width of option
list</description>
<defaultvalue>"200px"</defaultvalue>
</property>
@@ -216,16 +216,16 @@
</property>
&html_events;
&ui_component_attributes;
- &ui_input_attributes;
-
- <property hidden="true" existintag="false"
exist="false" >
- <name>localValueSet</name>
- <classname>boolean</classname>
- </property>
- <property hidden="true" existintag="false"
exist="false" >
- <name>valid</name>
- <classname>boolean</classname>
+ &ui_input_attributes;
+
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>localValueSet</name>
+ <classname>boolean</classname>
</property>
+ <property hidden="true" existintag="false"
exist="false" >
+ <name>valid</name>
+ <classname>boolean</classname>
+ </property>
</properties>
</component>