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 Classcom.bea.console.taglib.widget.ButtonMenuTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
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.