upgraded yui to 2.2.2 and yui-ext to 1.0.1a
This commit is contained in:
parent
4d9af2c691
commit
547ced6500
1992 changed files with 645731 additions and 0 deletions
31
www/extras/yui-ext/examples/tree/organizer.html
Normal file
31
www/extras/yui-ext/examples/tree/organizer.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>Organizing Images into Albums</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>
|
||||
|
||||
<script type="text/javascript" src="organizer.js"></script>
|
||||
|
||||
<!-- Common Styles for the examples -->
|
||||
<link rel="stylesheet" type="text/css" href="../examples.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="organizer.css" />
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
|
||||
<h1>Organizing Images into Albums</h1>
|
||||
<p>This example shows demonstrates how you can drop anything into the tree.</p>
|
||||
<p>This example also shows how a customized DragZone can be
|
||||
applied to a JsonView to get automatic lightweight drag and drop of asynchronously loaded data.</p>
|
||||
<p>The js is not minified so it is readable. See <a href="organizer.js">organizer.js</a>. The multi image drag drop added a little complexity to the code, but hopefully it is still easy to follow.
|
||||
<p>For simplicity, there is no validation on the names you enter in the tree node editor and you can drag the same picture
|
||||
into an album as many times as you want.</p>
|
||||
<p>Hold shift/control to select multiple images in the main images view. You can drag those images into the tree.</b>
|
||||
|
||||
<div id="layout"></div>
|
||||
<br /><br /><br /><br /><br />
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue