source: trunk/web/addons/job_monarch/lib/extjs/examples/tree/column-tree.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: 996 bytes
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<title>Customizing TreePanel</title>
5<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6
7    <!-- GC -->
8        <!-- LIBS -->
9        <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
10        <!-- ENDLIBS -->
11
12    <script type="text/javascript" src="../../ext-all.js"></script>
13
14    <script type="text/javascript" src="ColumnNodeUI.js"></script>
15    <script type="text/javascript" src="column-tree.js"></script>
16
17    <!-- Common Styles for the examples -->
18    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
19
20    <link rel="stylesheet" type="text/css" href="column-tree.css" />
21</head>
22<body>
23<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
24<h1>Customizing TreePanel</h1>
25<p>This example demonstrates how you can customize a TreePanel to display basic columns.</p>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.