[Product-Developers] what goes in layer attribute when extending IBrowserLayerAwareExtender?

Dylan Jay gmane at dylanjay.com
Wed Apr 23 00:28:48 UTC 2008


Hi,

I can't find doctests or documentation and so far experimenting hasn't 
resulted in a working schemaextener.

The code I have looks like this

class PublicationExtender(object):
     adapts(ATFile)
     implements(IBrowserLayerAwareExtender)

     layer = "pretaweb.publayer"


I've also tried setting the layer attribute to be the interface of the 
layer. What is it supposed to be?

Dylan.





More information about the Product-Developers mailing list