examples/dialog/test-2.html
[roojs1] / examples / dialog / test-2.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 language="javascript" src="test-2.js"></script>
17      <script type="text/javascript" src="../examples.js"></script>
18
19 </head>
20 <body>
21
22 <h1>Upload Cropbox Dialog</h1>
23 <p>This example shows how to create a very simple BasicDialog with "UploadCropbox".</p>
24 <input type="button" id="show-dialog-btn" value="test" /><br /><br />
25 <p>Note that the js is not minified so it is readable. See 
26 <button type="button" onclick="RooDocs.viewSource.show('../../../Roo/dialog/UploadCropbox.js')">UploadCropbox.js</button>for the full source code.</p>
27
28 </div>
29 </body>
30 </html>