Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/tagswidget

Contao-Widget: Tags with autocompleter function
https://github.com/psi-4ward/tagswidget

Last synced: 22 days ago
JSON representation

Contao-Widget: Tags with autocompleter function

Awesome Lists containing this project

README

        

tagsWidget
=============

Tag widget with autocompleter for Contao WebCMS
based on http://mootools.net/forge/p/mootagify

Usage DCA
--------
```php
&$GLOBALS['TL_LANG']['tl_table']['tags'],
'exclude' => true,
'inputType' => 'tags',
'options_callback' => array('tl_table','getAllTags')
);
```

Contact, Licence
----------------
**Licence:** LGPL

**Author:** Christoph Wiechert, [4ward.media](http://www.4wardmedia.de)