Author: sergeyhalipov
Date: 2007-10-22 11:11:12 -0400 (Mon, 22 Oct 2007)
New Revision: 3471
Modified:
branches/3.1.x/ui/togglePanel/src/main/templates/togglePanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1157
Modified: branches/3.1.x/ui/togglePanel/src/main/templates/togglePanel.jspx
===================================================================
--- branches/3.1.x/ui/togglePanel/src/main/templates/togglePanel.jspx 2007-10-22 15:05:15
UTC (rev 3470)
+++ branches/3.1.x/ui/togglePanel/src/main/templates/togglePanel.jspx 2007-10-22 15:11:12
UTC (rev 3471)
@@ -18,9 +18,10 @@
<![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
</jsp:scriptlet>
- <div id="#{clientId}">
+ <div id="#{clientId}"
style="#{component.attributes['style']}"
+ class="rich-toggle-panel #{component.attributes['styleClass']}"
>
<vcp:body/>
<f:call name="handleFacets"/>
<f:call name="setValue"/>
</div>
-</f:root>
\ No newline at end of file
+</f:root>