image editing dialog
[roojs1] / examples / dialog / test.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/bootstrap.css"/>
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css"/>
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/roojs-bootstrap-debug.css"/>
11     <link rel="stylesheet" type="text/css" href="../examples.css" />
12
13      <script type="text/javascript" src="../../roojs-debug.js"></script>   
14      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script> 
15      <script language="javascript" src="test.js"></script>
16      <script type="text/javascript" src="../examples.js"></script>
17
18 </head>
19 <body>
20
21 <h1>Upload Cropbox Bootstrap</h1>
22 <p>This example shows how to create a very simple modal BasicDialog with "autoTabs".</p>
23 <input type="button" id="show-dialog-btn" value="test" /><br /><br />
24 <p>Note that the js is not minified so it is readable. See 
25 <button type="button" onclick="RooDocs.viewSource.show('../../../Roo/bootstrap/UploadCropbox.js')">test.js</button>for the full source code.</p>
26
27 </div>
28 </body>
29 </html>