1cfc66d3bf5c59fb0a1619afc2e1e019887c1d94
[mkws-moved-to-github.git] / examples / htdocs / popup.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo: Popup Widget</title>
5     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
6
7     <script type="text/javascript">
8       var mkws_config = {
9         sp_auth_credentials: "mkwstest/mkwstest"
10       };
11     </script>
12
13     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
14
15     <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
16     <!-- jquery-ui need a reference to the internal jQuery object -->
17     <script>$ = jQuery = mkws.$; </script>
18     <script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
19   </head>
20
21   <body>
22     <h3>MKWS demo: Popup Widget</h3>
23
24     <!-- search box is outside the popup window -->
25     <div class="mkws-search"></div>
26
27     <!-- popup widget config -->
28     <div class="mkws-popup" popup_width="1024" popup_height="750" popup_modal="0" popup_autoOpen="0" popup_button="input.mkws-button">
29       <div class="mkws-switch"></div>
30       <div class="mkws-lang"></div>
31       <div class="mkws-results"></div>
32       <div class="mkws-targets"></div>
33       <div class="mkws-stat"></div>
34     </div>
35
36   </body>
37 </html>