<sasads:MDNavigationBar>
Generates the appropriate HTML tags to represent a MDNavigationBar
This tag must be nested within a sasads:MDTable tag.
Syntax
<sasads:MDNavigationBar
[columnMessage="java.lang.String"]
[customAttributes="java.lang.String"]
[disabledDoubleLeftArrowImage="java.lang.String"]
[disabledDoubleRightArrowImage="java.lang.String"]
[disabledLeftArrowImage="java.lang.String"]
[disabledRightArrowImage="java.lang.String"]
[doubleLeftArrowImage="java.lang.String"]
[doubleRightArrowImage="java.lang.String"]
[epilog="java.lang.String"]
[formAction="java.lang.String"]
[horizontalAlignment="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[leftArrowImage="java.lang.String"]
[locale="java.util.Locale"]
[messageOrientation="java.lang.String"]
[model="java.lang.String"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[rightArrowImage="java.lang.String"]
[rowMessage="java.lang.String"]
[scope="java.lang.String"]
[singlePageScrolling="true|false"]
[styleClass="java.lang.String"]
[styleClassPrefix="java.lang.String"]
[style="java.lang.String"] />
Attributes
columnMessage | The column navigation bar message |
|---|---|
customAttributes | |
disabledDoubleLeftArrowImage | The location for the disabledDoubleLeftArrow image |
disabledDoubleRightArrowImage | The location for the disabledDoubleRightArrow image |
disabledLeftArrowImage | The location for the disabledLeftArrow image |
disabledRightArrowImage | The location for the disabledRightArrow image |
doubleLeftArrowImage | The location for the doubleLeftArrow image |
doubleRightArrowImage | The location for the doubleRightArrow image |
epilog | |
formAction | the value of the ACTION= attribute on the FORM tag. |
horizontalAlignment | The horizontal alignment of the NavigationBar. |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
leftArrowImage | The location for the leftArrow image |
locale | |
messageOrientation | The position of the messages of the NavigationBar. |
model | The model of the NavigationBar |
name | |
prolog | |
ref | |
render | |
rightArrowImage | The location for the rightArrow image |
rowMessage | The row navigation bar message |
scope | |
singlePageScrolling | Specifies whether or not the navigation bar should use single page scrolling. |
styleClass | |
styleClassPrefix | Tthe styleClassPrefix string of the NavigationBar |
style |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.mddbtable.html.MDNavigationBar.
If you need to subclass the tag handler class for the sasads:MDNavigationBar tag, extend com.sas.taglib.servlet.beans.mddbtable.MDNavigationBarTag.