<sas:IMenuItem>
This tag is used for creating an IMenu for use with a variety of markuplanguages (including WML,HDML, and HTML). The user can use this class to write an IMenuItemwithout having to know the markup language that is to reference the page.
This tag must be nested within a sas:IMenu tag.
Syntax
<sas:IMenuItem
[description="java.lang.String"]
[id="value"]
[URL="java.lang.String"] />
Attributes
description | the description String |
---|---|
id | Case-sensitive name used to identify the object instance. |
URL | the URL String |
More Information
If you need to subclass the tag handler class for the sas:IMenuItem tag, extend com.sas.taglib.servlet.tbeans.ipage.IMenuItemTag.