[Zope-CMF] New portal type + additional parent class
hazmat
hazmat@objectrealms.net
Mon, 30 Sep 2002 21:06:36 -0700
On Wednesday 25 September 2002 12:41 pm, Pawel Lewicki wrote:
> Hallo,
> Is there a way to create a new portal type that inherits from additional
> class without creating a new product?
i think its possible.
> For example mix the default
> CMFDocument with the Formulator form. The development of the product like
> CMFFormulator suggests that the answer is no.
i don't think that the design there shouldn't be taken as definitive, i wrote
another formulator wrapper with much less boiler plate, called PortalForms
which lives at sf.net/projects/collective (in cvs).
-haz