<sas-s:SelectorMenuItem>

Used to populate the selector Menus in a MenuBar custom tags.

This tag must be nested within a sas-s:Menu tag.

Syntax

<sas-s:SelectorMenuItem
   [activeSelector="java.lang.String"]
   [customAttributes="java.lang.String"]
   [id="value"]
   [locale="java.util.Locale"]
   [objectDataProperty="java.lang.String"]
   [selector="java.lang.String"] />

Attributes

activeSelectoractiveSelector String
customAttributes
idCase-sensitive name used to identify the object instance.
locale
objectDataProperty
selectorselector String

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.menubar.html.SelectorMenuItem.

If you need to subclass the tag handler class for the sas-s:SelectorMenuItem tag, extend com.sas.taglib.servlet.tbeans.menubar.SelectorMenuItemTag.