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>Ext Dependency Builder</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
    <link rel="stylesheet" type="text/css" href="dependency.css" />
15
    <script type="text/javascript" src="dependency.js"></script>
16
 
17
    <!-- Common Styles for the examples -->
18
    <link rel="stylesheet" type="text/css" href="../examples.css" />
19
</head>
20
<body>
21
<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
22
<h1>Ext Dependency Builder</h1>
23
<p>This is a piece of the application we use to build the Ext dependency tree.<br />
24
    Key features it demonstrates:<br/>
25
    * Restrictive drag and drop of nodes from tree to tree<br/>
26
    * Restrictive reordering of nodes<br/>
27
    * Loading and saving to/from different structures<br/>
28
    * Dynamic tree context menu<br/>
29
    * Inline editing of tree nodes<br/>
30
    * Custom tree styles with CSS
31
</p>
32
<p>The js is not minified so it is readable. See <a href="dependency.js">dependency.js</a>.</p>
33
 
34
<div id="main-ct" style="width:700px;height:500px;"></div>
35
 
36
</body>
37
</html>