X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FREADME;fp=tools%2Fhtdocs%2FREADME;h=56afebc0c90a92f4e426eb0e8c93eb43f8f13ad0;hb=d272101c1ff6e10e0d027e296727fcb905079bbf;hp=0c4d98db1aa337e607a079a4c3ab9b889aebaa28;hpb=4ebbfcd799553848d2a2503c1b28ab0a961a2caa;p=mkws-moved-to-github.git diff --git a/tools/htdocs/README b/tools/htdocs/README index 0c4d98d..56afebc 100644 --- a/tools/htdocs/README +++ b/tools/htdocs/README @@ -94,6 +94,26 @@ Here is an example of all possible options Note: the mkws_config object which must be loaded before the mkws.js and pz2api.js files. + +jQuery plugin +------------------ + +The jQuery plugin version, consisting of a single line of JavaScript code + + + +put the code in your page at the position where the metasearch should occours. + +Here is an example of all possible options + + jQuery.pazpar2({"layout": "popup", /* "table", "div", "popup", default is table */ + "id_button": "input#mkwsButton", /* submit button id in search field */ + "id_popup": "#mkwsPopup", /* interal id of popup window */ + "width": 880, /* popup width, should be at least 800 */ + "height": 760 /* popup height, should be at least 600 */ + }); + + Supported Browsers ------------------