Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<rich:popupPanel id="popup" modal="false" autosized="true" resizeable="f alse"> <f:facet name="header"> <h:outputText value="Simple popup panel" /> </f:facet> <f:facet

name="controls"> <h:outputLink value="#" onclick="#{rich:component('popup')}.hide(); return false;"> X </h:outputLink> </f:facet> <p>Any content might be inside this panel.</p> <p> The popup panel is open and closed from the javascript function of c omponent client side object. The following code <a href="#" onclick="#{rich:component('popup')}.hide()">hide this pa nel</a>: <f:verbatim>&#35;</f:verbatim>{rich:component('popup')}.hide() </p> <h:outputText value="Closure link (X) works also through Compone nt Control"></h:outputText> </rich:popupPanel>

<th> <h:outputLink value="#" onclick="#{rich:componen t('popup')}.show(); return false;" rendered="#{worksheetMBean.worksheetFields.is Visible('UI_DEAL_STRUC_LENDER_APPROVED')}"> <h:outputText value="#{worksheetMBean.wo rksheetFields.getLabelText('UI_DEAL_STRUC_LENDER_APPROVED')}" /> </h:outputLink> </th>

You might also like