Author: abelevich
Date: 2007-09-10 11:37:40 -0400 (Mon, 10 Sep 2007)
New Revision: 2839
Modified:
trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
add style attribute
Modified: trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2007-09-10 15:24:56 UTC
(rev 2838)
+++ trunk/ui/drag-drop/src/main/config/component/dragIndicator.xml 2007-09-10 15:37:40 UTC
(rev 2839)
@@ -30,9 +30,9 @@
<classname>org.ajax4jsf.tag.TestHandler</classname>
</taghandler>
-->
- &ui_component_attributes;
-
- <property>
+ &ui_component_attributes; &html_style_attributes;
+
+ <property>
<name>styleClass</name>
<classname>java.lang.String</classname>
<description>Corresponds to the HTML class
attribute</description>
Modified: trunk/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2007-09-10 15:24:56 UTC
(rev 2838)
+++ trunk/ui/modal-panel/src/main/config/component/modalPanel.xml 2007-09-10 15:37:40 UTC
(rev 2839)
@@ -28,7 +28,8 @@
<classname>org.ajax4jsf.tag.TestHandler</classname>
</taghandler>
-->
- &ui_component_attributes; &ui_input_attributes; &ui_output_attributes;
<!--
+ &ui_component_attributes; &ui_input_attributes; &ui_output_attributes;
&html_style_attributes;
+ <!--
<property>
<name>param</name>
<classname>java.lang.String</classname>
@@ -37,6 +38,9 @@
<defaultvalue>"default"</defaultvalue>
</property>
-->
+
+
+
<property>
<name>headerClass</name>
<classname>java.lang.String</classname>
Show replies by date