touch5/t5button2form
Composer 安装命令:
composer require touch5/t5button2form
包简介
Adds a content element button2form, witch is a call to action button to a form
README 文档
README
This extension adds a content element that creates a button linking to a form, with the ability to pass a subject parameter to the form.
Features
- Choose between Bootstrap and Outline button styles
- Select from various button colors (primary, secondary, success, etc.)
- Define a button label
- Link to a specific page
- Pass a subject parameter to a form
Installation
Install the extension using Composer:
composer require touch5/t5button2form
Global Configuration
The extension provides global configuration options that can be set in the TYPO3 Extension Manager:
Extension Configuration
- Enable Touch5 Group: Enable or disable the Touch5 group in the new content element wizard.
- Group Name: Change the name of the group in the new content element wizard.
To access these settings:
- Go to the TYPO3 backend
- Navigate to Admin Tools > Settings > Extension Configuration
- Select "t5button2form" from the list
- Adjust the settings as needed
- Save the configuration
Content Element Group
The extension registers a content element group in the new content element wizard. This group is configured in:
- EditorInterface.yaml: Defines the group for the content block
- config.yaml: Also defines the group for the content block
- NewContentElementWizard.tsconfig: Defines the group globally for the TYPO3 backend
The group configuration can be customized through the extension configuration.
Usage
- Add a new content element to your page
- Select the "Button2Form" content element type from the "Touch5" group
- Configure the button type, class, label, link, and subject
- Save and close
How it works
The button creates a link to the selected page and passes the subject parameter as a query parameter. When a form on the target page has a field with the identifier "subject", the PreFormHook will automatically set the default value of that field to the subject parameter from the URL.
Example
<f:link.page pageUid="123" additionalParams="{subject: 'My Subject'}" class="btn btn-primary">
Click me
</f:link.page>
This will create a link to page 123 with the subject parameter "My Subject". If there's a form on page 123 with a field with the identifier "subject", it will be pre-filled with "My Subject".
touch5/t5button2form 适用场景与选型建议
touch5/t5button2form 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 56 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 07 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 touch5/t5button2form 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 touch5/t5button2form 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-07-19