enigma81 [http://community.jboss.org/people/enigma81] created the discussion
"Re: Start default maximized portlet" To view the discussion, visit: http://community.jboss.org/message/632019#632019 -------------------------------------------------------------- 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" -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/632019#632019] Start a new discussion in JBoss Portal at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
