Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 567 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 567 Bytes

Modal windows handling in Nette Framework

How you can manage Twitter Bootstrap modal windows in Nette Framework project.

Solution is based on nette.ajax.js and snippets.

Demo:

  1. git clone https://github.com/newPOPE/nette-modal-windows.git
  2. cd nette-modal-windows
  3. composer install
  4. touch app/config/config.local.neon
  5. cd www
  6. php -S localhost:3000
  7. Open localhost:3000 in your browser.