<sasads:Menu>
Used with the MenuBar and MenuItem tags to generate a menu.
This tag must be nested within a sasads:MenuBar tag.
Syntax
<sasads:Menu
[alternateText="java.lang.String"]
[customAction="java.lang.String"]
[customAttributes="java.lang.String"]
[disabledImage="java.lang.String"]
[enabled="true|false"]
[image="java.lang.String"]
[imagePosition="Right|Left"]
[label="java.lang.String"]
[locale="java.util.Locale"]
[styleClassPrefix="java.lang.String"]
[target="java.lang.String"]
[URL="java.lang.String"]
[wrap="true|false"]>
[<sasads:MenuItem ...>
</sasads:MenuItem>]
[<sasads:MenuItemSeparator .../>]
[<sasads:Menu .../>]
[<sasads:SelectorMenuItem .../>]
[<sasads:MDSelectorMenuItem .../>]
[Additional <sasads:MenuItem>, <sasads:MenuItemSeparator>, <sasads:Menu>, <sasads:SelectorMenuItem>, <sasads:MDSelectorMenuItem> tags...]
</sasads:Menu>
Attributes
alternateText | The text that provides tooltip when hovering over the image. |
|---|---|
customAction | the customAction String |
customAttributes | |
disabledImage | image displayed when the menu item is disabled |
enabled | the enabled String |
image | the image String |
imagePosition | the imagePosition String |
label | the label String |
locale | |
styleClassPrefix | the styleClassPrefix String |
target | The value of the TARGET= argrument on the anchor tag |
URL | the URL String |
wrap | boolean value of the wrap property |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.MenuInterface.
If you need to subclass the tag handler class for the sasads:Menu tag, extend com.sas.taglib.servlet.beans.MenuTag.