Telogis.GeoBase.Widgets.DockSkin |
Widgets.DockSkin inherits from Skin.
A near-trivial skin wrapper describing the customizable appearance of a Widgets.Dock. Since such a dock is skinned merely by an unsized background image and a border style, it is not necessary to wait for this skin to load before use.
Name | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Widgets.DockSkin(config) | Arguments
|
Name | Description |
---|---|
applyBorder (Element elem, String edge) | Applies the border style that the skin was configured with to the dock's container element, such that the border is shown on a single specified edge of this element. Arguments
|
createFill (String id) | Creates a div element, displaying with the appropriate background image, to use to fill empty space in the Widgets.Dock. Arguments
Element - The new fill element. |