[z3-five] Menu and MenuItem in Five
Maciej Wisniowski
maciej.wisniowski at coig.katowice.pl
Thu Oct 19 15:29:26 CEST 2006
Hi
I'm able to define menu and menu items with Five directives
in configure.zcml.
I found that i can get menu items with:
context/@@view_get_menu/zmi_views
for my menu named 'zmi_views'.
Is this possible somehow to get these menu items to be
visible in ZMI just like standard tabs?
Now I have this in my code:
manage_options = ( PropertyManager.manage_options + \
SimpleItem.manage_options #+ \
#globalBrowserMenuService.getMenu('testmenu',
IMain, IBrowserRequest)
)
It displays tabs like Properties, Undo etc.
I want to show one more tab defined with Five... What can I do?
--
Maciej Wisniowski
More information about the z3-five
mailing list