<sasads:iMenu>
This tag is used for creating a simple iMenu for use with a variety of markup languages (including WML,HDML, and HTML). The user can use this class to write a simple iMenu without having to know the markup language that is to reference the page.
Syntax
<sasads:iMenu
[customAttributes="java.lang.String"]
[endIndex="int"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[maxItemsDisplayed="int"]
[model="java.lang.String"]
[moreURL="java.lang.String"]
[name="java.lang.String"]
[postMenuText="java.lang.String"]
[preMenuText="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[startIndex="int"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[title="java.lang.String"]
[URLFormat="java.lang.String"]
[URLModel="java.lang.String"] />
<sasads:iMenu
[customAttributes="java.lang.String"]
[endIndex="int"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[maxItemsDisplayed="int"]
[model="java.lang.String"]
[moreURL="java.lang.String"]
[name="java.lang.String"]
[postMenuText="java.lang.String"]
[preMenuText="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[startIndex="int"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[title="java.lang.String"]
[URLFormat="java.lang.String"]
[URLModel="java.lang.String"]>
[<sasads:iMenuItem ...>
</sasads:iMenuItem>]
[Additional <sasads:iMenuItem> tags...]
</sasads:iMenu>
Attributes
customAttributes | |
|---|---|
endIndex | The ending index in the menu |
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
maxItemsDisplayed | The maximum number of items displayed at a time in the menu. |
model | The model to be used for the menu items names. |
moreURL | The URL for the next page |
name | |
postMenuText | The text to be displayed after the menu. |
preMenuText | The text to be displayed before the menu. |
prolog | |
ref | |
render | |
scope | |
startIndex | The starting index in the menu |
styleClass | |
style | |
title | The title String for the bean. |
URLFormat | When used this String will be used for every menu item. "##" is replaced with model values. |
URLModel | The URL model (destinations) to be used for the menu. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.wireless.iMenu.
If you need to subclass the tag handler class for the sasads:iMenu tag, extend com.sas.taglib.servlet.beans.iMenuTag.