rikiless / vp-nette-bootstrap
visual paginator addon for nette framework with template modified to integrate with twitter bootstrap
Package info
github.com/rikiless/vp-nette-bootstrap
Type:nette-addon
pkg:composer/rikiless/vp-nette-bootstrap
dev-master
2013-01-13 14:33 UTC
Requires
- nette/nette: *
This package is not auto-updated.
Last update: 2026-03-28 22:21:22 UTC
README
instalation
http://addons.nette.org/cs/visualpaginator (czech)
use
in php (presenter):
public function createComponentVp() { return new \Nette\Extras\Addons\VisualPaginator; }
in latte:
{control vp}
###available parameters
- size:
medium(def.),mini,smallandlarge - align:
centered(def.),leftandright
###examples###
{control vp left}
{control vp, right, large}
authors
- David Grudl
- Richard Tekel (fork)
license
New BSD License