Download the PHP package elcuro/bootstrapnav without Composer
On this page you can find all versions of the php package elcuro/bootstrapnav. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bootstrapnav
BootstrapNav plugin for Croogo 1.4+
Croogo menus in Bootstrap3 style. Inspired by original Croogo menu helper.
Installation
- download and copy this plugin to app/Plugin/BootstrapNav
- activate plugin in administration Extesions -> Plugins
Example usage
Default: Set element option in menu call
echo $this->Menus->menu('main', array('element' => 'BoostrapNav.menu'));
Customize: You can call BootstrapNav helper from your 'menu' elements like this
$customs = array(
'mainClass' => 'nav nav-pills',
'mainRole' => 'menulist',
'subClass' => 'dropdown-menu',
'subRole' => 'menu'
);
$options = Hash::merge($customs, $options);
echo $this->BootstrapNav->nestedLinks($menu['threaded'], $options);All versions of bootstrapnav with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
~1.0
The package elcuro/bootstrapnav contains the following files
Loading the files please wait ...