IntelliJ Java IDE
The moose likes JSF and the fly likes How to add minimize and maximize button in rich:popuppanel windows. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to add minimize and maximize button in rich:popuppanel windows." Watch "How to add minimize and maximize button in rich:popuppanel windows." New topic
Author

How to add minimize and maximize button in rich:popuppanel windows.

Jaik Singh
Greenhorn

Joined: Sep 22, 2010
Posts: 20

Hello All,
like below, how can we add minimize(-) and maximize(+) button at the upper right corner of the page in richfaces popup panel.

Using the below code we can add the 'X' at the upper rite corner and on click of this popup window gets closed.



<f:facet name="controls">
<hutputLink value="#"
onclick="#{rich:component('simplePopup2')}.hide(); return false;">
X
</hutputLink>
</f:facet>



Please suggest.

Thanks Jaikrat Singh
 
 
subject: How to add minimize and maximize button in rich:popuppanel windows.
 
Threads others viewed
SWT: Adding new icon to Title Bar
JFrame Customization Help
How to disable Maximize and minimize buttons on the popup??
New button to JFrame
Adding buttons near Minimize, Maximize, Iconify button in a JFrame or in a JDialog.
MyEclipse, The Clear Choice