2017 © Pedro Peláez
 

library nette-goto-panel

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

image

vojtech-dobes/nette-goto-panel

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

  • Wednesday, October 2, 2013
  • by vojtechdobes
  • Repository
  • 1 Watchers
  • 3 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 6 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

For Nette Framework

Provides interface to go to any destination within app., (*1)

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, (*2)

The Versions

02/10 2013

2.0

2.0.0.0 http://github.com/vojtech-dobes/nette-goto-panel

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

  Sources   Download

New BSD

The Requires

 

nette panel debugging

03/11 2012

dev-master

9999999-dev http://github.com/vojtech-dobes/nette-goto-panel

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

  Sources   Download

New BSD

The Requires

 

nette panel debugging

20/05 2012

1.1

1.1.0.0 http://github.com/Clevisaci/GotoPanel

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

  Sources   Download

New BSD

The Requires

 

nette panel debugging

20/05 2012

1.0

1.0.0.0 http://github.com/Clevisaci/GotoPanel

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

  Sources   Download

New BSD

The Requires

 

nette panel debugging