Componette

Componette

vojtech-dobes

vojtech-dobes / nette-goto-panel

Provides interface to go to any destination within Nette Framework application.

download-cloud-line composer require vojtech-dobes/nette-goto-panel

For Nette Framework

Provides interface to go to any destination within app.

Installation

  1. Get the source code:
    • Move GotoPanel.php to your libs directory.
    • Add "Clevisaci/GotoPanel": "*" to your composer.json.
  2. Register GotoPanel as component (e.g. in BasePresenter).
  3. Force initialization in startup().
protected function startup()
{
	parent::startup();
	$this['gotoPanel'];
}

protected function createComponentGotoPanel()
{
	return new GotoPanel;
}

Panel used to show link

No release at this moment. Try to create first one.

bar-chart-fill

Statistics

download-cloud-fill
28
star-fill
3
bug-fill
6
flashlight-fill
10.5y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=5.3.2)
Componette Componette felix@nette.org