burnbright/silverstripe-asmselectfield
Composer 安装命令:
composer require burnbright/silverstripe-asmselectfield
包简介
Select multiple fields, with enhancement by javascript.
README 文档
README
Select multiple fields, with enhancement by javascript.
https://code.google.com/p/jquery-asmselect/
Example usage
//decorate member and add the following to updateCMSFields() $groups = Group::get(); if($groups->exists()){ $groupslist = new AsmselectField('Groups','Security Groups', $groups->map()->toArray(),$this->owner->Groups()->map('ID','ID')->toArray()); $fields->addFieldToTab('Root.Security', $groupslist); }
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2015-01-21