Skins

From WidgetAvenue Wiki

Jump to: navigation, search

Skins are applied at loading time, and can be changed using preferences. Skins have to be written in waHTML.

Contents

Class Attributes

Special Class Attributes can be used to positions various widget elements: Class Attributes are used to define node names, as getElementById is not supported by various platforms. There are also special Class Attributes with a specific role:

CSS

The style of the widget is defined using inline CSS attributes, as usual in waHTML.

The default style of the links is set using the first <a> tag style contained in the skin.

Default skin

When no skin is specified, a default skin is applied, depending on the loader and the root.

Read more

Applying A Skin

Separating Layout From Content

Personal tools