make colspan/ colwidth/ coltextalign configurable

This commit is contained in:
hplattner 2012-03-27 15:01:00 +02:00
parent 99a89b6f0d
commit cf0888415d

View file

@ -44,6 +44,10 @@ class Field(Component):
storeData = True
renderer = 'standard'
operator = 'in'
showTitle = True
colspan=1
colwidth='auto'
coltextalign='left'
executionSteps = ['query', 'sort', 'output'] # , 'totals']