2017 © Pedro Peláez
 

yii2-extension yii2-dropdown-x

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

image

bariew/yii2-dropdown-x

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  • Sunday, May 8, 2016
  • by bariew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,122 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 9 Versions
  • 9 % Grown

The README.md

yii2-dropdown-x

An extended bootstrap dropdown widget for Yii Framework 2 with submenu drilldown. This widget extends the \yii\bootstrap\Dropdown widget with some additional controls and adds CSS and JS for enabling a submenu drilldown. The dropdown menu style is optimized for both desktop and mobile devices. The drilldown is triggered on active instead of hover so that it works equally well on mobile devices., (*1)

Installation

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

Note: You must set the minimum-stability to dev in the composer.json file in your application root folder before installation of this extension., (*3)

Either run, (*4)

$ php composer.phar require bariew/yii2-dropdown-x "dev-master"

or add, (*5)

"bariew/yii2-dropdown-x": "dev-master"

to the require section of your composer.json file., (*6)

Usage

use bariew\dropdown\DropdownX;
echo DropdownX::widget([
    'items' => [
        ['label' => 'Action', 'url' => '#'],
        ['label' => 'Submenu', 'items' => [
            ['label' => 'Action', 'url' => '#'],
            ['label' => 'Another action', 'url' => '#'],
            ['label' => 'Something else here', 'url' => '#'],
        ]],
        ['label' => 'Something else here', 'url' => '#'],
        '<li class="divider"></li>',
        ['label' => 'Separated link', 'url' => '#'],
    ],
]); 

License

yii2-dropdown-x is released under the BSD 3-Clause License. See the bundled LICENSE.md for details., (*7)

The Versions

08/05 2016

dev-master

9999999-dev

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

08/05 2016

1.0.6

1.0.6.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

08/05 2016

1.0.5

1.0.5.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

08/05 2016

1.0.4

1.0.4.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

08/06 2015

1.0.4-alpha.1

1.0.4.0-alpha1

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

02/03 2015

1.0.3

1.0.3.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

12/12 2014

1.0.2

1.0.2.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

12/12 2014

1.0.1

1.0.1.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click

01/09 2014

1.0.0

1.0.0.0

An extended bootstrap dropdown widget for Yii 2 with submenu drilldown.

  Sources   Download

BSD 3-Clause

by Bariev Pavel

extension yii2 widget menu context mouse click