<sasads:MenuItem>

Used with the MenuBar and Menu tags to generate a menu.

This tag must be nested within a sasads:Menu tag.

Syntax

<sasads:MenuItem
   [customAction="java.lang.String"]
   [customAttributes="java.lang.String"]
   [disabledImage="java.lang.String"]
   [enabled="true|false"]
   [image="java.lang.String"]
   [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>

Attributes

customActionthe customAction String
customAttributes
disabledImageimage displayed when the menu item is disabled
enabledthe enabled String
imagethe image 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.MenuItemInterface.

If you need to subclass the tag handler class for the sasads:MenuItem tag, extend com.sas.taglib.servlet.beans.MenuItemTag.