gallerylocal.html revision 1df31b7881a43462e81d8b7b45c7da94bd99e6ee
<html debug="true">
<head>
<title>gallery-local</title>
var Y = YUI({
filter: 'debug',
groups: {
gallery: {
base: '/yui3-gallery/build/',
patterns: { 'gallery-': {} },
modules : {
'gallery-aui-skin-base': {
type: 'css'
},
'gallery-aui-skin-classic': {
type: 'css',
requires: ['gallery-aui-skin-base']
}
}
}
}
// }).use('node', 'base', 'gallery-port', 'gallery-treeview', function(Y) {
})
Y.use('gallery-aui-toolbar', function(Y) {
// console.log('tv: ' + Y.apm.TreeView);
console.log(1, Y);
});
Y.use('gallery-aui-toolbar', function(Y) {
// console.log('tv: ' + Y.apm.TreeView);
console.log(2, Y);
});
</script>
<body>
</body>
</html>