This content has been marked as final.
Show 2 replies
-
1. Re: Remove maximize button from portlet
apemberton Feb 18, 2009 10:59 PM (in response to peris)Sure; there are a few ways to do this.
One method that we've used successfully in the past:
- add a property to your portlet's window instance (eg: edit.mode.disable)
- add logic to your DecorationRenderer to hide the appropriate link if the above property is set -
2. Re: Remove maximize button from portlet
peris Feb 23, 2009 1:31 AM (in response to peris)Thanks for your reply. If you dont mind can you give sample code or any other link ?