Type to start searching...

Style

An individual style to apply to user interface elements to govern the look and feel.

Properties
base : string

An existing style that this style is based on.

bgColor : string

The background color. Must be a hex value, RGB(), comma-separated list for gradients, or the string literal transparent.

bgColorEffect : EffectType

Background fill effect type. Values can be "none" or "glass".

Valid values based on“string”.
none
glass
bgImage : string

The background image.

bgPositionX : string

The x-position of the background image as defined in CSS. One of left, center, right, a percentage, or a positive/negative length.

bgPositionY : string

The y-position of the background image as defined in CSS. One of top, center, bottom, a percentage, or a positive/negative length.

bgRepeat : string

The background image repeat as defined in CSS. One of repeat, repeat-x, repeat-y, no-repeat.

borderArcSize : BorderArcSizeType

Specifies the arc size of the border. Values can be "large" or "small".

Valid values based on“string”.
large
small
borderColor : string

Color of the border. Must be a hex value.

borderLine : BorderLineType

The type of line used in drawing the border. Values can be "single" or "double".

Valid values based on“string”.
single
double
borderRound : BorderRoundType

The type of roundness applied to the border. Values can be "top", "all", or "none".

Valid values based on“string”.
top
all
none
borderStyle : string

Specifies which locations the border is to be applied.

Each location must be separated by a comma. Location values can be "top", "bottom", "left", and/or "right".
borderWidth : int

Width of the surrounding border. Must be an integer value.

description : string

Description of the style.

extraCSS : string

Extra CSS to be appended to the auto generated CSS.

fgColor : string

The foreground color. Must be a hex value.

fontBold

Specifies if the font is bold. Must be one of "true", "false", "semibold", "thin", "medium" or "light".

Valid values based on“string”.
false
true
semibold
light
thin
medium
fontHeight : float

Height of the font. Must be a float type value.

fontItalic : boolean

Specifies if the font is italic.

fontName : string

The name of the font to be applied.

fontUnderlined : boolean

Specifies if the font is underlined.

name : string

Uniquely identifies the style.

portletStyle : string

Common portlet style name.

Parents