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