Fórum

RE portlet normal mode

thumbnail
Manikantha Rajamani, modificado 9 Anos atrás.

RE portlet normal mode

Expert Postagens: 258 Data de Entrada: 25/03/14 Postagens Recentes
Hi Guys
When ever i load any portlet first time in browser it is in normal window state.
but i need to achive when portlet is loaded first time into browser it should be in MAXIMIZED state
if u have any idea plz share

Regards
Manikantha R
thumbnail
Hitesh Methani, modificado 9 Anos atrás.

RE: RE portlet normal mode

Regular Member Postagens: 171 Data de Entrada: 24/06/10 Postagens Recentes
Hello Manikantha,

I am not sure what are you trying to achieve, if you want your portlet to occupy the whole width of the page, you can use 1 column layout.
Or else to open a portlet in maximized mode from your render method, you can use
response.setWindowState(WindowState.MAXIMIZED);

Hope this helps!!

Thanks,
Hitesh Methani.
thumbnail
Manikantha Rajamani, modificado 9 Anos atrás.

RE: RE portlet normal mode

Expert Postagens: 258 Data de Entrada: 25/03/14 Postagens Recentes
Hi
Hitesh Methani

thank you for reply
I try will render method..

regards
Manikantha R