Change html field in doctype.py

Hey there,

is there a way to change the options attribute of a html field in the python before_save method?

I know I can access the field values with self.fieldname, but can I change the options of a field, especiall html field?