If you want to hide the portlet top bar, you may change the potlet theme to "clear", this is one of original j2 portlet themes. To more customized level, you can take a look to /decorations/portlet/decorator.vm ,
  #if (!$solo && $actions.size() >0)

    <div class="PTitle" >
      <div class="PTitleContent">
        #set ($ws=$jetspeed.MappedWindowState)

        $!jetspeed.getTitle($jetspeed.getCurrentPortletEntity(), $f)
      </div>

      #PortletActionBar($decoration)

    </div>
  #end

you can hide the top bar to ALL portlets editing this code.


[EMAIL PROTECTED] wrote:
Hoi,
I like to set the whole Jetspeed 2 portal to NO SCROLL Some portlets I like to CLEAR FROM THE TOP BAR (with name, edit view help and min max) Can somebody help me with this? Regards, Erik

---------------------------------------------------------------------
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]

Reply via email to