定制 ajaximple/forms 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ajaximple/forms

最新稳定版本:v5.0.0

Composer 安装命令:

composer require ajaximple/forms

包简介

Nette form extensions from AJAXimple.

README 文档

README

GitLab Tag GitLab Release Packagist Downloads Packagist License Gitlab Pipeline Status Packagist Dependency Version

Quickstart

This extension add more form components to Yours forms.

Instalation

Download

The best way to install AJAXimple/forms is using Composer:

$ composer require ajaximple/forms

Registering

You can enable the extension using your neon config:

extensions:
	AJAXimpleForms: AJAXimple\Forms\AJAXimpleFormsExtension

Injecting

You can simply inject factory in Your Presenters/Services:

public function __construct(AJAXimple\Forms\FormFactory $formFactory)
{
    parent::__construct();
    ....
}

or You can create your own form using:

public function createComponentMyForm()
{
    $form = new AJAXimple\Forms\Form();
    ...
    return $form;
}

Documentation

For details on how to use this package, check out our documentation.

Versions

StateVersionBranchNettePHP
stable^5.0.0Nette4.04.0>=8.4

Development

This package is currently maintaining by these authors:

TonnyJe

Conclusion

This extension requires PHP 8.4, Nette4.0, and it is property of Antonín Jehlář © 2020 - 2025

统计信息

  • 总下载量: 1.45k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-02-05