3 Replies Latest reply on Jul 18, 2005 10:45 AM by julien1

    Default windowState for a portlet?

    scientist

      Hello,

      Is there any way to define a default window state for a portlet?

      I looked for some setting in the default-portal.xml for example:

       <window>
       <window-name>CMSPortletWindow</window-name>
       <instance-ref>portal.CMSPortlet.CMSPortletInstance</instance-ref>
       <region>center</region>
       <height>0</height>
       <window-state>minimized</window-state>
       </window>
      


      But this doesn't work. Or is there a way to define this in the portlet init() method?