| define(['app/en','match', 'panel/match', 'panel/result', 'plugin/server','pipe','lib/domReady','init'], function (lang, matchClass, matchPanelClass, resultPanelClass, pluginClass, pipeClass, domReady) { |
| // Load Plugin Server first |
| KorAP.Plugin = pluginClass.create(); |
| // Add services container to head |
| document.head.appendChild(KorAP.Plugin.element()); |
| KorAP.Pipe = pipeClass.create(); |
| document.getElementById("searchform").appendChild(KorAP.Pipe.element()); |
| 'desc' : 'Exports Kalamar results', |
| // 'about' : 'https://localhost:5678/', |
| 'template' : 'http://localhost:3003/demo/plugin-client.html', |
| 'template' : 'http://localhost:3003/demo/plugin-client.html', |
| 'desc' : 'Some content about cats', |
| // 'about' : 'https://localhost:5678/', |
| 'classes' : ['translate'], |
| 'template' : 'http://localhost:3003/demo/plugin-client.html', |