like below, how can we add minimize and maximize button at the upper right corner of the page in richface popup panel.
<f:facet name="controls">
<h:outputLink value="#"
onclick="#{rich:component('simplePopup2')}.hide(); return false;">
X
</h:outputLink>
</f:facet>
Please suggest.
Thanks Jaikrat Singh