Plugin Developer DiscussionDiscussion for FogBugz Plugin developers |
||
How do I, using a plugin, add a top level item to the navigation bar? We have some critical processes that we'd like to expose at the root level of the nav bar, but we can't figure out how to do this cleanly? If not via plugin, can I hack my nav bar to point to the plugin page?
This is a common question, so I opened a question on http://fogbugz.stackexchange.com/ to answer it. You can view the question and answer here:
http://fogbugz.stackexchange.com/questions/409/how-can-i-add-a-link-to-my-plugin-page-in-the-fogbugz-main-menu
That works great for the plugin page, but what about when I'm on any ordinary page? I want to have a link TO my plugin on for example the List Page.
Whoops, sorry, I updated it. You can use an interface like IPluginStaticJS to add a static JS file that is included on every page:
https://developers.fogbugz.com/default.asp?W21 |
Powered by FogBugz