forked from mitchellsimoens/Ext.ux.touch.grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditable.html
More file actions
24 lines (20 loc) · 697 Bytes
/
editable.html
File metadata and controls
24 lines (20 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Ext.ux.touch.grid</title>
<link rel="stylesheet" href="../touch-2.2.0/resources/css/sencha-touch.css" type="text/css">
<script type="text/javascript" src="../touch-2.2.0/sencha-touch-debug.js"></script>
<link rel="stylesheet" href="resources/css/Ext.ux.grid.List.css" type="text/css">
<script type="text/javascript" src='editable.js'></script>
<style>
.centered-cell {
text-align: center;
}
.touchgridpanel .x-list-item:nth-child(odd) {
background-color : #fff;
}
</style>
</head>
<body>
</body>
</html>