provide css class attribute for report fields

This commit is contained in:
Helmut Merz 2012-05-01 10:41:06 +02:00
parent 89491922a5
commit 97da6c9d01

View file

@ -50,6 +50,7 @@ class Style(object):
def items(self):
return self.data.items()
class TableCellStyle(Style):
initData = {
@ -76,6 +77,7 @@ class Field(Component):
output = None
outputWith = ()
style = TableCellStyle()
cssClass = ''
executionSteps = ['query', 'sort', 'output'] # , 'totals']