source: trunk/web/addons/job_monarch/lib/extjs/examples/grid/array-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: 1.0 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<title>Array Grid Example</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="array-grid.js"></script>
16    <link rel="stylesheet" type="text/css" href="grid-examples.css" />
17
18    <!-- Common Styles for the examples -->
19    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
20</head>
21<body>
22<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
23<h1>Array Grid Example</h1>
24<p>This example shows how to create a grid from Array data.</p>
25<p>Note that the js is not minified so it is readable. See <a href="array-grid.js">array-grid.js</a>.</p>
26
27<div id="grid-example"></div>
28</body>
29</html>
Note: See TracBrowser for help on using the repository browser.