<sasads:MenuBar>

Used with the Menu and MenuItem tags to generate a menu.

Syntax

<sasads:MenuBar
   [borderWidth="int"]
   [cellPadding="int"]
   [cellSpacing="int"]
   [customAttributes="java.lang.String"]
   [epilog="java.lang.String"]
   [horizontalOrientation="true|false"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [menuType="HOVER|NAVIGATION|SELECTOR_EXPAND|SELECTOR_EXTERNAL"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [separator="java.lang.String"]
   [styleClass="java.lang.String"]
   [styleClassPrefix="java.lang.String"]
   [style="java.lang.String"]
   [target="java.lang.String"] />

<sasads:MenuBar
   [borderWidth="int"]
   [cellPadding="int"]
   [cellSpacing="int"]
   [customAttributes="java.lang.String"]
   [epilog="java.lang.String"]
   [horizontalOrientation="true|false"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [menuType="HOVER|NAVIGATION|SELECTOR_EXPAND|SELECTOR_EXTERNAL"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [separator="java.lang.String"]
   [styleClass="java.lang.String"]
   [styleClassPrefix="java.lang.String"]
   [style="java.lang.String"]
   [target="java.lang.String"]>
      [<sasads:Menu ...>
         [<sasads:MenuItem ...>
         </sasads:MenuItem>]
         [<sasads:MenuItemSeparator .../>]
         [<sasads:Menu .../>]
         [<sasads:SelectorMenuItem .../>]
         [<sasads:MDSelectorMenuItem .../>]
         [Additional <sasads:MenuItem>, <sasads:MenuItemSeparator>, <sasads:Menu>, <sasads:SelectorMenuItem>, <sasads:MDSelectorMenuItem> tags...]
      </sasads:Menu>]
      [Additional <sasads:Menu> tags...]
</sasads:MenuBar>

Attributes

borderWidthThe border width in pixels
cellPaddingThe number of pixels between the cell border and the cell content
cellSpacingThe number of pixels between each cell
customAttributes
epilog
horizontalOrientationthe horizontalOrientation boolean
idCase-sensitive name used to identify the object instance.
instantiate
locale
menuTypethe menuType String
modelthe model String
name
prolog
ref
render
scope
separatorthe separator String
styleClass
styleClassPrefixthe styleClassPrefix String
style
targetThe value of the TARGET= argrument on the anchor tag

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.MenuBarInterface.

If you need to subclass the tag handler class for the sasads:MenuBar tag, extend com.sas.taglib.servlet.beans.MenuBarTag.