X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fmkws-manual.markdown;h=bfc856fd9f1fb47c5711c69e1df0cde634976b71;hb=e89e37de61956896123aafaabfb92e28ceb03462;hp=eebfd03a692f245803579252ce69bbb45287d260;hpb=053770d2687797e5f73cd0a489a1b3ef5b8e4625;p=mkws-moved-to-github.git diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index eebfd03..bfc856f 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -419,7 +419,7 @@ in a popup. The key part of such an application is this invocation of the MKWS jQuery plugin: -
+
@@ -434,11 +434,16 @@ in the reference section. Authentication and target configuration --------------------------------------- -By default, MKWS configures itself to use a demonstration account on a -service hosted by mkws.indexdata.com. This account (username `demo`, -password `demo`) provides access to about a dozen free data -sources. Authentication onto this service is via an authentication URL -on the same MKWS server, so no explicit configuration is needed. +MKWS configures itself to use an account on a service hosted by +`sp-mkws.indexdata.com`. By default, it sends no authentication +credentials, allowing the appropriate account to be selected on the +basis of referring URL or IP address. + +If no account has been set up to recognise the referring URL of the +application or the IP address of the client, then a default "MKWS +Demo" account is used. This account (which can also be explicitly +chosen by using the username `mkws`, password `mkws`) provides access +to about a dozen free data sources. In order to search in a customised set of targets, including subscription resources, it's necessary to create an account with @@ -849,7 +854,8 @@ popup_width string 880 Width of the popup window (if used), popup_height string 760 Height of the popup window (if used), in pixels. -popup_button string `input.mkwsButton` (Never change this.) +popup_button string `input.mkwsButton` A click on this selector will trigger the + popup to open popup_modal string 0 Modal confirmation mode. Valid values are 0 or 1 @@ -857,6 +863,8 @@ popup_autoOpen string 1 Open popup window on load. Valid val ---- +You can have more than one mkws-popup widgets on a page. Please use a different +popup_button value to address the right ones. The structure of the HTML generated by the MKWS widgets -------------------------------------------------------