Re: J2 - Removing maximize/minimize buttons from portlet title

2005-03-04 Thread Scott T. Weaver
Hi Shah,
You may want to look at creating custom portlet decorators to accomplish 
this.  For examples look under 
/portal/src/webapp/WEB-INF/decortations/portlet/html.

Shah Amit wrote:
How can I remove the maximize and minimize buttons from the portlet 
title bar?? I know I can control the permission for edit and view the 
portlet. But is there a way to remove the maximize and minimize 
buttons also ??

Also, is there a way to get rid of the entire title bar, or we have to 
write a custom decorator for that? I roughly know the code for 
decorator and I have seen that there is no if loop checking for 
anything before the title bar so I guess we need a custom decorator to 
remove the title bar completely ??

Thanks,
Amit

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss 
people."  - Admiral Hyman Rickover
***
*   Scott T. Weaver   *
* <[EMAIL PROTECTED]> *
* *
* --  *
*   Apache Jetspeed Enterprise Portal *
* Apache Pluto Portlet Container  *
* *
* OpenEdit, Website Content Management*
*    *
***
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


J2 - Removing maximize/minimize buttons from portlet title

2005-03-03 Thread Shah Amit
How can I remove the maximize and minimize buttons from the portlet title 
bar?? I know I can control the permission for edit and view the portlet. But 
is there a way to remove the maximize and minimize buttons also ??

Also, is there a way to get rid of the entire title bar, or we have to write 
a custom decorator for that? I roughly know the code for decorator and I 
have seen that there is no if loop checking for anything before the title 
bar so I guess we need a custom decorator to remove the title bar completely 
??

Thanks,
Amit

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]