vlczech/nette-bootstrap-form

Nette bootstrap 表单渲染器

1.2.1 2016-10-07 23:31 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:58:58 UTC


README

简单的 Nette Bootstrap 表单渲染器。

安装

composer require vlczech/nette-bootstrap-form

使用方法

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

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

对于内联表单,您可以使用 Vlczech\Form\Renderer\BootstrapInlineRenderer

对于垂直表单(Bootstrap 默认),您可以使用 Vlczech\Form\Renderer\BootstrapVerticalRenderer