Author: abelevich
Date: 2008-03-11 13:57:18 -0400 (Tue, 11 Mar 2008)
New Revision: 6718
Modified:
trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2436
Modified: trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-11 17:28:09
UTC (rev 6717)
+++ trunk/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2008-03-11 17:57:18
UTC (rev 6718)
@@ -41,12 +41,6 @@
<defaultvalue><![CDATA["inline"]]></defaultvalue>
</property>
<property>
- <name>inputMaxLength</name>
- <classname>java.lang.Integer</classname>
- <description></description>
- <defaultvalue>255</defaultvalue>
- </property>
- <property>
<name>maxInputWidth</name>
<classname>java.lang.String</classname>
<description></description>
@@ -256,8 +250,12 @@
</property>
&html_events;
&ui_input_attributes;
+ <property hidden="true">
+ <name>localValueSet</name>
+ <classname>boolean</classname>
+ <description></description>
+ </property>
-
</properties>
</component>
</components>
Modified: trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-03-11 17:28:09 UTC
(rev 6717)
+++ trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-03-11 17:57:18 UTC
(rev 6718)
@@ -84,7 +84,6 @@
class='rich-inplace-field'
style='display:none;'
type='text'
- maxlength='#{component.attributes["inputMaxLength"]}'
autocomplete="off"
value='#{fieldValue}'
tabindex='#{component.attributes["tabindex"]}'