<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
customAction | the customAction String |
|---|---|
customAttributes | |
disabledImage | image displayed when the menu item is disabled |
enabled | the enabled String |
image | the image 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.MenuItemInterface.
If you need to subclass the tag handler class for the sasads:MenuItem tag, extend com.sas.taglib.servlet.beans.MenuItemTag.