Attributes |
Name | Required | Request-time | Type | Description |
portlet | false | true | java.lang.String |
The defintionLabel of a portlet to which this button 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 button
forwards. Use the "portlet" attribute to specify which portlet within the page can
handle the request.
|
disabled | false | true | boolean |
Prevents users from clicking this button and causes button boundary and
text to be a gray color. This is the same effect as the HTML "disabled" attribute that
is available for various HTML elements.
|