[Zope3-Users] addview name not form
    Florian Lindner 
    mailinglists at xgm.de
       
    Thu Sep 29 14:51:24 EDT 2005
    
    
  
Am Donnerstag, 29. September 2005 20:25 schrieb Julien Anguenot:
> First have a look at this :
>
> http://www.zope.org/Collectors/Zope3-dev/391
>
> The addMenuItem directive should look this way in order to work :
>
>     <addMenuItem
>         title="Link"
>         class="CS.Link.link.Link"
>         view="AddCSLink.html"
>         permission="zope.Public"
>         menu="CSaddMenu"
>      />
>
> without 'for="CS.ContentFolder.interfaces.IContentFolder"' (check the
> collector entry)
But then the menu entry does not show up in views on IContentFolder. And I 
need it showing up there.
>
> The addMenuItem doesn't support the layer attribute. I'm going to add
> this to the addMenuItem directive interface.
When do you think you will be done?
Thx,
Florian
    
    
More information about the Zope3-users
mailing list