cf.FieldList.add_offset

FieldList.add_offset

The add_offset CF property of each field.

fl.add_offset is equivalent to cf.List(f.add_offset for f in fl).

fl.add_offset = value is equivalent to for f in fl: f.add_offset = value.

del fl.add_offset is equivalent to for f in fl: del f.add_offset.

See cf.Field.add_offset for details.

Previous topic

cf.FieldList.sort

Next topic

cf.FieldList.calendar

This Page