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>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="../examples.css" />
19
 
20
    <link rel="stylesheet" type="text/css" href="column-tree.css" />
21
</head>
22
<body>
23
<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
24
<h1>Customizing TreePanel</h1>
25
<p>This example shows demonstrates how you can customize a TreePanel to display basic columns.</p>
26
 
27
<div id="tree-ct">
28
 
29
</div>
30
 
31
<br /><br /><br /><br /><br />
32
</body>
33
</html>