| BEA WebLogic Server 10.0 NetUI Extensions Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES |
Defines a look and feel to replace the existing look and feel.
A Look and Feel is made up of two parts referenced by a single XML file: skins and skeletons. Skins contain the graphics, styles, and JavaScript code that determine the look of a desktop. Skeletons control the physical boundary rendering of all portal components.
Nested Element Summary | |
annonymous type derived from anyType | titlebar-button-order optional
This element allows the Look and Feel to explicitly control the order in which
titlebar buttons are returned from |
Attribute Summary | |
string | default-window-icon
The path to an image file (icon) that displays in the upper-left corner of the window. |
string | default-window-icon-path
The path to the default window icon's directory. |
string | definition-label
A unique definition label for this look and feel. |
string | description
An optional description of this look and feel. |
string | markup-name
Used only for portals that support customization. |
string | skeleton
The name of the skeleton that this look and feel will use. |
string | skeleton-chromosome
The name of the chromosome that this look and feel's skeleton will use. |
string | skeleton-path
The path to the skeleton's parent directory. |
string | skin
The name of the skin that this look and feel will use. |
string | skin-chromosome
The name of the chromosome that this look and feel's skin will use. |
string | skin-path
The path to the skin's parent directory. |
string | title
The title for this look and feel. |
Attribute Detail |
Defined with global type string
The path to an image file (icon) that displays in the upper-left corner of the window. The path name must be relative to the root of the portal Web application.
Defined with global type string
The path to the default window icon's directory. The path name must be relative to the root of the portal Web application.
If the portal that you want to extend is based on a BEA template, then the value for this
attribute is "/images/"
.
Defined with global type string
A unique definition label for this look and feel.
Defined with global type string
An optional description of this look and feel. Some IDE components can display this description. It does not display to your portal customers.
Defined with global type string
Used only for portals that support customization.
If a portal supports customization, then this value must match a markupName attribute defined in a *.laf (look-and-feel) file in the portal Web application. At request time, the system will find the appropriate .laf file and use the look-and-feel settings in that file, overriding what has been set in the .portal file or extension.
Defined with global type string
The name of the skeleton that this look and feel will use. For example: "classic".
When you deploy the portal extension, this name is appended to the path value that you specify in the "skeleton-path" attribute.
Defined with global type string
The name of the chromosome that this look and feel's skeleton will use. For example: "water".
See the Look And Feel UI Design Guide for information about chromosomes.
Defined with global type string
The path to the skeleton's parent directory. The path name must be relative to the root of the portal Web application.
If the portal that you want to extend is based on a BEA template, then the value for this
attribute is "/framework/skeletons/"
.
Defined with global type string
The name of the skin that this look and feel will use. For example: "classic".
When you deploy the portal extension, this name is appended to the path value that you specify in the "skin-path" attribute.
Defined with global type string
The name of the chromosome that this look and feel's skin will use. For example: "water".
See the Look And Feel UI Design Guide for information about chromosomes.
Defined with global type string
The path to the skin's parent directory. The path name must be relative to the root of the portal Web application.
If the portal that you want to extend is based on a BEA template, then the value for this
attribute is "/framework/skins/"
.
Defined with global type string
The title for this look and feel. Some IDE components can display this title. It does not display to your portal customers.
| BEA WebLogic Server 10.0 NetUI Extensions Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES |
Version: 10.0