Tag

标签的实用程序类

抽象的

3.1

Joomla CMS

方法

ajaxfield

这只是 formbehavior.ajaxchosen 方法的代理

ajaxfield( selector = '#jform_tags',  allowCustom = true) : 
static 已弃用

3.1

已弃用

4.0 将在 6.0 中删除,将不进行替换

参数

selector

string标签字段的 DOM ID

allowCustom

bool允许自定义值的标志

响应

void

options

返回一个标签数组。

options(mixed||string|int config = ['filter.published' => [0, 1]]) : mixed||string|int
static

3.1

参数

config

array<string|int, mixed>一个配置选项数组。默认情况下,只返回已发布和未发布的类别。

响应

array<string|int, mixed>

tags

返回一个标签数组。

tags(mixed||string|int config = ['filter.published' => [0, 1]]) : mixed||string|int
static

3.1

参数

config

array<string|int, mixed>一个配置选项数组。默认情况下,只返回已发布和未发布的标签。

响应

array<string|int, mixed>标签数据

属性

items

标签项目的缓存数组。

static

3.1

类型

array<string|int, mixed>