rikiless / vp-nette-bootstrap
visual paginator addon for nette framework with template modified to integrate with twitter bootstrap
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:nette-addon
Requires
- nette/nette: *
This package is not auto-updated.
Last update: 2024-12-21 16:05:08 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
,small
andlarge
- align:
centered
(def.),left
andright
###examples###
{control vp left}
{control vp, right, large}
authors
- David Grudl
- Richard Tekel (fork)
license
New BSD License