source: trunk/web/addons/job_monarch/lib/extjs/examples/grid/custom-grid.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 800 bytes
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<title>Customizing the Grid</title>
5
6    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7
8    <!-- GC -->
9        <!-- LIBS -->
10        <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
11        <!-- ENDLIBS -->
12
13    <script type="text/javascript" src="../../ext-all.js"></script>
14   
15    <script type="text/javascript" src="custom-grid.js"></script>
16
17    <!-- Common Styles for the examples -->
18    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
19</head>
20<body>
21<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
22<h1>Property Grid</h1>
23
24
25<div id="props-grid"></div>
26
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.