Attributes |
Name | Required | Request-time | Description |
display | true | true |
What will be displayed on the page, and will, on mouse over, show the ActiveMenu
|
type | true | true |
The type of the ActiveMenu. This must match a type defined in your activemenus-config.xml
|
href | false | true |
To override the default href for the link that is created
|
hrefTarget | false | false |
When the default href is overridden (by using the href attribute) you can specify the hrefs target
|
class | false | true |
A css class that can be used to style the ActiveMenu display.
|
style | false | true |
A css style that can be used to style the ActiveMenu display.
|
rightClick | false | false |
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.
|
escapeXml | false | false |
This is the same as escapeXml within the JSTL tags. If set to true, characters will be converted
to their corresponding character entity codes.
|