| |||||||
| FRAMES NO FRAMES | |||||||
<wl-extension:button-menu labelid="button.start" singlechange="false" permission="start">
<wl-extension:button-menu-item labelid="button.startandrun"
styleClass="buttons"
singlechange="false"
portlet="CoreServerStartServerPortlet"
pageLabel="CoreServerStartServer"/>
<wl-extension:button-menu-item labelid="button.startinstandbymode"
styleClass="buttons"
singlechange="false"
portlet="CoreServerStartInStandbyServerPortlet"
pageLabel="CoreServerStartInStandbyServer"/>
<wl-extension:button-menu-item labelid="button.startinadminmode"
styleClass="buttons"
singlechange="false"
portlet="CoreServerStartInAdminServerPortlet"
pageLabel="CoreServerStartInAdminServer"/>
</wl-extension:button-menu>
| Tag Information | |
| Tag Class | com.bea.console.taglib.widget.ButtonMenuTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| labelid | true | true | java.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 |
| portlet | false | true | java.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. |
| pageLabel | false | true | java.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. |
| |||||||
| FRAMES NO FRAMES | |||||||