Adjust cwi-integration.loader

You can find the cwi-integration.loader in *C:\ProgramFiles (x86)\Congree Language Technologies GmbH\Congree Bulk Check Service\Congree Web Interface*. In this folder, you can find three files which can be adjusted.

If you are using the fixed display mode, you have to modify the file C:\Program Files (x86)\Congree Language Technologies GmbH\Congree Bulk Check Service\Congree Web Interface\cwi-integration.loader.sample-sidebar.js

For the dynamic display mode, modify the file C:\Program Files (x86)\Congree Language Technologies GmbH\Congree Bulk Check Service\Congree Web Interface\cwi-integration.loader.sample-overlay.js.


Rename the file to contain your host applications name, e.g. cwi-integration.loader.cms.js.


Open the desired file and change the body of the loadSidebar function to your needs.

By way of changing the body of the loadSidebar function,

  • You define the field IDs of the
    containers whose content is to be checked by the Congree Web Interface.
  • You define which document-specific rule set is used by default by the Congree Web Interface.
  • You can adjust the back end URLs, if neccessary.
  • You deliver the login information for the Congree Web Interface, like user name and password.

Important

Each instance of the Congree Web Interface needs its own user information. Multiplexing is not possible, see the Congree Bulk Check Service documentation:
The Bulk Check API

For more details, see Option Documentation.