2017 © Pedro Peláez
 

silverstripe-module silverstripe-asmselectfield

Select multiple fields, with enhancement by javascript.

image

burnbright/silverstripe-asmselectfield

Select multiple fields, with enhancement by javascript.

  • Wednesday, January 21, 2015
  • by jedateach
  • Repository
  • 0 Watchers
  • 1 Stars
  • 51 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe ASM Select Field

Select multiple fields, with enhancement by javascript., (*1)

https://code.google.com/p/jquery-asmselect/, (*2)

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);
}

The Versions

21/01 2015

dev-master

9999999-dev

Select multiple fields, with enhancement by javascript.

  Sources   Download

BSD-2-Clause

The Requires

 

select silverstripe field multiple