I am trying to write a plugin that will format cases in a way that will print out nicely on index cards, so we can more easily tie together our paper/card Scrum system with a master electronic copy.*
I've got the plugin hooked up via the extras menu, currently, which just throws up a bit of HTML via IPluginRawPageDisplay.
But what I really want to do is add to the menu that appears at the bottom of a list view of cases (i.e. alongside Spam, Resolve, Edit etc), and then in my plugin get the list of cases that were selected from that list view.
Can you provide me with a couple of pointers or code snippets?
*Note: The Pretty Print plugin is very similar to what I want, but I cannot use it as there are no formatting options. I guess another difference is I don't want to print the whole filtered view, just the selected items from that.