|
Size: 1829
Comment: added
|
← Revision 4 as of 2009-09-20 21:52:52 ⇥
Size: 1829
Comment: converted to 1.6 markup
|
| No differences found! | |
(original version in the Struts Wiki from 2006-05-26 02:52:28 by RyanKanno)
From the examples/popup.jsp file in the MyFaces package, you'll find the following code snippet:
examples/popup.jsp
<t:popup
styleClass="popup"
closePopupOnExitingElement="true"
closePopupOnExitingPopup="true"
displayAtDistanceX="10"
displayAtDistanceY="10" >
<h:outputText value="This is the second textual text situation."/>
<f:facet name="popup">
<h:panelGroup>
<h:panelGrid columns="1" >
<h:outputText value="Popup Text 2"/>
</h:panelGrid>
</h:panelGroup>
</f:facet>
</t:popup>In a ShaleClay configuration file, it would look like the following: