Skip to content

vojtech-dobes/nette-goto-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages