2017 © Pedro Peláez
 

library navigation

Navigation for Nette

image

chapcz/navigation

Navigation for Nette

  • Wednesday, November 1, 2017
  • by chapcz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 78 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 50 % Grown

The README.md

Basic usage

composer.json, (*1)

{
    "require":{
        "kollarovic/navigation": "dev-master"
    }
}

config.neon, (*2)



extensions: navigation: Kollarovic\Navigation\DI\Extension navigation: backend: label: Homepage link: Homepage:default items: page: label: Page link: Page:default setting: label: Setting link: Setting:default items: base: label: Base link: Setting:base advanced: label: Advanced link: Setting:advanced items: web: label: Web link: Setting:web mail: label: Mail link: Setting:mail

presenter, (*3)



use Kollarovic\Navigation\ItemsFactory; use Kollarovic\Navigation\NavigationControl; use Kollarovic\Navigation\SitemapControl; abstract class BasePresenter extends Nette\Application\UI\Presenter { /** @var \Kollarovic\Navigation\ItemsFactory @inject */ public $itemsFactory; protected function createComponentNavigation() { return new NavigationControl($this->itemsFactory->create('backend')); } protected function createComponentSitemap() { return new SitemapControl($this->itemsFactory->create('backend')); } }

template.latte, (*4)


{control navigation:menu} {control navigation:breadcrumb} {control navigation:panel} {control sitemap}

The Versions

01/11 2017

dev-master

9999999-dev

Navigation for Nette

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

01/11 2017

1.0.6

1.0.6.0

Navigation for Nette

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

21/03 2017

1.0.5

1.0.5.0

Navigation for Nette

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

05/08 2015

1.0.4

1.0.4.0

Navigation for Nette

  Sources   Download

New BSD

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

26/05 2015

1.0.3

1.0.3.0

Navigation for Nette

  Sources   Download

New BSD

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

25/05 2015

1.0.2

1.0.2.0

Navigation for Nette

  Sources   Download

New BSD

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

10/05 2015

1.0.1

1.0.1.0

Navigation for Nette

  Sources   Download

New BSD

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette

26/03 2015

1.0.0

1.0.0.0

Navigation for Nette

  Sources   Download

New BSD

The Requires

 

The Development Requires

by Mario Kollarovic

navigation nette