Author: sergeyhalipov
Date: 2007-10-01 09:01:32 -0400 (Mon, 01 Oct 2007)
New Revision: 3172
Modified:
trunk/ui/toolBar/src/main/config/component/toolBar.xml
trunk/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java
Log:
http://jira.jboss.com/jira/browse/RF-1039
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2007-10-01 10:12:40 UTC (rev
3171)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2007-10-01 13:01:32 UTC (rev
3172)
@@ -151,6 +151,7 @@
</property>
&ui_component_attributes;
- &html_style_attributes;
+ &html_style_attributes;
+ &html_events;
</component>
</components>
\ No newline at end of file
Modified:
trunk/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java
===================================================================
---
trunk/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java 2007-10-01
10:12:40 UTC (rev 3171)
+++
trunk/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java 2007-10-01
13:01:32 UTC (rev 3172)
@@ -65,6 +65,7 @@
writer.writeAttribute("class", "dr-toolbar-int rich-toolbar-item
" + contentClass +" "+styleClass, null);
getUtils().writeAttribute(writer, "style", contentStyle);
getUtils().writeAttribute(writer, "style", style);
+ getUtils().encodePassThruWithExclusions(facesContext, component,
"style,class");
renderChild(facesContext, child);
writer.endElement("td");
if (it.hasNext()) {