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:
git clone https://github.com/newPOPE/nette-modal-windows.git
cd nette-modal-windows
composer install
touch app/config/config.local.neon
cd www
php -S localhost:3000
- Open
localhost:3000
in your browser.