Ross Boylan writes:
On Thu, Jul 18, 2002 at 08:41:02PM +0200, Dieter Maurer wrote:
Ross Boylan writes:
... I would prefer a more elegant approach. Perhaps I can define some method in A that the dtml will reference, and then B can override the method to add some extra stuff (the method would return a DTML snippet). That sounds good. It is how the ZMI works...
ZMI = Zope Management Interface (i.e., in the core app), or is this something else? At any rate, I'm not sure what you're referring to, or where to look. Yes.
... The problem isn't just accessing them, but combining them. As pages are two dimensional, this is indeed not trivial.
I would expect, you have a total design with wholes (slots) that can be filled by definitions of your classes. Dieter