[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

Fuchs do-not-reply at jboss.com
Fri Mar 13 06:29:01 EDT 2009


One alternative ist to turn off the render mode (emptyRenderer).


  | <window>
  |             <window-name>PortletWindow</window-name>
  |             <instance-ref>PortletInstance</instance-ref>
  |             <region>left</region>
  |             <height>1</height>
  |             <properties>
  | 				<!-- turn the decoration off for this portlet (i.e. no title and mode/state links) -->
  | 				<property>
  | 					<name>theme.decorationRendererId</name>
  | 					<value>emptyRenderer</value>
  | 				</property>
  | 			</properties>
  |          </window>
  | 

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217784



More information about the jboss-user mailing list