Wiki

Case Status Kiln
Register Log In

Wiki

 
"How To" Guides»(Plugin Interfaces) Add Pages …
  • RSS Feed

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

Tags:

(Plugin Interfaces) Add Pages to FogBugz

Plugin Interfaces > Add Pages to FogBugz

 

IPluginConfigPageDisplay: Add a custom configuration page for your plugin, specified as an HTML string. (Example)

IPluginPageDisplay: Add a custom page to your FogBugz site (specified as a string evaluating to HTML) to be displayed underneath the standard header/main menu, and control which FogBugz users may view it. (Example)

IPluginRawPageDisplay: Add a custom page to your FogBugz site to be displayed in "raw" format (ie, without the standard header/main menu). This functionality can be used to handle incoming AJAX requests. (AJAX Example, "Raw Page" Example)

IPluginBinaryPageDisplay: Add a custom page to your FogBugz site (specified as an array of bytes) that can be used to handle requests for raw bytes of data. (Example)