wl-extension
Tag button-menu


A button that is displayed in a button bar and contains a list of possible commands. Use <wl-extension:button-menu-item> to define a command in this button's list. This (button-menu) tag is valid only when nested within <wl-extension:button-bar>.

Examples
<wl-extension:button-menu labelid="button.start.label" singlechange="false" permission="start">
          <wl-extension:button-menu-item labelid="button.startandrun.label"
        	                   styleClass="buttons"
        	                   singlechange="false"
        	                   portlet="CoreServerStartServerPortlet"
        	                   pageLabel="CoreServerStartServer"/>
          <wl-extension:button-menu-item labelid="button.startinstandbymode.label"
        	                   styleClass="buttons"
        	                   singlechange="false"
        	                   portlet="CoreServerStartInStandbyServerPortlet"
        	                   pageLabel="CoreServerStartInStandbyServer"/>
          <wl-extension:button-menu-item labelid="button.startinadminmode.label"
        	                   styleClass="buttons"
        	                   singlechange="false"
        	                   portlet="CoreServerStartInAdminServerPortlet"
        	                   pageLabel="CoreServerStartInAdminServer"/>
        </wl-extension:button-menu>


Tag Information
Tag Class com.bea.console.taglib.widget.ButtonMenuTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
labelidtruetruejava.lang.String The key for a property in a message bundle that defines the localized text to display as the button name. The "bundle" attribute in the <wl-extension:table> tag determines in which bundle the JSP tag searches for this property.
portletfalsetruejava.lang.String The definitionLabel of a portlet to which this menu item forwards. If you use this attribute, you must also use the "pageLabel" attribute to specify the page that contains the portlet.
pageLabelfalsetruejava.lang.String The definitionLabel of the portal page to which this menu item forwards. Use the "portlet" attribute to specify which portlet within the page can handle the request.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Version: 10.3.3.0