overwrite the portlet allow... methods.

for example:
public boolean allowClose( RunData rundata )
{
  // your individual code
  return ( (rundata.getUser() != null) && rundata.getUser().hasLoggedIn() );
}

-----Urspr�ngliche Nachricht-----
Von: Sara Camara [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 24. August 2001 19:31
An: '[EMAIL PROTECTED]'
Betreff: Customize-Close-Minimize-Maximize Portlet


Hi All,
Is there a work around that would help to have lets say some portlets
showing with the customize button and some others without. I know it's
possible to do not show the customize button or any other button (close,
minimize, maximize) for all portlets by modifying jetspeed.vm, but how to do
not show it for one portlet only ? Any idea ?

Merci beaucoup.

Sara.



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


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

Reply via email to