Page History
...
i2b2.MSG_TYPES | Contains the "magic strings" used to communicate with the plugin manager in the main UI via Window.postMessage(). | ||
i2b2.ajax | Contains Promise-returning functions that return a string of XML which was returned by the i2b2 server for your particular API call. | ||
i2b2.authorizedTunnel |
| ||
i2b2.h | Some helper functions used by the i2b2 loader file. | ||
i2b2.model | This is where your plugin should store its data that it wants preserved when the plugin reloads. Use i2b2.state.save() function to save it. | ||
i2b2.state | Contains the save() function used to save the i2b2.model namespace. | ||
i2b2.sdx | Contains two functions used to make HTML elements drop targets for the i2b2 SDX subsystem. |
...