Wiki

Case Status Kiln
Register Log In

Wiki

 
FogBugz Plugin Interfaces»(Plugin Interfaces) Include Ja…
  • RSS Feed

Last modified on 12/18/2014 11:20 AM by User.

Tags:

(Plugin Interfaces) Include Javascript, CSS, and Other Files

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)