[Zope3-dev] New way of using skins
Florian Lindner
mailinglists at xgm.de
Fri Mar 10 05:55:07 EST 2006
Hello,
I have:
<zope:interface
interface=".interfaces.ICentershockSkin"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
name="centershock"
/>
class ICentershockSkin(zope.app.rotterdam.Rotterdam):
What do I have to give for the layer or type (what is the difference?)
attributes of view / pages / ... directives?
layer = centershock does not seem to work anymore (for what is name attribute
of the interface directive?).
layer="CS.skin.interfaces.ICentershockLayer" seems to work but do I always
have to give the lenghty python path??
Thanks,
florian
More information about the Zope3-dev
mailing list