public interface Skins
A skin is typically in a single directory and consists of:
skin
attribute of the loadISCTag
or by including
the appropriate load_skin.js
source file with a standard script include tag. You can create a custom skin with your own look and feel by copying an existing skin and 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.