source: trunk/web/addons/job_monarch/lib/extjs-30/examples/grid/array-grid.html @ 625

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

lib/extjs-30:

  • new ExtJS 3.0
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    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6    <link rel="stylesheet" type="text/css" href="grid-examples.css" />
7
8    <!-- Common Styles for the examples -->
9    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
10    <!-- GC -->
11    <!-- LIBS -->
12    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
13    <!-- ENDLIBS -->
14
15    <script type="text/javascript" src="../../ext-all.js"></script>
16    <script type="text/javascript" src="array-grid.js"></script>
17
18</head>
19<body>
20<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
21<h1>Array Grid Example</h1>
22<p>This example shows how to create a grid from Array data.</p>
23<p>Note that the js is not minified so it is readable. See <a href="array-grid.js">array-grid.js</a>.</p>
24
25<div id="grid-example"></div>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.