Author: ishabalov
Date: 2007-03-13 16:39:09 -0400 (Tue, 13 Mar 2007)
New Revision: 60
Modified:
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp
Log:
Added sample for client switch type without form
Modified:
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp
===================================================================
---
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp 2007-03-13
20:38:30 UTC (rev 59)
+++
trunk/richfaces-samples/simpleTogglePanel-sample/src/main/webapp/pages/index.jsp 2007-03-13
20:39:09 UTC (rev 60)
@@ -150,6 +150,15 @@
</stp:simpleTogglePanel>
<h:commandLink value="apply!"/>
</h:form>
+ <stp:simpleTogglePanel opened="true" switchType="client"
id="p11" label="panel 11 panel"
headerClass="customHeader">
+ <stp:simpleTogglePanel opened="true" switchType="client"
id="p22" label="panel1">
+ <h:outputText style="font: 18px;font-weight: bold;"
value="Test"/>
+ <stp:simpleTogglePanel opened="true"
switchType="client" id="p3" label="panel2">
+ <h:outputText style="font: 18px;font-weight: bold;"
value="Test"/>
+ </stp:simpleTogglePanel>
+ </stp:simpleTogglePanel>
+ </stp:simpleTogglePanel>
+
</f:view>
</body>
</html>
Show replies by date