Skip to content

psi-4ward/tagsWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagsWidget

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

Usage DCA

<?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')
);

Contact, Licence

Licence: LGPL

Author: Christoph Wiechert, 4ward.media