[Zope3-dev] how to manipulate interfaces?

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Dec 13 08:20:48 EST 2005


On Tuesday 13 December 2005 05:41, Adam Groszer wrote:
> IDocTypeEditForm.getDescriptionFor('processDef').readonly=True
>
> >>>IDocType.getDescriptionFor('processDef').readonly
>
> True
>
> >>>IDocTypeEditForm.getDescriptionFor('processDef').readonly
>
> True

This is correct Python behavior. :-) If you want a refined field definition, 
you have to recreate the field.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-dev mailing list