![JAR search and dependency download from the Maven repository](/logo.png)
webclient.js-i2b2.cells.plugins.examples.ExampComm.cell_config_data.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of i2b2-shrine Show documentation
Show all versions of i2b2-shrine Show documentation
Standalone service to to run the AKTIN broker and aggregator
together with an i2b2 query frontend.
The newest version!
// this file contains a list of all files that need to be loaded dynamically for this plugin
// every file in this list will be loaded after the plugin's Init function is called
{
files:[ "ExampComm_ctrlr.js" ],
css:[ "vwExampComm.css" ],
config: {
// additional configuration variables that are set by the system
short_name: "Communicator Tool",
name: "Development Example #4 - Communicator Tool",
description: "This plugin allows you to interact directly with standard Cell Communicator objects within the web client framework.",
category: ["celless","plugin","examples"],
plugin: {
isolateHtml: false,
isolateComm: false,
standardTabs: true,
html: {
source: 'injected_screens.html',
mainDivId: 'ExampComm-mainDiv'
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy