Page History
...
The i2b2 web client framework has been designed to exist and run in a structured namespace within the JavaScript VM. The base namespace is i2b2 and exists within the JSVM's global scope. Various subsystems, cells and plug-in modules also extend this namespace using an abbreviated code such as ONT for the Ontology Cell, WORK for the Workspace Cell.
//
Namespace | Description |
events | Collection of YUI Events objects for major events that occur within the Framework |
h | Namespace containing helper functions for use by the framework and plug-ins |
hive |
|
HelpViewer | The help viewer system |
MasterView | Top level view controller that handles the main view windows |
MsgSniffer | The communications channel sniffer subsystem and display window |
cfg | Configuration for the Hive including: known plug-ins / cells, loaded plug-in / cells, known login |
domains |
|
sdx |
|
Master | All SDX calls go through this object and are routed to the correct even handlers |
TypeControllers | Namespace containing all SDX data type specific processing libraries |
...