experius/module-formselectchosen
最新稳定版本:1.0.2
Composer 安装命令:
composer require experius/module-formselectchosen
包简介
A module that enabled you to define select and multiselect jQuery chosen fields.
README 文档
README
A module that enabled you to define select and multiselect jQuery chosen fields.
You can get a single select chosen by adding the following code to your field config:
<item name="elementTmpl" xsi:type="string">Experius_FormSelectChosen/selectChosen</item>
<item name="component" xsi:type="string">Experius_FormSelectChosen/js/component/select.chosen</item>
You can get a multiselect chosen by adding the following code to your field config:
<item name="elementTmpl" xsi:type="string">Experius_FormSelectChosen/multiselectChosen</item>
<item name="component" xsi:type="string">Experius_FormSelectChosen/js/component/multiselect.chosen</item>
You could set extra options by using your own elementTmpl. For more information about chosen: https://harvesthq.github.io/chosen/.
统计信息
- 总下载量: 292.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2016-11-16