Hi,
I want to know if any portlet on my page is in the maximized window state. I used to use the JPT to do this in the decorator.top (which was probably not really correct). I want to change (minimize) the portal banner when a portlet is in the maximized window state. My previous approach no longer works. Can someone point me in the right direction?
Thanks, Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
fyi -- All of the layouts in the CVS use a different template for maximized
Could you set a velocity variable in the layout that the decorator could pick up?
Also, you have the columns available from the power tool
#set($table = $jetspeed.columns)
by walking the columns, you can find the first portlet (the first portlet is the only portlet in max mode) and then check its window state
-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
