// this file contains a list of all files that need to be loaded dynamically for this i2b2 Cell // every file in this list will be loaded after the cell's Init function is called { files:[ "MedCo_ctrlr.js", "popup_ctrlr.js", "cryptolib.js", "workersController.js", "auto-complete.min.js" ], css:[ "vwMedCo.css", "vwMedcoQryTool.css", "auto-complete.css" ], config: { // additional configuration variables that are set by the system short_name: "MedCo Plugin Beta Version", name: "MedCo Privacy-Preserving Query Plugin", description: "This plugin allows to make query using a MedCo setup using a collective authority.", //icons: { size32x32: "TUR_icon_32x32.gif" }, category: ["celless","plugin"], plugin: { isolateHtml: false, // this means do not use an IFRAME isolateComm: false, // this means to expect the plugin to use AJAX communications provided by the framework standardTabs: true, // this means the plugin uses standard tabs at top html: { source: 'injected_screens.html', mainDivId: 'MedCo-mainDiv' } } } }