Cross Reference:
xref
: /
yui3
/
sandbox
/
loader
/
2in3_multi.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2in3_multi.html revision 38ede344a04d04daedd560a485bd38f50e4c0a71
7418
N/A
<!
DOCTYPE
HTML
PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
7418
N/A
"
http://www.w3.org/TR/html4/strict.dtd
"
7418
N/A
>
7418
N/A
<
html
lang=
"en"
>
7418
N/A
<
head
>
7418
N/A
<
title
>Demo Conflict</
title
>
7418
N/A
</
head
>
7418
N/A
<
body
>
7418
N/A
demo
7418
N/A
<!--
7418
N/A
<script type="
text
/
javascript
" src="
http://yui.yahooapis.com/combo?3.2.0pr1/build/yui/yui-min.js
"></script>
7418
N/A
-->
7418
N/A
<
script
type=
"
text
/
javascript
"
src=
"/
build
/
yui
/
yui-min.js
"
></
script
>
7418
N/A
<
script
type=
"
text
/
javascript
"
>
7418
N/A
YUI({
7418
N/A
'2in3': 3
7418
N/A
}).use('yui2-menu',function(Y) {
7418
N/A
//do stuff here
7418
N/A
console.log
('menu: ',
Y.YUI2.widget.Menu
);
7418
N/A
});
7418
N/A
</
script
>
7418
N/A
<
script
type=
"
text
/
javascript
"
>
7418
N/A
YUI({
7418
N/A
'2in3': 3
7418
N/A
}).use('yui2-container',function(Y) {
7418
N/A
//do stuff here
7418
N/A
console.log
(
Y.YUI2.widget.Panel
);
7418
N/A
console.log
(Y);
7418
N/A
});
7418
N/A
</
script
>
7418
N/A
7418
N/A
</
body
>
7418
N/A
</
html
>
7418
N/A
7418
N/A