Author: artdaw
Date: 2009-03-26 12:02:30 -0400 (Thu, 26 Mar 2009)
New Revision: 13223
Modified:
trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
Log:
https://jira.jboss.org/jira/browse/RF-6559 - unnecessary attributes are hidden
Modified: trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- trunk/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-03-26 15:51:43 UTC
(rev 13222)
+++ trunk/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-03-26 16:02:30 UTC
(rev 13223)
@@ -60,5 +60,29 @@
&ui_component_attributes;
&html_events;
&ui_input_attributes;
+
+ <property hidden="true">
+ <name>valid</name>
+ <classname>boolean</classname>
+ <description>
+ valid
+ </description>
+ </property>
+ <property hidden="true">
+ <name>required</name>
+ <classname>boolean</classname>
+ <description>If "true", this component is checked for non-empty
input</description>
+ </property>
+ <property hidden="true">
+ <name>requiredMessage</name>
+ <classname>java.lang.String</classname>
+ <description>A ValueExpression enabled attribute that, if present, will be
used as the text of the validation message for the "required" facility, if the
"required" facility is used</description>
+ </property>
+ <property hidden="true">
+ <name>localValueSet</name>
+ <classname>boolean</classname>
+ <description>localValueSet</description>
+ </property>
</component>
</components>
+
\ No newline at end of file