skien/formgenerator
Composer 安装命令:
composer create-project skien/formgenerator
包简介
Create complex HTML forms
README 文档
README
Overview
This package can be used to create complex input forms. Multiple input fields can be arranged in rows or in several columns.
In addition to the 'usual' form elements, the package contains an element for entering color values and a range element to which a label can be assigned, in which the current selection of the slider is automatically displayed.
Additionaly the package contains JavaScript-based pickers for
- date fields
- time fields
- color fields
and integrated JS validation of
- date values
- time values
- numerical values (integer, floating point and currency fields).
The input formats can be configured to meet country-specific requirements. The design can be completely adapted to your own needs using an individual stylesheet.
The form definition can be made directly in the PHP code or within a XML file (for this purposes a XSD schema is provided with the package to make it easy to check the validation of the XML definition).
The package also contains an element that can be used to integrate the WYSIWYG editor 'CKEditor 4' into a form. The complete configuration is done from the PHP side. A connector to the open source file manager 'RichFilemanager' is included for selecting graphics or to create links to other files on the server.
Documentation
As this package supports a lot of functionality and can be configured in a wide range, a detailed documentation can be found in the wiki of thos repository.
In the example directory you will find sample forms that show the use of all supported elements and currently provides two different themes.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-12