I'm not sure this is a good solution to what Dan is trying to achieve.
Wouldn't this only present the portlet minimized for the first render
request from the first user after the portal is started? Not only would
the portlet unminimize itself on the second render request (even if the
user hasn't interacted with the portlet), it would only do that for the
first user since the Portlet is shared by all users. I am assuming Dan
wants it to be minimized for all users until they interact with the portlet.
Andrew Strickland wrote:
He means default to minizmized window state. I've tried to answer this
question twice before...I believe the best possible solution is:
1) add an init parameter to your portlet.xml like "firstView" and set it to
true. In your portlet class's doRender method check the value of the
initParmater. If it's true, set window state to minimized and render...if
it's false then do nothing to window state and render.
Andy
On Mon, Apr 14, 2008 at 7:11 PM, David Sean Taylor <[EMAIL PROTECTED]>
wrote:
On Apr 14, 2008, at 2:56 PM, Dan Olsen wrote:
** High Priority **
I am still not sure how to default all portlets to closed when a user
logs in. I have a demo coming up to show the client what I have done so far
and we would really like to have the portlets defaulting to closed. Can
someone please help me figure this out?
I would figured this would be an easy task but I have yet to find any
way to make this happen. I really need to get this figured out so any help
would be greatly appreciated.
Is this for Jetspeed 1.x ?
Not sure what you mean by "closed"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]