create a jslink to the portlet, which can be done in a velocity template or
Java code:
The end result URL will contain soemthing like this:
js_peid/344?action=controls.Maximize
In Velocity:
$jslink.getAction("controls.Maximize","344")
in Java
JetspeedLink link = JetspeedLinkFactory.getInstance(rundata);
DynamicURI duri = link.getAction("controls.Maximize");
JetspeedLinkFactory.putInstance(link);
rundata.setRedirectURI(duri.toString());
> -----Original Message-----
> From: Woody Sturges [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 2:07 PM
> To: [EMAIL PROTECTED]
> Subject: How to maximize a portlet programatically
>
>
> Hi all,
>
> This is probably a newbie question, but how do you maximize a portlet
> programatically? I have a portlet that needs to maximize itself when
> the user starts interacting with it. When the user is done (a parm
> quits being sent), it should restore itself.
>
> Any pointers would be appreciated...
>
> Thanks,
> Woody Sturges
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>