Plugin Developer Discussion

Discussion for FogBugz Plugin developers

case list rendering

Is there a way to hook and inject html into the table of cases that is displayed on /default.asp?pg=pgList? I want to add customizable background colors for each row depending on the case's category type (bug, feature, etc).

Thanks!
Darren Lafreniere Send private email
Sunday, September 27, 2009
 
 
You could add a custom column, or you can just send down some JavaScript to do it.  A few lines of jQuery should be simple enough to find the category icon in each row and then change the color of the row based on that.



One plugin idea that I've been toying with for a while is the "Color By" plugin.  It adds a new filter criteria that just colors the output.  So for example, you could have the filter


All open cases assigned to David colored by [category]

clicking [category] would show a dropdown with options like

category
status
assigned to
David Fullerton Send private email
Wednesday, September 30, 2009
 
 
Thanks David, I've taken the jQuery route and it has worked well.
Darren Lafreniere Send private email
Wednesday, September 30, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz