Author: sergeyhalipov
Date: 2007-10-01 09:46:22 -0400 (Mon, 01 Oct 2007)
New Revision: 3175
Modified:
branches/3.1.x/ui/toolBar/src/main/config/component/toolBar.xml
branches/3.1.x/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java
Log:
http://jira.jboss.com/jira/browse/RF-1039
Modified: branches/3.1.x/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- branches/3.1.x/ui/toolBar/src/main/config/component/toolBar.xml 2007-10-01 13:15:48
UTC (rev 3174)
+++ branches/3.1.x/ui/toolBar/src/main/config/component/toolBar.xml 2007-10-01 13:46:22
UTC (rev 3175)
@@ -152,5 +152,6 @@
&ui_component_attributes;
&html_style_attributes;
+ &html_events;
</component>
-</components>
\ No newline at end of file
+</components>
Modified:
branches/3.1.x/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java
===================================================================
---
branches/3.1.x/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java 2007-10-01
13:15:48 UTC (rev 3174)
+++
branches/3.1.x/ui/toolBar/src/main/java/org/richfaces/renderkit/html/ToolBarGroupRenderer.java 2007-10-01
13:46:22 UTC (rev 3175)
@@ -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()) {