fix #7318 - rename upload cropbox and panel tree
[roojs1] / examples / panel / cropbox.html
similarity index 77%
rename from examples/dialog/uploadCropbox.html
rename to examples/panel/cropbox.html
index 79ac18b..cb5b174 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-    <title>Upload Cropbox Dialog Example</title>
+    <title>Cropbox Panel Example</title>
 
     <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css"/>
     <link rel="stylesheet" type="text/css" href="../examples.css" />
 
      <script type="text/javascript" src="../../roojs-debug.js"></script>   
-     <script type="text/javascript" src="../../Roo/dialog/UploadCropbox.js"></script>
-     <script language="javascript" src="uploadCropbox.js"></script>
+     <script type="text/javascript" src="../../Roo/panel/Cropbox.js"></script>
+     <script language="javascript" src="cropbox.js"></script>
      <script type="text/javascript" src="../examples.js"></script>
 
 </head>
 <body>
 
-<h1>Upload Cropbox Dialog</h1>
-<p>This example shows how to create a very simple BasicDialog with "UploadCropbox".</p>
+<h1>Cropbox Panel</h1>
+<p>This example shows how to create a very simple BasicDialog with "Cropbox".</p>
 <input type="button" id="show-dialog-btn" value="test" /><br /><br />
 <p>Note that the js is not minified so it is readable. See 
-<button type="button" onclick="RooDocs.viewSource.show('../../../Roo/dialog/UploadCropbox.js')">UploadCropbox.js</button>for the full source code.</p>
+<button type="button" onclick="RooDocs.viewSource.show('../../../Roo/panel/Cropbox.js')">Cropbox.js</button>for the full source code.</p>
 
 </div>
 </body>