<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
endIndexThe ending index in the menu
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
maxItemsDisplayedThe maximum number of items displayed at a time in the menu.
modelThe model to be used for the menu items names.
moreURLThe URL for the next page
name
postMenuTextThe text to be displayed after the menu.
preMenuTextThe text to be displayed before the menu.
prolog
ref
render
scope
startIndexThe starting index in the menu
styleClass
style
titleThe title String for the bean.
URLFormatWhen used this String will be used for every menu item. "##" is replaced with model values.
URLModelThe 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.