Cross Reference: datatable-head.html
xref
: /
yui3
/
src
/
datatable
/
tests
/
datatable-head.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
datatable-head.html revision 6ed8155c20400990c7e65faa4b40aef98c5b5136
2
N/A
<!
doctype
html
>
2
N/A
<
html
>
2
N/A
<
head
>
2
N/A
<
meta
charset=
"utf-8"
>
2
N/A
<
title
>datatable-head Tests</
title
>
2
N/A
</
head
>
2
N/A
<
body
lang=
"en"
class=
"yui3-skin-sam"
>
2
N/A
2
N/A
<
div
id=
"testbed"
></
div
>
2
N/A
2
N/A
<
script
src=
"/
build
/
yui
/
yui.js
"
></
script
>
2
N/A
<
script
src=
"
datatable-head-tests.js
"
></
script
>
2
N/A
<
script
>
2
N/A
YUI({
2
N/A
filter: (
window.location.search.match
(/[?&]filter=([^&]+)/) || [])[1] || 'min',
2
N/A
allowRollup: false,
2
N/A
}).use('test-console', 'datatable-head-tests', function (Y) {
2
N/A
2
N/A
new
Y.Test.Console
().render();
2
N/A
2
N/A
Y.Test.Runner.run
();
2
N/A
});
2
N/A
</
script
>
2
N/A
</
body
>
2
N/A
</
html
>
2
N/A