Author: msorokin
Date: 2008-04-11 11:40:36 -0400 (Fri, 11 Apr 2008)
New Revision: 7771
Modified:
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
Log:
http://jira.jboss.com/jira/browse/RF-730
Language correction
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-04-11 15:16:20
UTC (rev 7770)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-04-11 15:40:36
UTC (rev 7771)
@@ -35,25 +35,25 @@
<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>
<property>
<name>maxInputWidth</name>
<classname>java.lang.String</classname>
- <description>max width of the input field</description>
+ <description>Sets the maximum width of the input field</description>
<defaultvalue><![CDATA["500px"]]></defaultvalue>
</property>
<property>
<name>minInputWidth </name>
<classname>java.lang.String</classname>
- <description>mim width of the input field</description>
+ <description>Sets the minimum width of the input field</description>
<defaultvalue><![CDATA["40px"]]></defaultvalue>
</property>
<property>
<name>inputWidth</name>
<classname>java.lang.String</classname>
- <description>width of the input field</description>
+ <description>Sets width of the input field</description>
</property>
<property>
@@ -91,22 +91,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>