skins.html revision 03f9aefec605c500b64625110a955e65b900b100
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html debug="true">
<head>
<style type="text/css">
body {
margin:0;
padding:0;
}
#container { position: relative; padding: 6px; background-color: #eeeeee; width: 420px; height:220px; }
</style>
<title></title>
<script src="/build/yui/yui-debug.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
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>