Skip to content

xinyeweb/yii2-tagsinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tags Input For Yii2

Tags Input For Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xinyeweb/yii2-tagsinput "*"

or add

"xinyeweb/yii2-tagsinput": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= $form->field($model, 'tags')->widget(\xinyeweb\tagsinput\TagsInput::className()) ?>

提交過去的數據格式為 tag1,tag2,tag3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages