Author: artdaw
Date: 2008-04-08 12:27:47 -0400 (Tue, 08 Apr 2008)
New Revision: 7673
Modified:
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
Log:
http://jira.jboss.com/jira/browse/RF-1226 - 'value' attribute description was
added
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-04-08 16:26:37
UTC (rev 7672)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-04-08 16:27:47
UTC (rev 7673)
@@ -31,12 +31,8 @@
<test/>
</tag>
<properties>
+
<property>
- <name>value</name>
- <classname>java.lang.String</classname>
- <description>contains saved data</description>
- </property>
- <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>
@@ -273,6 +269,11 @@
</property>
&html_events;
&ui_input_attributes;
+ <property>
+ <name>value</name>
+ <classname>java.lang.Object</classname>
+ <description>A value-binding expression for the current value of the
component</description>
+ </property>
<property hidden="true">
<name>localValueSet</name>
<classname>boolean</classname>