skins.html revision 03f9aefec605c500b64625110a955e65b900b100
<html debug="true">
<head>
body {
margin:0;
padding:0;
}
#container { position: relative; padding: 6px; background-color: #eeeeee; width: 420px; height:220px; }
</style>
<title></title>
YUI({
skin: {
// defaultSkin: 'round-dark',
// page level skin overrides. you can specify one or more skin per component to load
overrides: {
// this works if you use 'slider-base'
'slider-base': ['round-dark', 'audio'],
// this will work when when you use 'slider', but only after the slider.css show
// back up in the alt skin directories (you need both files... slider.css
// should be a rollup of all submodules with a skin).
'slider': ['round-dark', 'audio']
}
}
// }).use('slider-base', "clickable-rail", "range-slider", function (Y) {
}).use('slider-base', "clickable-rail", function (Y) {
});
</script>
</head>
<body class="yui3-skin-sam">
</body>
</html>