[jboss-user] [JBoss Portal] - Re: Window property : window-state maximize

den74 do-not-reply at jboss.com
Fri Feb 15 07:57:07 EST 2008


is not possible to open a page maximized cia configuration file in portal 2.4.x (i don't know in 2.6.x, it was requested but i'm not sure)

You can do it setting the window state in processAction method using 
   arg1.setWindowState(WindowState.MAXIMIZED);

or defining a new layout strategy, or a new layout haveing the normal jsp equals to maximized jsp

i don't know which is the best way to do it

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129636#4129636

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129636



More information about the jboss-user mailing list