Author: A.Skokov
Date: 2007-06-07 06:38:23 -0400 (Thu, 07 Jun 2007)
New Revision: 1068
Modified:
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp
Log:
http://jira.jboss.com/jira/browse/RF-255
Modified:
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp
===================================================================
---
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp 2007-06-07
10:37:20 UTC (rev 1067)
+++
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp 2007-06-07
10:38:23 UTC (rev 1068)
@@ -27,6 +27,9 @@
style="font: 18px;font-weight: bold;"/>
<stp:simpleTogglePanel switchType="client" id="panel1"
label="client switchType"
width="#{bean.width}" opened="false"
height="#{bean.height}" style="#{bean.style}">
+ <f:facet name="header">
+ <h:outputText value="client switchType from facet" />
+ </f:facet>
<f:facet name="closeMarker">
<h:outputText value="Close It" />
</f:facet>