blob: d01e2971e32f2c9ea5a0c204f3f76cba0918eccc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<title>ExtJS XML Data demo</title>
<link rel="stylesheet" type="text/css" href="/ext/resources/css/ext-all.css"/>
<script src="/ext/adapter/ext/ext-base.js"></script>
<script src="/ext/ext-all-debug.js"></script>
<script src="extgrid-xml.js"></script>
</head>
<body>
</body>
</html>
|