2017 © Pedro Peláez
 

typo3-cms-extension kd-tca-autosuggest

This extension provides an autosuggest TCA configuration.

image

kevinditscheid/kd-tca-autosuggest

This extension provides an autosuggest TCA configuration.

  • Wednesday, September 28, 2016
  • by kevinditscheid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

kd_tca_autosuggest

Provides a new render type for TCA select type. For example:, (*1)

$GLOBALS['TCA']['my_table']['columns']['example_column'] => [
    'label' => 'Example column',
    'config' => [
        'type' => 'select',
        'renderType' => 'autosuggest',
        'foreign_table' => 'tt_content'
    ]
];

The configuration options are the same as of other select renderTypes. Please visit the TCA Reference for more information., (*2)

The autosuggest field is done with selectize.js., (*3)

The Versions

28/09 2016

dev-master

9999999-dev https://github.com/bara0801/kd_tca_autosuggest

This extension provides an autosuggest TCA configuration.

  Sources   Download

GPL-3.0+

The Requires

 

by Kevin Ditscheid

extension typo3 tca

21/09 2016

0.1.1

0.1.1.0 https://github.com/bara0801/kd_tca_autosuggest

This extension provides an autosuggest TCA configuration.

  Sources   Download

GPL-3.0+

The Requires

 

by Kevin Ditscheid

extension typo3 tca

19/09 2016

0.1.0

0.1.0.0 https://github.com/bara0801/kd_tca_autosuggest

This extension provides an autosuggest TCA configuration.

  Sources   Download

GPL-3.0+

The Requires

 

by Kevin Ditscheid

extension typo3 tca