Author: Alex.Kolonitsky
Date: 2010-07-12 14:07:50 -0400 (Mon, 12 Jul 2010)
New Revision: 17977
Removed:
root/examples/output-demo/trunk/src/main/webapp/examples/divPanel.xhtml
Modified:
root/examples/output-demo/trunk/src/main/webapp/templates/template.xhtml
Log:
RF-8745 TogglePanel component
Deleted: root/examples/output-demo/trunk/src/main/webapp/examples/divPanel.xhtml
===================================================================
--- root/examples/output-demo/trunk/src/main/webapp/examples/divPanel.xhtml 2010-07-12
18:06:05 UTC (rev 17976)
+++ root/examples/output-demo/trunk/src/main/webapp/examples/divPanel.xhtml 2010-07-12
18:07:50 UTC (rev 17977)
@@ -1,21 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:pn="http://richfaces.org/panels">
-
-<body>
-<ui:composition template="/templates/template.xhtml">
-
- <ui:define name="title">Toggle Panel Example</ui:define>
- <ui:define name="body_head">Toggle Panel Example</ui:define>
-
- <ui:define name="body">
- <pn:divPanel id="my_id" lang="en"
onclick="#{togglePanelBean.name}" hi="Hello" >
- other html
- </pn:divPanel>
- </ui:define>
-</ui:composition>
-</body>
-</html>
Modified: root/examples/output-demo/trunk/src/main/webapp/templates/template.xhtml
===================================================================
--- root/examples/output-demo/trunk/src/main/webapp/templates/template.xhtml 2010-07-12
18:06:05 UTC (rev 17976)
+++ root/examples/output-demo/trunk/src/main/webapp/templates/template.xhtml 2010-07-12
18:07:50 UTC (rev 17977)
@@ -30,7 +30,6 @@
<h:form id="nav">
<p>Examples</p>
<ul>
- <li><h:commandLink value="divPanel"
action="divPanel" /></li>
<li><h:commandLink value="togglePanel"
action="togglePanel" /></li>
<li><h:commandLink value="togglePanel
Ajax" action="togglePanel/ajax" /></li>
<li><h:commandLink value="togglePanel
Client" action="togglePanel/client" /></li>