Author: ilya_shaikovsky
Date: 2008-03-11 07:16:23 -0400 (Tue, 11 Mar 2008)
New Revision: 6678
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml
Log:
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml 2008-03-11
10:56:25 UTC (rev 6677)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/examples/simplePanel.xhtml 2008-03-11
11:16:23 UTC (rev 6678)
@@ -19,7 +19,7 @@
<h:outputText value="Modal Panel Title" />
</f:facet>
<f:facet name="controls">
- </f:facet>
+ </f:facet>
<p>Any JSF content might be inside the panel. In case of using
Facelets or JSF 1.2, it might be any mixed content.</p>
@@ -29,10 +29,5 @@
on <i>Richfaces</i> object. The following code
<a href="javascript:Richfaces.hideModalPanel('mp')">hide this
panel</a>:
Richfaces.hideModalPanel('mp')</p>
- <h:form>
- </h:form>
</rich:modalPanel>
- <h:form>
- <a4j:commandButton value="close via request"
oncomplete="alert('1');"/>
-</h:form>
</ui:composition>
\ No newline at end of file
Show replies by date