2017 © Pedro Peláez
 

library nette-bootstrap-form

Nette bootstrap form renderer

image

vlczech/nette-bootstrap-form

Nette bootstrap form renderer

  • Saturday, October 8, 2016
  • by Vlczech
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Nette bootstrap form renderer

Simple nette bootstrap form renderers., (*1)

Installation

composer require vlczech/nette-bootstrap-form

Usage

use Vlczech\Form\Renderer\BootstrapRenderer;
use Nette\Application\UI\Form;

$form = new Form;
$form->setRenderer(new BootstrapRenderer);

For inline form you can use Vlczech\Form\Renderer\BootstrapInlineRenderer, (*2)

For vertical form (bootstrap default) you can use Vlczech\Form\Renderer\BootstrapVerticalRenderer, (*3)

The Versions

08/10 2016

dev-master

9999999-dev

Nette bootstrap form renderer

  Sources   Download

LGPL

The Requires

 

by Tomas Volf

form bootstrap renderer nette

08/10 2016

1.2.1

1.2.1.0

Nette bootstrap form renderer

  Sources   Download

LGPL

The Requires

 

by Tomas Volf

form bootstrap renderer nette

07/02 2016

1.2.0

1.2.0.0

Nette bootstrap form renderer

  Sources   Download

LGPL

The Requires

 

form bootstrap renderer nette

07/07 2015

1.1.0

1.1.0.0

Nette bootstrap form renderer

  Sources   Download

LGPL

The Requires

 

form bootstrap renderer nette

06/07 2015

1.0.0

1.0.0.0

Nette bootstrap form renderer

  Sources   Download

LGPL

The Requires

 

form bootstrap renderer nette