Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 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="../examples.css" />
20
</head>
21
<body>
22
<script type="text/javascript" src="../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>