nextras/form-components

Nette 框架的表单组件。

v1.1.2 2023-04-19 13:38 UTC

This package is auto-updated.

Last update: 2024-09-17 07:01:35 UTC


README

Build Status Downloads this Month Stable version Code coverage

本软件包提供构建 Nette 表单的架构和 UI 组件。

架构组件提供 Nette Forms 的 BaseControl 两种风格

  • 继承自 Nette\Application\UI\Component 的 BaseControl - 支持信号与状态处理的形式控件;
  • 继承自 Nette\Application\UI\Control 的 BaseControl - 支持模板渲染的形式控件 + 与 UI\Component 相同的功能;

UI 组件

  • AutocompleteControl - 支持自动完成信号处理文本输入;
  • DateControl - 日期选择器 - 返回 DateTimeImmutable 实例的文本输入;
  • DateTimeControl - 日期时间选择器 - 返回 DateTimeImmutable 实例的文本输入;

安装

最佳安装方式是使用 Composer

$ composer require nextras/form-components

文档

请参阅示例目录。

许可证

结合 MIT 和 Nette 的。请参阅完整的 许可证