Cross Reference: app-iframe.html
xref
: /
yui3
/
src
/
app
/
tests
/
app-iframe.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
app-iframe.html revision e555c9d01738735fa1493766e1c1a478e02abbc5
<!
DOCTYPE
html
>
<
title
>Test iframe</
title
>
<
script
src=
"/
build
/
yui
/
yui.js
"
></
script
>
<
script
>
YUI().use('model', function (Y) {
window.iframeModel
= new
Y.Model
();
});
</
script
>