Author: msorokin
Date: 2008-04-18 11:53:20 -0400 (Fri, 18 Apr 2008)
New Revision: 7941
Modified:
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-04-18 15:17:08
UTC (rev 7940)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-04-18 15:53:20
UTC (rev 7941)
@@ -34,26 +34,26 @@
<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>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>The attribute 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>maxSelectWidth</name>
<classname>java.lang.String</classname>
- <description>Sets the maximum width of the select
element</description>
+ <description>Sets the maximum width of the select element. Default value is
"200px".</description>
<defaultvalue><![CDATA["200px"]]></defaultvalue>
</property>
<property>
<name>minSelectWidth</name>
<classname>java.lang.String</classname>
- <description>Sets the minimum width of the select
element</description>
+ <description>Sets the minimum width of the select element. Default value is
"100px".</description>
<defaultvalue><![CDATA["100px"]]></defaultvalue>
</property>
<property>
@@ -71,7 +71,7 @@
<property>
<name>showControls</name>
<classname>boolean</classname>
- <description>The attribute serves to display "save" and
"cancel" controls</description>
+ <description>The attribute serves to display "save" and
"cancel" controls. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
@@ -87,13 +87,13 @@
<property>
<name>controlsVerticalPosition</name>
<classname>java.lang.String</classname>
- <description>The attribute postions the controls
vertically</description>
+ <description>The attribute 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>The attribute positions the controls horizontally. Possible
values are "right","center","left".
Default value is "right". </description>
<defaultvalue><![CDATA["right"]]></defaultvalue>
</property>
<property>
@@ -199,7 +199,7 @@
<property>
<name>selectOnEdit</name>
<classname>boolean</classname>
- <description>The attribute make the input field select when switched to edit
state</description>
+ <description>The attribute make the input field select when switched to edit
state. Default value is "false".</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
@@ -216,26 +216,26 @@
<property>
<name>listWidth</name>
<classname>java.lang.String</classname>
- <description>The attribute defines the width of option
list</description>
+ <description>The attribute defines the width of option list. Default
value is "200px".</description>
<defaultvalue>"200px"</defaultvalue>
</property>
<property>
<name>listHeight</name>
<classname>java.lang.String</classname>
- <description>The attribute defines the height of option
list</description>
+ <description>The attribute defines the height of option list. Default
value is "200px".</description>
<defaultvalue>"200px"</defaultvalue>
</property>
<property>
<name>editOnTab</name>
<classname>boolean</classname>
- <description>The attribute activates edit state once Tab key
pressed</description>
+ <description>The attribute activates edit state once Tab key pressed.
Default value is "true".</description>
<defaultvalue>true</defaultvalue>
</property>
<property>
<name>openOnEdit</name>
<classname>boolean</classname>
- <description>The attribure opens the list once edit
activated</description>
+ <description>The attribute opens the list once edit activated. Default
value is "true".</description>
<defaultvalue>true</defaultvalue>
</property>
<property>