2017 © Pedro Peláez
 

library nette-bootstrap-form

Nette bootstrap form renderer

image

tomaj/nette-bootstrap-form

Nette bootstrap form renderer

  • Wednesday, February 7, 2018
  • by tomaj
  • Repository
  • 7 Watchers
  • 18 Stars
  • 50,542 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 8 Forks
  • 2 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Nette bootstrap form renderer

Simple nette bootstrap form renderers., (*1)

Installation

composer require tomaj/nette-bootstrap-form

Usage

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

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

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

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

The Versions

07/02 2018

dev-master

9999999-dev

Nette bootstrap form renderer

  Sources   Download

LGPL LGPL-2.0-or-later

The Requires

 

form bootstrap renderer nette

28/08 2017

1.3.0

1.3.0.0

Nette bootstrap form renderer

  Sources   Download

LGPL

The Requires

 

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