xindong888/yii2tags

There is no license information available for the latest version (v1.0) of this package.

v1.0 2017-09-19 13:23 UTC

This package is auto-updated.

Last update: 2024-04-17 17:15:35 UTC


README

功能说明:

yii2表单的输入项内添加标签

效果如下:

image

使用说明: 表单视图内填写一下内容

 <?= $form->field($model, 'tags')->widget(\yii2tags\TagsInputWidgetX::className()) ?>

本Widget是基于bootstrap-tagsInput.js

bootstrap-tagsInput.js是jquery的标签插件

更多配置说明可以参看官网http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/bootstrap-2.3.2.html