-
1. Re: Start default maximized portlet
think_tank_77 Oct 13, 2011 12:01 PM (in response to enigma81)Hi,
Were you able to find an anwer to the problem? I am using GateIn 3.1.0 and also looking for a solution to start a portlet in maximized mode by default.
Thank you
-
2. Re: Start default maximized portlet
enigma81 Oct 14, 2011 3:25 AM (in response to think_tank_77)Thank you for replay,
I have resolved my problem two months ago....;)
-
3. Re: Start default maximized portlet
think_tank_77 Oct 14, 2011 6:59 PM (in response to enigma81)Could you please share your solution? Is it some configuration change or did you have a work around for it.
Thank you.
-
4. Re: Start default maximized portlet
enigma81 Oct 17, 2011 4:32 AM (in response to think_tank_77)To remove the buttons you are the top-right of portlet simply edit the css file used according to the buttons you want to delete.
I make the example for the Maximize button but the same is true for both the button and the Minimize button Normal..portlet-mode-maximized {
display:none;
visibility:hidden;
position:absolute;
left:-9999em;
}Simply replace the "
.portlet-mode-maximized
" with :
".portlet-mode-minimized" and ".portlet-mode-normal"
-
5. Re: Start default maximized portlet
think_tank_77 Oct 18, 2011 7:27 PM (in response to enigma81)Thank you. I am doing the same thing.
I thought that there should be a configuration setting in the portlet.xml file or other config files to default the portlet window state.
Anyways, thank you.