Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Checkbox in CEditTable

Is it possible to add cells with a checkbox, like in the List Cases table?
I see that I can specify the html for each cell, but I think it is better if CEditTable generates the html.

I'm trying to create a table that lets the user to check and uncheck the checkboxes without taking any visible action. When the user clicks a Save button, then the content of the table (that is the checkboxes values) will be sent to the server.

Ciao
Marco
Marco Botton Send private email
Thursday, July 9, 2009
 
 
CEditableTable doesn't expose anything exactly like this, but FogCreek.FogBugz.UI.Forms exposes some utility methods for generating form inputs.  Forms.CheckboxInput gives you a method for creating checkboxes.
David Fullerton Send private email
Thursday, July 9, 2009
 
 

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

Other recent topics Other recent topics
 
Powered by FogBugz