[Zope-CMF] CMF Event
Benjamin Saller
ben@abstractedge.com
Wed, 18 Sep 2002 10:22:01 -0400
CMFTypes currently depends on Plone and while the binding is loose it
generates Plone style web forms. This is not done using Formulator currently
(though I did try to reuse parts of their validation code).
In the case of extending something like event you can directly subclass
Event and the CMFTypes' basecontent providing a field descriptor for each of
the fields in Event and the new fields you are interested in. CMFTypes will
then generate the forms.
Good Luck,
Ben
-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
Of Tres Seaver
Sent: Wednesday, September 18, 2002 9:56 AM
To: Hans Pongratz
Cc: zope-cmf@zope.org
Subject: Re: [Zope-CMF] CMF Event
The CMF Collective project has a CMFTypes product, which uses Formulator
to defing content schemas. I don't know whether CMFTypes depends on
Plone, as I haven't had the opportunity to try it out yet.
Tres.