sebkln/ajaxselectlist
Composer 安装命令:
composer require sebkln/ajaxselectlist
包简介
Provides a drop-down list which uses Ajax to load records into the page.
README 文档
README
Preface
You can find a more detailed documentation including several screenshots and how-tos on docs.typo3.org (HTML) and in the Documentation/ folder (ReST).
What does it do?
This extension provides a drop-down list which uses Ajax to load records into the page without reloading the website.
- potential uses: for instance listing of employees or branch stores
- use title, richtext and multimedia assets (images, videos, ...)
- support of both RTE extensions (rtehtmlarea and rte_ckeditor)
- multilanguage support
- based on Extbase and Fluid
- easy installation
- fully functional, but basic Fluid templates without further styling, because:
- the templates are meant for customization! Simply adapt them to your specific design and needs.
- Ajax request possible with both jQuery.ajax() and XMLHttpRequest().
Compatibility
TYPO3 8.7.0 - 9.5.99
Installation
To install the extension, perform the following steps:
- Go to the Extension Manager
- Load and install the extension
- Include the static template Select list with Ajax call (ajaxselectlist) into your TypoScript template
- Add permissions for the plugin and records for your editors
Note: You can choose between an Ajax request with jQuery or vanilla JavaScript (XMLHttpRequest). Default is the jQuery solution. You'll need to include the jQuery library yourself! Please refer to the full manual for details how to switch to the XMLHttpRequest.
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2017-03-22