-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathindex.jsp
30 lines (23 loc) · 1.2 KB
/
index.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<title>CRUD ExtJS Grid</title>
<!-- ExtJS css -->
<link rel="stylesheet" type="text/css" href="/extjs-crud-grid-spring-hibernate/ext-3.2.1/resources/css/ext-all.css" />
<!-- Row Editor plugin css -->
<link rel="stylesheet" type="text/css" href="/extjs-crud-grid-spring-hibernate/ext-3.2.1/examples/ux/css/rowEditorCustom.css" />
<link rel="stylesheet" type="text/css" href="/extjs-crud-grid-spring-hibernate/ext-3.2.1/examples/shared/examples.css" />
<link rel="stylesheet" type="text/css" href="/extjs-crud-grid-spring-hibernate/ext-3.2.1/examples/ux/css/RowEditor.css" />
<!-- App custom css -->
<link rel="stylesheet" type="text/css" href="/extjs-crud-grid-spring-hibernate/css/crudgrid.css" />
<!-- ExtJS js -->
<script src="/extjs-crud-grid-spring-hibernate/ext-3.2.1/adapter/ext/ext-base.js"></script>
<script src="/extjs-crud-grid-spring-hibernate/ext-3.2.1/ext-all.js"></script>
<!-- Row Editor plugin js -->
<script src="/extjs-crud-grid-spring-hibernate/ext-3.2.1/examples/ux/RowEditor.js"></script>
<!-- App js -->
<script src="/extjs-crud-grid-spring-hibernate/js/crud-grid.js"></script>
</head>
<body>
<div id="crud-grid"></div>
</body>
</html>