2017 © Pedro Peláez
 

elgg-plugin menus_dropdown

Dropdown Menu for Elgg

image

hypejunction/menus_dropdown

Dropdown Menu for Elgg

  • Thursday, February 23, 2017
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 0 Stars
  • 94 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Dropdown Menus for Elgg

Elgg 2.3, (*1)

Features

  • Turn any child menu into a dropdown by simply adding elgg-menu-item-has-dropdown to the parent item class

Usage

To convert child menus to dropdown menus, simply add elgg-menu-item-has-dropdown class to your menu item. Whenever a parent menu item is clicked, child menu will appear in a hover menu, (*2)

elgg_register_menu_item('entity', array(
    'name' => 'parent',
    'href' => '#',
    'text' => 'Parent item',
    'item_class' => 'elgg-menu-item-has-dropdown',
    // controls the position relative to the trigger
    'data-position' => json_encode([
        'my' => 'right top',
        'at' => 'right bottom+5px',
    ]),
    // popup appear in a fixed position and detached from the original DOM position
    // you can add an additional class to have more control over styling
    'data-popup-class' => 'elgg-menu-entity-popup',
    'data-collision' => 'fit fit',
));
elgg_register_menu_item('entity', array(
    'name' => 'child',
    'parent_name' => 'parent',
    'href' => '/child',
    'text' => 'Child item',
));

The Versions

23/02 2017

dev-master

9999999-dev http://hypejunction.com

Dropdown Menu for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin ui dropdown menus elgg

23/02 2017

2.0.0

2.0.0.0 http://hypejunction.com

Dropdown Menu for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin ui dropdown menus elgg

27/01 2016

1.0.2

1.0.2.0 http://hypejunction.com

Dropdown Menu for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin ui dropdown menus elgg

27/01 2016

1.0.1

1.0.1.0 http://hypejunction.com

Dropdown Menu for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin ui dropdown menus elgg

27/01 2016

1.0.0

1.0.0.0 http://hypejunction.com

Dropdown Menu for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin ui dropdown menus elgg