[jboss-user] [JBoss Portal] - Re: How do I display/modify the Porlet Modes in the Window C

PeterJ do-not-reply at jboss.com
Tue Nov 4 19:26:52 EST 2008


To get the help icon to display you need to indicate that the portlet supports the help mode.  In portlet.xml:

  <portlet>
  |     <portlet-name>SomePortlet</portlet-name>
  |     ...
  |     <supports>\
  |       ...
  |       <portlet-mode>HELP</portlet-mode>
  |     </supports>
  |     ...
  |   </portlet>

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

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



More information about the jboss-user mailing list