<sasads:iMenuItem>
This tag is used for creating an iMenu for use with a variety of markup languages (including WML,HDML, and HTML). The user can use this class to write an iMenuItem without having to know the markup language that is to reference the page.
This tag must be nested within a sasads:iMenu tag.
Syntax
<sasads:iMenuItem
[description="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[ref="java.lang.String"]
[scope="java.lang.String"]
[URL="java.lang.String"]>
</sasads:iMenuItem>
Attributes
description | the description String |
|---|---|
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
ref | |
scope | |
URL | the URL String |
More Information
If you need to subclass the tag handler class for the sasads:iMenuItem tag, extend com.sas.taglib.servlet.beans.iMenuItemTag.