Author: msorokin
Date: 2008-04-15 05:59:49 -0400 (Tue, 15 Apr 2008)
New Revision: 7832
Modified:
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
Log:
RF-2220 Default values
Default values for InplaceInput attributes were added
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-04-14 19:34:43
UTC (rev 7831)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-04-15 09:59:49
UTC (rev 7832)
@@ -35,19 +35,19 @@
<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.
Possible values are "block", "inline". . Default value
is "inline". </description>
<defaultvalue><![CDATA["inline"]]></defaultvalue>
</property>
<property>
<name>maxInputWidth</name>
<classname>java.lang.String</classname>
- <description>Sets the maximum width of the input field</description>
+ <description>Sets the maximum width of the input field. Default value is
"500px".</description>
<defaultvalue><![CDATA["500px"]]></defaultvalue>
</property>
<property>
<name>minInputWidth </name>
<classname>java.lang.String</classname>
- <description>Sets the minimum width of the input field</description>
+ <description>Sets the minimum width of the input field. Default value is
"40px".</description>
<defaultvalue><![CDATA["40px"]]></defaultvalue>
</property>
<property>
@@ -65,59 +65,59 @@
<property>
<name>showControls</name>
<classname>boolean</classname>
- <description>The attribute serves to display "save" and
"cancel" controls</description>
+ <description>Serves to display "save" and
"cancel" controls. Default value is
"false".</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>editEvent</name>
<classname>java.lang.String</classname>
- <description>The attribute provides an option to assign an JavaScript action
that initiates the change of the state</description>
+ <description>Provides an option to assign an JavaScript action that initiates
the change of the state. Default value is
"onclick".</description>
<defaultvalue><![CDATA["onclick"]]></defaultvalue>
</property>
<property>
<name>controlsVerticalPosition</name>
<classname>java.lang.String</classname>
- <description>The attribute postions the controls
vertically</description>
+ <description>Positions the controls vertically. Possible values are
"bottom", "center", "top". Default
value is "center".</description>
<defaultvalue><![CDATA["center"]]></defaultvalue>
</property>
<property>
<name>controlsHorizontalPosition</name>
<classname>java.lang.String</classname>
- <description>The attribute postions the controls
horizontally</description>
+ <description>Positions the controls horizontally. Possible values are
"left", "center", "right". Default
value is "right".</description>
<defaultvalue><![CDATA["right"]]></defaultvalue>
</property>
<property>
<name>oneditactivation</name>
<classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript on
edit state activation</description>
+ <description>Provides 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 on
view state activation</description>
+ <description>Provides 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 to be
executed when edit state is activated</description>
+ <description>Provides 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 to be
executed when view state is activated</description>
+ <description>Provides a possibility to assign JavaScript to be executed when
view state is activated</description>
</property>
<property>
<name>selectOnEdit</name>
<classname>boolean</classname>
- <description>The attribute make the input field select when switched to edit
state</description>
+ <description>Makes the input field select when switched to edit state.
Default value is "false"</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>tabindex</name>
<classname>int</classname>
- <description>The attribute serves to define the tabbing
order</description>
+ <description>Serves to define the tabbing order</description>
</property>
<property>
<name>saveControlIcon</name>
@@ -138,7 +138,7 @@
<property>
<name>viewClass</name>
<classname>java.lang.String</classname>
- <description>Style class for view state</description>
+ <description>CSS style class for view state</description>
</property>
<property>
<name>editClass</name>
Show replies by date