[jboss-user] [JBoss Portal] - Re: static html

PeterJ do-not-reply at jboss.com
Sat Jun 14 13:26:05 EDT 2008


If you do not want the window decorations, use the empty renderer. You can declare that in your *-object.xml file as follows:

    <window>
  |       <window-name>XXXX</window-name>
  |       <instance-ref>XXXX</instance-ref>
  |       <region>xxxx</region>
  |       <height>xxxx</height>
  |       <properties>
  |         <property>
  |           <name>theme.windowRendererId</name>
  |           <value>emptyRenderer</value>
  |         </property>
  |         <property>
  |           <name>theme.decorationRendererId</name>
  |           <value>emptyRenderer</value>
  |         </property>
  |         <property>
  |           <name>theme.portletRendererId</name>
  |           <value>emptyRenderer</value>
  |         </property>
  |       </properties>
  |     </window>
 

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

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



More information about the jboss-user mailing list