<sas-s:MenuBar>
Used with the Menu and MenuItem tags to generate a menu.
Syntax
<sas-s:MenuBar
[borderWidth="int"]
[cellPadding="int"]
[cellSpacing="int"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[height="int"]
[heightPercentage="int"]
[horizontalOrientation="true|false"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[menuType="HOVER|CLICK|NAVIGATION"]
[model="java.lang.String"]
[name="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="page|request|session|application"]
[separator="java.lang.String"]
[styleClassPrefix="java.lang.String"]
[target="java.lang.String"]
[width="int"]
[widthPercentage="int"] />
<sas-s:MenuBar
[borderWidth="int"]
[cellPadding="int"]
[cellSpacing="int"]
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[height="int"]
[heightPercentage="int"]
[horizontalOrientation="true|false"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[menuType="HOVER|CLICK|NAVIGATION"]
[model="java.lang.String"]
[name="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="page|request|session|application"]
[separator="java.lang.String"]
[styleClassPrefix="java.lang.String"]
[target="java.lang.String"]
[width="int"]
[widthPercentage="int"]>
[<sas-s:Menu ...>
[<sas-s:MenuItem ...>
[<sas-s:StyleMapKey .../>]
[<sas-s:SetProperty ...>
The value to set on the parent tag
</sas-s:SetProperty>]
[Additional <sas-s:StyleMapKey>, <sas-s:SetProperty> tags...]
</sas-s:MenuItem>]
[<sas-s:MenuItemSeparator .../>]
[<sas-s:Menu .../>]
[<sas-s:SelectorMenuItem .../>]
[<sas-s:StyleMapKey .../>]
[<sas-s:SetProperty ...>
The value to set on the parent tag
</sas-s:SetProperty>]
[Additional <sas-s:MenuItem>, <sas-s:MenuItemSeparator>, <sas-s:Menu>, <sas-s:SelectorMenuItem>, <sas-s:StyleMapKey>, <sas-s:SetProperty> tags...]
</sas-s:Menu>]
[<sas-s:StyleMapKey .../>]
[<sas-s:SetProperty ...>
The value to set on the parent tag
</sas-s:SetProperty>]
[Additional <sas-s:Menu>, <sas-s:StyleMapKey>, <sas-s:SetProperty> tags...]
</sas-s: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 | |
height | The height of the MenuBar/Table in pixels |
heightPercentage | The height of the MenuBar/Table as a percentage |
horizontalOrientation | the horizontalOrientation boolean |
id | Case-sensitive name used to identify the object instance. |
instantiate | Flag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute. |
locale | |
menuType | the menuType String |
model | the model String |
name | |
objectDataProperty | |
prolog | |
ref | The variable String value that represents an object created earlier in the same scope. |
render | |
scope | The scope (or page context) within which the reference is available. |
separator | the separator String |
styleClassPrefix | the styleClassPrefix String |
target | The value of the TARGET= argrument on the anchor tag |
width | The width of the MenuBar/Table in pixels |
widthPercentage | The width of the MenuBar/Table as a percentage |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.menubar.html.MenuBar.
If you need to subclass the tag handler class for the sas-s:MenuBar tag, extend com.sas.taglib.servlet.tbeans.menubar.MenuBarTag.