[Zope-CMF] Document Objects for CMF and DCWorkflow

Dieter Maurer dieter@handshake.de
Sun, 8 Dec 2002 19:46:08 +0100


Thomas Mathes writes:
 > How can I create my own Objects with my personal Attributes 
 > and Methods in CMF ?
Take a look at CMFDefault.

It was designed as an executable and demonstratable example
how to use the CMFCore framework to create portals.

Start with "CMFDefault.Document". Derive your new class from it.

You can give it new methods in the usual way. Nothing special there.

For new attributes, you must know that it is a "PropertyManager".
You should find something about it in the Zope Developer Guide.
If not, come back.


Dieter