Community contributed extensions

Menu [menu] module

This module is for the Play 1.x series only.

help app developer to easily implement navigation menu. Basically with the module what you need to do is:

  1. create menu structure file (_menu.yml) in YAML format
  2. put “#{menu.menu /}” tag in proper place of your main.html file
  3. for Rythm user, use @menu.menu() tag

Yes, that’s all!

for detail, please refer to document

Many thanks to [email protected] who test and report issues of this module

http://github.com/greenlaw110/play-menu

Written by Green Luo.

Published releases

1.2 Oct 23 2012 Documentation Try Play
1.1a Oct 18 2011 Documentation Try Play
1.1 Sep 13 2011 Documentation Try Play
1.0c Oct 24 2010 Documentation Try Play
1.0b Oct 11 2010 Documentation Try Play
1.0 Sep 17 2010 Documentation Try Play

To install locally this module use the install command:

play install menu-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> menu {version}