Author: bleathem
Date: 2011-11-07 16:40:29 -0500 (Mon, 07 Nov 2011)
New Revision: 22901
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample
Log:
RFPL-1495: Removed the form element from the popupPanel example
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample 2011-11-07
21:38:49 UTC (rev 22900)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richpopupPanel-Header_and_controls.xml_sample 2011-11-07
21:40:29 UTC (rev 22901)
@@ -2,16 +2,14 @@
<rich:componentControl target="popup" operation="show" />
</h:commandLink>
...
-<a4j:form>
- <rich:popupPanel id="popup" modal="false"
autosized="true" resizeable="false">
- <f:facet name="header">
- <h:outputText value="The title of the panel" />
- </f:facet>
- <f:facet name="controls">
- <h:graphicImage value="/pages/close.png"
style="cursor:pointer"
onclick="#{rich:component('popup')}.hide()" />
- </f:facet>
- <p>
- This is the content of the panel.
- </p>
- </rich:popupPanel>
-</a4j:form>
+<rich:popupPanel id="popup" modal="false"
autosized="true" resizeable="false">
+ <f:facet name="header">
+ <h:outputText value="The title of the panel" />
+ </f:facet>
+ <f:facet name="controls">
+ <h:graphicImage value="/pages/close.png"
style="cursor:pointer"
onclick="#{rich:component('popup')}.hide()" />
+ </f:facet>
+ <p>
+ This is the content of the panel.
+ </p>
+</rich:popupPanel>