blob: b24b57ac43596cf742024d077f7b4d34e525d84d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<title>ExtJS JSON 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-json.js"></script>
</head>
<body>
</body>
</html>
|