[Zope] Propertymanager
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Fri, 28 Sep 2001 00:42:13 +0200 (CEST)
    
    
  
Stadtverwaltung Schwarzenberg writes:
 > Hi there...
What about sending plain text messages?
 > I'd like to create a ZClass, which is supposed to have the behavior of both, Objectmanager and Propertymanager but I don't want it to inherit from the Folder class. The Problem is once I create a new ZClass in my Product I can choose ZClasses: Objectmanager as a baseclass but I can't choose Propertymanager as a base class.
ZClasses do not support "PropertyManager" but the more advanced
"PropertySheets". I would go for a property sheet
rather than the old "Properties"....
Dieter