[Zope] Inheriting Image Classes in ZClasses?
Dieter Maurer
dieter@handshake.de
Tue, 5 Mar 2002 22:30:32 +0100
Dianne Van Dulken writes:
> Onto my new problem. I am trying to set up an image subclass for a
> particular project that I am on. As well as the normal image properties, it
> has things like alt, display height, copyright, etc.
>
> I've set up a ZClass called OPImage. The problem I am having is actually
> defining it to be a subclass. I can add items matching this class, but
> whenever I go to edit them, it brings me up to the standard image edit,
Define your own editing form as a method of your ZClass and
use it in the ZClass' "View" tab.
Dieter