RE: [Zope] defining a method from a ZClass
-----Original Message----- From: Petru Paler [mailto:ppetru@bv.ro] Sent: Monday, June 21, 1999 1:16 PM To: zope@zope.org Subject: [Zope] defining a method from a ZClass
How can I hook a method from a ZClass to its parent folder ?
Could you be more specific in what this means? -Michel
-Petru
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
On Mon, Jun 21, 1999 at 03:46:43PM -0400, Michel Pelletier wrote:
How can I hook a method from a ZClass to its parent folder ?
Could you be more specific in what this means?
Yes (sorry...). I build a ZClass in a product (named for example ZThing) and I want that one of its methods (get_thing) to be "hooked" to its parent folder, so that in a DTML method I can write <dtml-var get_thing> instead of <dtml-var ZThing.get_thing> Is this possible ? -Petru
participants (2)
-
Michel Pelletier -
Petru Paler