chrisgruen/ajaxselectlist

Test ajax

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-master / 10.x-dev 2021-06-04 05:51 UTC

This package is auto-updated.

Last update: 2024-04-04 12:28:26 UTC


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:

  1. Go to the Extension Manager
  2. Load and install the extension
  3. Include the static template Select list with Ajax call (ajaxselectlist) into your TypoScript template
  4. 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.