Author: ayanul
Date: 2007-11-06 11:15:34 -0500 (Tue, 06 Nov 2007)
New Revision: 3798
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Div/Div.xhtml
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Select/Map.xhtml
Log:
Modified: branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Div/Div.xhtml
===================================================================
---
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Div/Div.xhtml 2007-11-06
16:03:38 UTC (rev 3797)
+++
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Div/Div.xhtml 2007-11-06
16:15:34 UTC (rev 3798)
@@ -40,6 +40,18 @@
<ui:include src="${richBean.pathStraightforward}" />
<ui:include src="${richBean.pathProperty}" />
</h:form>
+ <rich:modalPanel id="eventInfoID" autosize="true"
minHeight="550" minWidth="200" moveable="true"
resizeable="true" style="overflow: true;">
+ <f:facet name="header">
+ <h:outputText value="Events ..." />
+ </f:facet>
+ <f:facet name="controls">
+ <h:graphicImage value="/pics/error.gif"
onclick="Richfaces.hideModalPanel('eventInfoID');"/>
+ </f:facet>
+
+ <ui:include src="/pages/Action/EventInfo.xhtml" />
+
+ </rich:modalPanel>
+ <a4j:commandButton value="Show event"
onclick="Richfaces.showModalPanel('eventInfoID');return
false;"></a4j:commandButton>
</div>
</div>
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Select/Map.xhtml
===================================================================
---
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Select/Map.xhtml 2007-11-06
16:03:38 UTC (rev 3797)
+++
branches/3.1.x/test-applications/facelets/src/main/webapp/pages/Select/Map.xhtml 2007-11-06
16:15:34 UTC (rev 3798)
@@ -34,11 +34,24 @@
</div>
<div id="divPageID" style="position: absolute; background-color:gray;
top:60px; left: 10px; z-index: 2">
- <ui:include src="${richBean.pathComponent}" />
+ <ui:include src="${richBean.pathComponent}" />\
<h:form>
<ui:include src="${richBean.pathStraightforward}" />
<ui:include src="${richBean.pathProperty}" />
</h:form>
+
+ <rich:modalPanel id="eventInfoID" autosize="true"
minHeight="550" minWidth="200" moveable="true"
resizeable="true" style="overflow: true;">
+ <f:facet name="header">
+ <h:outputText value="Events ..." />
+ </f:facet>
+ <f:facet name="controls">
+ <h:graphicImage value="/pics/error.gif"
onclick="Richfaces.hideModalPanel('eventInfoID');"/>
+ </f:facet>
+
+ <ui:include src="/pages/Action/EventInfo.xhtml" />
+
+ </rich:modalPanel>
+ <a4j:commandButton value="Show event"
onclick="Richfaces.showModalPanel('eventInfoID');return
false;"></a4j:commandButton>
</div>
<div id="divID" style="absolute; relative; top:60px; left: 10px;
z-index: 1">
Show replies by date