<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
borderWidth | The border width in pixels |
|---|---|
cellPadding | The number of pixels between the cell border and the cell content |
cellSpacing | The number of pixels between each cell |
customAttributes | |
epilog | |
horizontalOrientation | the horizontalOrientation boolean |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
menuType | the menuType String |
model | the model String |
name | |
prolog | |
ref | |
render | |
scope | |
separator | the separator String |
styleClass | |
styleClassPrefix | the styleClassPrefix String |
style | |
target | The 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.