Foren

RE portlet normal mode

thumbnail
Manikantha Rajamani, geändert vor 9 Jahren.

RE portlet normal mode

Expert Beiträge: 258 Beitrittsdatum: 25.03.14 Neueste Beiträge
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, geändert vor 9 Jahren.

RE: RE portlet normal mode

Regular Member Beiträge: 171 Beitrittsdatum: 24.06.10 Neueste Beiträge
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, geändert vor 9 Jahren.

RE: RE portlet normal mode

Expert Beiträge: 258 Beitrittsdatum: 25.03.14 Neueste Beiträge
Hi
Hitesh Methani

thank you for reply
I try will render method..

regards
Manikantha R