Last page update: November 23, 2011
TODO
- GnrGridStruct.checkboxcell(field=None, falseclass=None, trueclass=None, nullclass=None, classes='row_checker', action=None, name=' ', calculated=False, radioButton=False, threestate=False, **kwargs)¶
Return a checkboxcell
Parameters:
- field – TODO
- falseclass – the css class for the false state
- trueclass – the css class for the true state
- nullclass – the css class for the null state, the optional third state that you can specify through the threestate parameter
- classes – TODO
- action – allow to execute a javascript callback. For more information, check the action page
- name – TODO
- calculated – boolean. TODO
- radioButton – boolean. TODO
- threestate – boolean. If True, create a third state (the “null” state) besides the True and the False state