yes 
you can define a custom window state : look at the jsr-168 about this, and then 
at the implementation in jboss portal (doc, wiki, forum...)
there are a few samples about that (for what I remember, there is an example of 
"half size maximized" or something like that).

then, as you noticed it, you can have a specific layout for this window state.
for what i remember, you define this in one of the descriptor, in the layout 
part (descriptors for the layout).
follow the maximized layout sample about that.

**********************************************
you can do a lot of thing with the windows mode, the layouts etc...
the portal is very flexible and allow many thing.

So you should be able to do what you want to do by pluging/adapting your need 
in the minimized mode.

if really there is something that does not fit your need, then you may build a 
new window mode.

I guess the question to ask is : does your mode is a minimized mode, with some 
small adaptation ?
or is it a very different mode, that should be implemented in its own mode ?

**********************************************

about the anonymous wrote : <render-on-minimized>true</render-on-minimized>
I did not know about this new feature...
nice !
some companies I worked with for setting a portal asked for this in the 
minimized mode.
To be able to write a little message in the minimized portlet view, like "click 
here to see more about this blah blah..."
Thanks !
 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138243
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to