BEA WebLogic Server 10.0 NetUI Extensions Schema Reference

http://www.bea.com/servers/portal/weblogic-portal/8.0
element look-and-feel-content

Model
<look-and-feel-content
  default-window-icon = string
  default-window-icon-path = string
  definition-label = string
  description = string
  markup-name = string
  skeleton = string
  skeleton-chromosome = string
  skeleton-path = string
  skin = string
  skin-chromosome = string
  skin-path = string
  title = string
>
titlebar-button-order?
</look-and-feel-content>
Disallowed substitutions (block)
none (extensions, restrictions and substitutions are allowed)
Substitution group exclusion (final)
none (extensions and restrictions are allowed)
Content Type
element-only content, not nillable.
Usage
This element can be the root element of XML instance documents.
This element can be the child of element desktop-extension.
Documentation

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 anyTypetitlebar-button-order optional
          

This element allows the Look and Feel to explicitly control the order in which titlebar buttons are returned from TitlebarPresentationContext#getButtons.

 


Attribute Summary
stringdefault-window-icon
          

The path to an image file (icon) that displays in the upper-left corner of the window.

 
stringdefault-window-icon-path
          

The path to the default window icon's directory.

 
stringdefinition-label
          

A unique definition label for this look and feel.

 
stringdescription
          

An optional description of this look and feel.

 
stringmarkup-name
          

Used only for portals that support customization.

 
stringskeleton
          

The name of the skeleton that this look and feel will use.

 
stringskeleton-chromosome
          

The name of the chromosome that this look and feel's skeleton will use.

 
stringskeleton-path
          

The path to the skeleton's parent directory.

 
stringskin
          

The name of the skin that this look and feel will use.

 
stringskin-chromosome
          

The name of the chromosome that this look and feel's skin will use.

 
stringskin-path
          

The path to the skin's parent directory.

 
stringtitle
          

The title for this look and feel.

 

Attribute Detail

default-window-icon

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

default-window-icon-path

Definition

Defined with global type string

Documentation

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/".

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

definition-label

Definition

Defined with global type string

Documentation

A unique definition label for this look and feel.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

description

Definition

Defined with global type string

Documentation

An optional description of this look and feel. Some IDE components can display this description. It does not display to your portal customers.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

markup-name

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

skeleton

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

skeleton-chromosome

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

skeleton-path

Definition

Defined with global type string

Documentation

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/".

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

skin

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

skin-chromosome

Definition

Defined with global type string

Documentation

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.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

skin-path

Definition

Defined with global type string

Documentation

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/".

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

title

Definition

Defined with global type string

Documentation

The title for this look and feel. Some IDE components can display this title. It does not display to your portal customers.

Model
Attribute Usage
optional
Fundamental Facets
equality, non-numeric, unbounded, unordered, countable infinite value space
White Space Processing
collapse

BEA WebLogic Server 10.0 NetUI Extensions Schema Reference

Version: 10.0