<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

columnMessageThe column navigation bar message
customAttributes
disabledDoubleLeftArrowImageThe location for the disabledDoubleLeftArrow image
disabledDoubleRightArrowImageThe location for the disabledDoubleRightArrow image
disabledLeftArrowImageThe location for the disabledLeftArrow image
disabledRightArrowImageThe location for the disabledRightArrow image
doubleLeftArrowImageThe location for the doubleLeftArrow image
doubleRightArrowImageThe location for the doubleRightArrow image
epilog
formActionthe value of the ACTION= attribute on the FORM tag.
horizontalAlignmentThe horizontal alignment of the NavigationBar.
idCase-sensitive name used to identify the object instance.
instantiate
leftArrowImageThe location for the leftArrow image
locale
messageOrientationThe position of the messages of the NavigationBar.
modelThe model of the NavigationBar
name
prolog
ref
render
rightArrowImageThe location for the rightArrow image
rowMessageThe row navigation bar message
scope
singlePageScrollingSpecifies whether or not the navigation bar should use single page scrolling.
styleClass
styleClassPrefixTthe 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.