[jboss-user] [JBoss Portal] - Re: Start default maximized portlet
enigma81
do-not-reply at jboss.com
Mon Oct 17 04:32:16 EDT 2011
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111017/e821c809/attachment.html
More information about the jboss-user
mailing list