Plugin Interfaces > Static Files
IPluginJS: Specify Javascript files contained in the plugin's "static" directory, and allow the contained functions and variables to be used in plugin-generated dynamic HTML and Javascript. Also, specify dynamic Javascript to include. (Example)
IPluginStaticCSS: Specify a CSS file contained the plugin's "static" directory, and apply the contained styles to the FogBugz interface. (Example 1 , Tutorial)
IPluginStaticFile: Specify a file of any type contained the plugin's "static" directory, and access the file from server-side plugin code. (Example)