Skip to main content

Grok extension to configure browser menus

Project description

This package allows you to register browser menus and menu items for browser views in Grok.

A menu is easily registered by creating a subclass of megrok.menu.Menu:

import megrok.menu.Menu

class Tabs(megrok.menu.Menu):
    grok.name('tabs')
    grok.title('Tabs')
    grok.description('')

A view can then placed on a menu with the menuitem directive:

class Edit(grok.View):
    grok.title('Edit')
    grok.description("Change this object's data.")
    megrok.menu.menuitem('tabs')

    ...

The title and description directives used here specifie the menu item’s label and description. The menuitem directive takes at least one argument, the menu that the item is registered to be for. This can either be an identifier string or the menu class itself. Other optional parameters include icon, filter, order and extra.

For more use cases and examples, take a look to tests/test_functional.py

Changelog

0.4.1 (2016-02-16)

  • Update tests.

0.4 (2010-03-06)

  • Cleaned the tests module. Now, we only use the ZTK packages to test.

  • The dependencies have been cleared. We no longer depend on zope.app packages.

  • Updated the security grokking in the menu items grokker. We don’t need the protect_getattr, as the view security grokker already does it for us.

  • Fixed the dependencies in the package requires. All dependencies are now clearly declared.

  • Added a LICENSE.txt file for the ZPL 2.1.

0.3 (2009-11-02)

  • Added the support of the grokcore.viewlet ‘order’ directive to reorder the menu items and sub menus. This permits to have a baseclass defining the basic menu and to keep the ordering possibility in the sublasses. We probably should do that for the different arguments of the menuitem directive. That would allow more genericity and reusability. Note : this change is 100% backward compatible. Simply added tests to show the behavior. [trollfot]

  • Get rid of the grok dependency. Now depends only on grokcore.* packages

  • Updated the build process

0.2 (2009-03-02)

  • Compatible with grok1.0a1

  • Add the SubMenuItem base class and it’s grokker SubMenuItemGrokker

  • Add the extra parameter to the menuitem directive

  • Tests for added functionality

  • Remove version.cfg

0.1 (2008-07-12)

Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

megrok.menu-0.4.1.tar.gz (11.2 kB view details)

Uploaded Source

File details

Details for the file megrok.menu-0.4.1.tar.gz.

File metadata

  • Download URL: megrok.menu-0.4.1.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for megrok.menu-0.4.1.tar.gz
Algorithm Hash digest
SHA256 111fabaa0fccf88096cd33ab7cd5e1b336c35cbf1d7598a3348ad5fb1831519e
MD5 50d9299f0b690b32e5d6d14bcd871cc1
BLAKE2b-256 25fb1ea562fe4be5be37b07e24c52e057e60fd99b035d3133275920ab8063d2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page