How to add "Details" view?

Created by Ilshad Khabibullin
Keywords:
Last updated by:
Ilshad Khabibullin

1. The page must be without a standard macros in the template. And do not use pagelet from z3c.pagelet. Because this view will be loaded in XMLHttpRequest and entered into page as inner HTML. I.e. you must create view without "html", "head", "body" and tags.

2. Add attributes: [menu="control_details" title="Some title"] into zcml-directive (I assume browser:page) of the view. Thus it will be appear in "details" menu (where "Base Info", "Contfigurators" "Introspector", "REPL", "Contents" and etc. menu items)