Author: abelevich
Date: 2008-06-06 06:08:38 -0400 (Fri, 06 Jun 2008)
New Revision: 8927
Modified:
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
http://jira.jboss.com/jira/browse/RF-3254
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-06-06 05:21:24
UTC (rev 8926)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-06-06 10:08:38
UTC (rev 8927)
@@ -196,11 +196,11 @@
<classname>java.lang.String</classname>
<description>The attributes provide a possibility to assign JavaScript to be
executed when view state is activated</description>
</property>
- <property>
+ <property hidden="true">
<name>selectOnEdit</name>
<classname>boolean</classname>
- <description>The attribute make the input field select when switched to edit
state. Default value is "false".</description>
- <defaultvalue>false</defaultvalue>
+ <description>The attribute make the input field select when switched to edit
state. Default value is "true".</description>
+ <defaultvalue>true</defaultvalue>
</property>
<property>
<name>tabindex</name>