Author: dmorozov
Date: 2008-10-28 11:03:43 -0400 (Tue, 28 Oct 2008)
New Revision: 10944
Modified:
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
https://jira.jboss.org/jira/browse/RF-4302
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-10-28 14:58:07
UTC (rev 10943)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-10-28 15:03:43
UTC (rev 10944)
@@ -83,6 +83,15 @@
<defaultvalue>false</defaultvalue>
</property>
<property>
+ <name>showValueInView</name>
+ <classname>boolean</classname>
+ <description>
+ If true show the SelectItem labels in the InplaceSelect's pull-down
list but display the value in the field in view mode once an item is selected
+ </description>
+ <defaultvalue>false</defaultvalue>
+ </property>
+
+ <property>
<name>saveControlIcon</name>
<classname>java.lang.String</classname>
<description>Defines custom save
icon</description>