1
2
3
4
5
6
7
8
9
10
11
12
13
| <p><!doctype html>
| <html>
| <head>
| <meta charset="utf-8">
| <title>Editable Grid</title>
| <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
| <script type="text/javascript" src="extjs/ext-all.js"></script>
| <script type="text/javascript" src="app.js"> </script>
| </head>
| <body></p>
|
| <p></body>
| </html></p>
|
|