承接 experius/module-formselectchosen 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • 开发语言: Less

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2016-11-16