1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <!DOCTYPE html>
| <html>
| <head>
| <title>Ext JS Tree Panel</title>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
| <link type="text/css" rel="stylesheet" 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>
| Please view <a href="app.js">app.js</a> for the Javascript code associated with this example.
| </body>
| </html>
|
|