set mkws_config = { .. }
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 13 Jan 2014 16:53:11 +0000 (16:53 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 13 Jan 2014 16:53:11 +0000 (16:53 +0000)
which make the difference between the jquery.pazpar2() plugin the mkws config
object more obviously

examples/htdocs/jasmine-popup.html

index 6ca6304..d1c2bba 100644 (file)
 
   <body>
     <script type="text/javascript">
+    var mkws_config = { show_lang: true };
+
     jQuery.pazpar2({
         "layout": "popup",               /* "table" [default], "div", "popup" */
         "id_button": "input#mkwsButton", /* submit button id in search field */
         "id_popup": "#mkwsPopup",        /* internal id of popup window */
-        "width": 880,                    /* popup width, should be at least 800 */
+        "width": 990,                    /* popup width, should be at least 800 */
         "height": 760                    /* popup height, should be at least 600 */
     });
     </script>