Plugin: Reference external information within a CLIC plugin

Discuss with developer team, share useful tips, report bugs, request new features and anything else
Post Reply
tjanke
Posts: 23
Joined: July 27th, 2012, 10:48 am

Plugin: Reference external information within a CLIC plugin

Post 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.
Post Reply