psi/tags-widget

Contao 管理标签的 Widget

安装次数: 1,268

依赖: 1

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 2

开放问题: 0

语言:JavaScript

类型:contao-module

2.0.8 2019-03-01 10:05 UTC

This package is auto-updated.

Last update: 2024-08-29 04:12:03 UTC


README

基于 http://mootools.net/forge/p/mootagify 的 Contao WebCMS 自动完成标签 Widget

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

联系,许可证

许可证: LGPL

作者: Christoph Wiechert, 4ward.media