typro/bridge-nette-forms

Typro 与 Nette Forms 的集成。

v1.1.0 2023-08-01 08:00 UTC

This package is auto-updated.

Last update: 2024-08-30 01:38:08 UTC


README

Build Status Downloads this Month Latest Stable Version License

Typro 集成到 Nette Forms

Donate

安装

下载最新包 或使用 Composer

composer require typro/bridge-nette-forms

此包需要 PHP 5.6.0 或更高版本,Typro 3.0+ 和 Nette\Forms 2.4+。

用法

// create form
$form = new Nette\Forms\Form; // or Nette\Application\UI\Form

// modify renderer settings
Typro\Bridges\NetteForms\FormConfigurator::configure($form);

许可证: 新 BSD 许可证
作者: Jan Pecha, https://www.janpecha.cz/