Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 627 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 627 Bytes

PresenterLinkPanel

Author: Daniel Robenek
License: MIT

Debug bar panel for Nette Framework

This panel generates links to current presenter/template file. It is required to register handler to make links work (open them in your text editor). Instruction on how to setup this may be found on http://wiki.nette.org/en/howto-editor-link

Registration is prefered in bootstrap or BasePresenter:

new \DebugPanel\PresenterLinkPanel($presenter);

Example:

Screenshot