<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

alternateTextThe text that provides tooltip when hovering over the image.
customActionthe customAction String
customAttributes
disabledImageimage displayed when the menu item is disabled
enabledthe enabled String
imagethe image String
imagePositionthe imagePosition String
labelthe label String
locale
styleClassPrefixthe styleClassPrefix String
targetThe value of the TARGET= argrument on the anchor tag
URLthe URL String
wrapboolean 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.