Page 1 of 1

Plugin: Reference external information within a CLIC plugin

Posted: July 1st, 2014, 12:48 pm
by tjanke
In addition to creating your own routines with javascirpt plugins, you can also reference files holding data important for your application.

If you haven't worked with plugins before, here are some useful links related to creating a plugin for GC Image: Example: A basic example of a plugin referencing a csv file to hold important data.
  • Download here: Read File Example
  • Zipped folder containing an example plugin and how to install and use it.
  • compoundInfo.js file contains basic code to read a file included with the plugin.