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 determines in which bundle the
JSP tag searches for this property.
|
iconName | false | true | java.lang.String |
If the button is to have an icon use this attribute
to specify a class name for that icon background image. Default is no icon.
|
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 the button boundary and
text to be a grey color. This is the same effect as the HTML "disabled" attribute that
is available for various HTML elements.
|
permission | false | true | java.lang.String |
Not supported for public use.
|
object | false | true | java.lang.String |
Not supported for public use.
|
bundle | false | true | java.lang.String |
Identifies the message bundle that contains localized properties. ??How does
WLS find a properties file based on the value of this attribute? Is it 'bundle-value'.properties?
|