Provides 'list builder' or 'dual lists' ux pattern as a form field for Silverstripe CMS.
Two lists of items - a "master" list and a "selected" list.
You can move items between the lists and sort them. In SS this
field is interchangable with CheckboxSetField except for
adding the sort field.
Same as CheckboxSetField, except that you can specify the column
used for sorting on the many-many relation the field is saved into.
It can also save a comma-delimited list of id's into a text field
instead if needed, in which case the sort column is irrelevant.
$fields->push(new ListBuilderField('Slides', 'Slides', Slides()::get()->Map(), 'SortOrder'));
Mark Guinn [email protected]
Pull requests welcome! Just stick to the SS coding guidelines.
MIT (see LICENSE for text)
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem