2017 © Pedro PelĂĄez
 

yii2-extension yii2-mmenu-widget

The yii2-mmenu widget is a Yii 2 wrapper for the [jQuery-mmenu](http://mmenu.frebsite.nl/). A jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript

image

nimther/yii2-mmenu-widget

The yii2-mmenu widget is a Yii 2 wrapper for the [jQuery-mmenu](http://mmenu.frebsite.nl/). A jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript

  • Monday, January 18, 2016
  • by Primero Panther
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-mmenu-widget

The yii2-mmenu-widget widget is a Yii 2 wrapper for the jQuery-mmenu:, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist wbraganca/yii2-mmenu-widget "*"

or add, (*4)

"wbraganca/yii2-mmenu-widget": "*"

How to use

On your view file., (*5)

<?= \wbraganca\mmenu\Menu::widget([
    'items' => [
        [
            'label' => 'Home',
            'url' => '#',
            'icon' => 'glyphicon glyphicon-home'
        ],
        [
            'label' => 'Submenu',
            'url' => '',
            'icon' => 'glyphicon glyphicon-plus-sign',
            'items' => [
                [
                    'label' => 'link 1',
                    'url' => '#',
                    'icon' => 'glyphicon glyphicon-file',
                ],
                 [
                    'label' => 'link 2',
                    'url' => '#',
                    'icon' => 'glyphicon glyphicon-file',
                ],
            ]
        ]
    ]
]) ?>

The Versions

18/01 2016

dev-patch-1

dev-patch-1

The yii2-mmenu widget is a Yii 2 wrapper for the [jQuery-mmenu](http://mmenu.frebsite.nl/). A jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 menu yii2-extension yii2-mmenu mmenu yii2-mmenu-widget

18/01 2016

dev-master

9999999-dev

The yii2-mmenu widget is a Yii 2 wrapper for the [jQuery-mmenu](http://mmenu.frebsite.nl/). A jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 menu yii2-extension yii2-mmenu mmenu yii2-mmenu-widget

09/12 2014

v1.0.0

1.0.0.0

The yii2-mmenu widget is a Yii 2 wrapper for the [jQuery-mmenu](http://mmenu.frebsite.nl/). A jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 menu yii2-extension yii2-mmenu mmenu yii2-mmenu-widget