Author: abelevich
Date: 2008-04-22 11:17:58 -0400 (Tue, 22 Apr 2008)
New Revision: 8072
Modified:
trunk/ui/pickList/src/main/config/component/picklist.xml
Log:
http://jira.jboss.com/jira/browse/RF-3093?page=all
Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml 2008-04-22 15:07:28 UTC (rev
8071)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml 2008-04-22 15:17:58 UTC (rev
8072)
@@ -180,8 +180,13 @@
<classname>java.lang.String</classname>
<description>A JavaScript event handler called on a list change
operation</description>
</property>
-
- <property hidden="true">
+
+ &ui_input_attributes;
+ &html_universal_attributes;
+ &html_events;
+ &html_control_events;
+
+ <property hidden="true">
<name>valid </name>
<classname>boolean</classname>
</property>
@@ -194,12 +199,18 @@
<property hidden="true">
<name>localValueSet </name>
<classname>boolean</classname>
- </property>
+ </property>
- &ui_input_attributes;
- &html_universal_attributes;
- &html_events;
- &html_control_events;
+ <property hidden="true">
+ <name>dir</name>
+ <classname>java.lang.String</classname>
+ <description></description>
+ </property>
+
+ <property hidden="true">
+ <name>size</name>
+ <classname>int</classname>
+ </property>
</properties>