| BEA WebLogic Server 10.0 NetUI Extensions Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES |
Defines an instance of a portlet to be displayed on a page.
Attribute Summary | |
string | content-uri
A URI for a |
boolean | default-minimized
Specify "true" for the portlet to be minimized when it is rendered. |
string | disable-classifications
Prevents the portlet from displaying in any of the device types that are listed in the "enabled-classifications" attribute. |
string | enabled-classifications
Specifies the device types in which this portlet can display (for example, on a mobile device). |
string | instance-label
A unique identifier for the portlet instance. |
string | orientation
Hint to the skeleton to position the portlet titlebar on the top, bottom, left, or right side of the portlet. |
string | title
The title for this portlet instance, which displays in the portlet's titlebar. |
Attribute Detail |
Defined with global type string
A URI for a .portlet
file that defines the portlet. The URI must be relative to the
root of the Web application.
Defined with global type boolean
Specify "true" for the portlet to be minimized when it is rendered.
Include this attribute only if you want to override the default value provided by the
.portlet
file.
"false"
Defined with global type string
Prevents the portlet from displaying in any of the device types that are listed in the
"enabled-classifications" attribute. However, the portlet will display in any devices
that are defined in <project> \WEB-INF\client-classifications.xml
but
are not listed in the "enabled-classifications" attribute.
Defined with global type string
Specifies the device types in which this portlet can display (for example, on a mobile device).
The list of valid devices is in the from <project>
\WEB-INF\client-classifications.xml
file.
Defined with global type string
A unique identifier for the portlet instance.
Defined with global type string
Hint to the skeleton to position the portlet titlebar on the top, bottom, left, or right side of the portlet. Following are the numbers used for each orientation value: top=0, left=1, right=2, bottom=3.
Include this attribute only if you want to override the default orientation provided by the
.portlet
file.
"top"
Defined with global type string
The title for this portlet instance, which displays in the portlet's titlebar. This attribute
overrides the default title provided by the .portlet
file.
| BEA WebLogic Server 10.0 NetUI Extensions Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES |
Version: 10.0