承接 belsignum/form-range 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

belsignum/form-range

Composer 安装命令:

composer require belsignum/form-range

包简介

Adds a Range (input type=range) form element for TYPO3 EXT:form with FormEditor support.

README 文档

README

This extension adds a Range (input type="range") form element to TYPO3’s Form Framework and ships a tiny ES module to display the current slider value next to the input.

Works with TYPO3 v12.4 (primary) and is prepared for v13.

Contents

Features

  • New FormEditor element type: Range → renders <input type="range">
  • Uses your own FE partial (Resources/Private/Frontend/Partials/Range.html)
  • Proper BE stage tile (label/required) using the core’s stage template
  • Lightweight ESM for live value display next to the slider

Requirements

  • PHP 8.3+
  • TYPO3 12.4.x (tested), prepared for 13.x
  • EXT:form installed/enabled

Installation

Composer

composer require belsignum/form-range

Classic (copy)

Copy the extension to typo3conf/ext/form_range and activate it in the Extension Manager.

The extension auto-imports a tiny TypoScript snippet to wire the Form YAML (FE + BE). No manual static include required.

After installation, clear all caches and reopen the Form module. You should find Range (Slider) under the Inputs group.

License

MIT

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-23