rewriten without credo widget. MKWS-305
[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     <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
7
8     <script type="text/javascript">
9       var mkws_config = {
10         sp_auth_credentials: "mkwstest/mkwstest"
11       };
12     </script>
13
14     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
15     <!-- jquery-ui need a reference to the internal jQuery object -->
16     <script>$ = jQuery = mkws.$; </script>
17     <script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
18   </head>
19
20   <body>
21     <h3>MKWS demo: Popup Widget</h3>
22
23     <!-- search box is outside the popup window -->
24     <div class="mkwsSearch"></div>
25
26     <!-- popup widget config -->
27     <div class="mkwsPopup" popup_width="1024" popup_height="750" popup_modal="0" popup_autoOpen="0" popup_button="input.mkwsButton" autosearch="!param!q">
28       <div class="mkwsSwitch"></div>
29       <div class="mkwsLang"></div>
30       <div class="mkwsResults"></div>
31       <div class="mkwsTargets"></div>
32       <div class="mkwsStat"></div>
33     </div>
34
35   </body>
36 </html>