RE: [Zope] How to render a HTMLFile in a method in a product
From: Chris Withers [mailto:chrisw@nipltd.com] Thanks for the reply
testisDocTemp = 1
def test(self,ignored,md): " A simple test method " return HTMLFile('skins/' + self.skin, globals())(None,md)
Is this documented anywhere? I have a little trouble using code I don't understand. Pretty Please. Regards Max M
Max Møller Rasmussen wrote:
From: Chris Withers [mailto:chrisw@nipltd.com]
Thanks for the reply
testisDocTemp = 1
def test(self,ignored,md): " A simple test method " return HTMLFile('skins/' + self.skin, globals())(None,md)
Is this documented anywhere?
Not that I know of ;-)
I have a little trouble using code I don't understand. Pretty Please.
I think there are only about two people on the face of the planet who understand this completely. I'm not one of them :-( cheers, Chris
participants (2)
-
Chris Withers -
Max Møller Rasmussen