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 <wl-extension:table> tag determines in which bundle the
JSP tag searches for this property.
|
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.
|