- Replaced color picker form control with a more robust version.
This commit is contained in:
parent
6fe068e42d
commit
6e0470771e
1193 changed files with 342 additions and 223 deletions
33
www/extras/extjs/examples/tree/dependency.html
vendored
Normal file
33
www/extras/extjs/examples/tree/dependency.html
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>Ext Dependency Builder</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
|
||||
|
||||
<!-- GC --> <!-- LIBS --> <script type="text/javascript" src="../../adapter/yui/yui-utilities.js"></script> <script type="text/javascript" src="../../adapter/yui/ext-yui-adapter.js"></script> <!-- ENDLIBS -->
|
||||
<script type="text/javascript" src="../../ext-all.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="dependency.css" />
|
||||
<script type="text/javascript" src="dependency.js"></script>
|
||||
|
||||
<!-- Common Styles for the examples -->
|
||||
<link rel="stylesheet" type="text/css" href="../examples.css" />
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
|
||||
<h1>Ext Dependency Builder</h1>
|
||||
<p>This is a piece of the application we use to build the Ext dependency tree.<br />
|
||||
Key features it demonstrates:<br/>
|
||||
* Restrictive drag and drop of nodes from tree to tree<br/>
|
||||
* Restrictive reordering of nodes<br/>
|
||||
* Loading and saving to/from different structures<br/>
|
||||
* Dynamic tree context menu<br/>
|
||||
* Inline editing of tree nodes<br/>
|
||||
* Custom tree styles with CSS
|
||||
</p>
|
||||
<p>The js is not minified so it is readable. See <a href="dependency.js">dependency.js</a>.</p>
|
||||
|
||||
<div id="main-ct" style="width:700px;height:500px;"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue