Author: nbelaevski
Date: 2008-03-30 14:57:00 -0400 (Sun, 30 Mar 2008)
New Revision: 7436
Modified:
trunk/ui/progressBAR/src/main/config/component/progressBar.xml
Log:
http://jira.jboss.com/jira/browse/RF-2291 dir/lang attributes removed
Modified: trunk/ui/progressBAR/src/main/config/component/progressBar.xml
===================================================================
--- trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-03-30 18:05:52 UTC
(rev 7435)
+++ trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-03-30 18:57:00 UTC
(rev 7436)
@@ -32,10 +32,15 @@
</taghandler>
&ui_component_attributes;
&ui_command_attributes;
- &html_universal_attributes;
+ &html_style_attributes;
&ajax_component_attributes;
&html_events;
<property>
+ <name>title</name>
+ <classname>java.lang.String</classname>
+ <description> Advisory title information about markup elements generated for
this component</description>
+ </property>
+ <property>
<name>mode</name>
<classname>java.lang.String</classname>
<description>Attributes defines AJAX or CLIENT modes for
component</description>
@@ -162,14 +167,6 @@
but just allows to avoid unnecessary updates on the client side if the response isn't
actual now
</description>
</property>
- <property hidden="true">
- <name>lang</name>
- <classname>java.lang.String</classname>
- <description>
- Code describing the language used in the generated
- markup for this component
- </description>
- </property>
</component>
</components>