If "*firstView*" is true set window state to minimized and then set "* firstView*" to false, then render...subsequent doViews will check the value of "*firstView*" (it's now false) and will render with whatever window state the portal tells it to render with.
On Tue, Apr 15, 2008 at 10:43 AM, Dan Olsen <[EMAIL PROTECTED]> wrote: > But won't this solution render it closed every time it renders? It would > make sense if there was a setting for portlets to set the default window > state. > > >>> "Andrew Strickland" <[EMAIL PROTECTED]> 4/14/2008 6:16 PM >>> > 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] > > > > >
