rikiless/vp-nette-bootstrap

visual paginator addon for nette framework with template modified to integrate with twitter bootstrap

dev-master 2013-01-13 14:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:59:03 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 and large
  • align: centered (def.), left and right

###examples###

{control vp left}

{control vp, right, large}

authors

  • David Grudl
  • Richard Tekel (fork)

license

New BSD License