fix #7094 - dialog - upload cropbox add to classic roo library
[roojs1] / examples / dialog / uploadCropbox.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5     <title>Upload Cropbox Dialog Example</title>
6
7     <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css"/>
9     <link rel="stylesheet" type="text/css" href="../../css/upload-cropbox.css"/>
10     <link rel="stylesheet" type="text/css" href="../../css/alert.css"/>
11     <link rel="stylesheet" type="text/css" href="../../css/buttons.css"/>
12     <link rel="stylesheet" type="text/css" href="../../css/button-groups.css"/>
13     <link rel="stylesheet" type="text/css" href="../examples.css" />
14
15      <script type="text/javascript" src="../../roojs-debug.js"></script>   
16      <script type="text/javascript" src="../../Roo/dialog/UploadCropbox.js"></script>
17      <script language="javascript" src="uploadCropbox.js"></script>
18      <script type="text/javascript" src="../examples.js"></script>
19
20 </head>
21 <body>
22
23 <h1>Upload Cropbox Dialog</h1>
24 <p>This example shows how to create a very simple BasicDialog with "UploadCropbox".</p>
25 <input type="button" id="show-dialog-btn" value="test" /><br /><br />
26 <p>Note that the js is not minified so it is readable. See 
27 <button type="button" onclick="RooDocs.viewSource.show('../../../Roo/dialog/UploadCropbox.js')">UploadCropbox.js</button>for the full source code.</p>
28
29 </div>
30 </body>
31 </html>