image editing dialog
[roojs1] / examples / dialog / test.html
index 3a7a357..ecb2a0a 100644 (file)
@@ -1,47 +1,29 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Hello World Dialog Example</title>
- <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
-    <link rel="stylesheet" type="text/css" href="../../css/xtheme-slate.css"/>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Upload Cropbox Dialog Example</title>
+
+    <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css"/>
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/roojs-bootstrap-debug.css"/>
+    <link rel="stylesheet" type="text/css" href="../examples.css" />
 
      <script type="text/javascript" src="../../roojs-debug.js"></script>   
-  
+     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script> 
      <script language="javascript" src="test.js"></script>
-<!-- Common Styles for the examples -->
-<link rel="stylesheet" type="text/css" href="../examples.css" />
+     <script type="text/javascript" src="../examples.js"></script>
+
 </head>
 <body>
-<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
 
-<h1>Hello World Dialog</h1>
+<h1>Upload Cropbox Bootstrap</h1>
 <p>This example shows how to create a very simple modal BasicDialog with "autoTabs".</p>
-<input type="button" id="show-dialog-btn" value="Hello World" /><br /><br />
+<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('/test.js')">test.js</button>for the full source code.</p>
+<button type="button" onclick="RooDocs.viewSource.show('../../../Roo/bootstrap/UploadCropbox.js')">test.js</button>for the full source code.</p>
 
-    <!-- The dialog is created from existing markup.
-         The inline styles just hide it until it created and should be in a stylesheet -->
-    <div id="hello-dlg" style="visibility:hidden;position:absolute;top:0px;">
-    <div class="x-dlg-hd">Hello Dialog</div>
-    <div class="x-dlg-bd">
-        <!-- Auto create tab 1 -->
-        <div class="x-dlg-tab" title="Hello World 1">
-            <!-- Nested "inner-tab" to safely add padding -->
-            <div class="inner-tab">
-                 Hello...<br><br><br>
-            </div>
-        </div>
-        <!-- Auto create tab 2 -->
-        <div class="x-dlg-tab" title="Hello World 2">
-            <div class="inner-tab">
-            ... World!
-            </div>
-        </div>
-        </div>
-    </div>
 </div>
 </body>
 </html>