source: ether_statistics/web/resources/js/Wijmo.2.2.2/Wijmo-Open/development-bundle/samples/dialog/contenturl.html @ 603

Last change on this file since 603 was 603, checked in by vmipsl, 12 years ago

images

File size: 1.7 KB
Line 
1<!doctype html>
2<html lang="en">
3<head>
4    <title>Dialog - External Content</title>
5    <meta charset="utf-8" />
6    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7    <meta name="description" content="" />
8    <meta name="keywords" content="" />
9    <meta name="author" content="ComponentOne" />
10    <link href="../../themes/rocket/jquery-wijmo.css" rel="stylesheet" type="text/css" />
11    <link href="../../themes/wijmo/jquery.wijmo.wijdialog.css" rel="stylesheet" type="text/css" />
12    <script src="../../external/jquery-1.8.0.min.js" type="text/javascript"></script>
13    <script src="../../external/jquery-ui-1.8.23.custom.min.js" type="text/javascript"></script>
14    <script src="../../wijmo/jquery.wijmo.wijutil.js" type="text/javascript"></script>
15    <script src="../../wijmo/jquery.wijmo.wijdialog.js" type="text/javascript"></script>
16    <script id="scriptInit" type="text/javascript">
17        $(function () {
18            $("#dialog").wijdialog({ width: 840, height: 640, contentUrl: 'http://www.wijmo.com', autoOpen: true });
19        });
20    </script>
21</head>
22<body class="demo-single">
23    <div class="container">
24        <div class="header">
25            <h2>
26                External Content</h2>
27        </div>
28        <div class="main demo">
29            <!-- Begin demo markup -->
30            <div>
31                <div id="dialog" title="Wijmo">
32                </div>
33            </div>
34            <!-- End demo markup -->
35            <div class="demo-options">
36                <!-- Begin options markup -->
37                <!-- End options markup -->
38            </div>
39        </div>
40        <div class="footer demo-description">
41            <p>
42            </p>
43        </div>
44    </div>
45</body>
46</html>
Note: See TracBrowser for help on using the repository browser.