Tag widget with autocompleter for Contao WebCMS based on http://mootools.net/forge/p/mootagify
<?php
// tags field
$GLOBALS['TL_DCA']['tl_table']['fields']['tags'] = array
(
'label' => &$GLOBALS['TL_LANG']['tl_table']['tags'],
'exclude' => true,
'inputType' => 'tags',
'options_callback' => array('tl_table','getAllTags')
);
Licence: LGPL
Author: Christoph Wiechert, 4ward.media