com.smartgwt.client.docs
Interface Skins


public interface Skins

Properties used to manage to the the overall appearance of the application.

A "skin" consists of

Skins are loaded via the skin attribute of the loadISCTag or by including the appropriate load_skin.js source file with a standard script include tag.

To create a custom skin, we suggest making a complete copy of an existing skin, then modifying the media, css class definitions and component property overrides you wish to change.

Note that the load_skin.js file contains a Page.setSkinDir directive to set up the skin dir (used to ensure media is retrieved from the appropriate directory), and a Page.loadStyleSheet directive to load the .css file.

See the Skinning Overview for more information.

See Also:
Page.setSkinDir(), Page.loadStyleSheet(java.lang.String)