| BEA WebLogic Server 9.0 NetUI Extensions Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
Defines an instance of a portlet to be displayed on a page.
| Attribute Summary | |
xs:string | content-uriA URI for a |
xs:boolean | default-minimizedSpecify "true" for the portlet to be minimized when it is rendered. |
xs:string | disable-classificationsPrevents the portlet from displaying in any of the device types that are listed in the "enabled-classifications" attribute. |
xs:string | enabled-classificationsSpecifies the device types in which this portlet can display (for example, on a mobile device). |
xs:string | instance-labelA unique identifier for the portlet instance. |
xs:string | orientationHint to the skeleton to position the portlet titlebar on the top, bottom, left, or right side of the portlet. |
xs:string | titleThe title for this portlet instance, which displays in the portlet's titlebar. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:booleanfalseoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringrequiredunqualifiedxs:stringtopoptionalunqualifiedxs:stringrequiredunqualified<xs:element name="portlet-content"><xs:complexType></xs:element><xs:attribute name="content-uri" type="xs:string" use="required">
</xs:attribute><xs:attribute name="title" type="xs:string" use="required">
</xs:attribute><xs:attribute name="instance-label" type="xs:string" use="required">
</xs:attribute><xs:attribute default="top" name="orientation" type="xs:string" use="optional">
</xs:attribute><xs:attribute default="false" name="default-minimized" type="xs:boolean" use="optional">
</xs:attribute><xs:attribute name="disable-classifications" type="xs:string" use="optional">
</xs:attribute><xs:attribute name="enabled-classifications" type="xs:string" use="optional"></xs:complexType>
</xs:attribute>
| BEA WebLogic Server 9.0 NetUI Extensions Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||