ActiveMenus
Tag menu


Description

This is the main tag to define an ActiveMenu within your page.

Examples

The following example shows the use of a menu tag. The configured menu for the type "issue" will be displayed. Type configuration is done via the activemenus-config.xml file, which must be located in the WEB-INF directory of your web application. Detailed documentaion for configuring ActiveMenus is provided in the Portlet Development Guide.

<activemenus:menu display="${issue.title}" type="issue">
  ...
</activemenus:menu>


Tag Information
Tag Classcom.bea.apps.groupspace.taglib.activemenus.ActiveMenusTag
TagExtraInfo ClassNone
Body ContentNone
Display NameActiveMenu

Attributes
NameRequiredRequest-timeDescription
displaytruetrue What will be displayed on the page, and will, on mouse over, show the ActiveMenu
typetruetrue The type of the ActiveMenu. This must match a type defined in your activemenus-config.xml
hreffalsetrue To override the default href for the link that is created
hrefTargetfalsefalse When the default href is overridden (by using the href attribute) you can specify the hrefs target
classfalsetrue A css class that can be used to style the ActiveMenu display.
stylefalsetrue A css style that can be used to style the ActiveMenu display.
rightClickfalsefalse This is a boolean (default is 'false') that will turn the menu into a right-click menu instead of a rollover menu. If this is set to 'true', you will have to right-click on the display text to bring up the menu. The menu will appear underneath the mouse.
escapeXmlfalsefalse This is the same as escapeXml within the JSTL tags. If set to true, characters will be converted to their corresponding character entity codes.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.