For anyone reading this - https://github.com/ajshort/silverstripe-itemsetfield is a great alternative
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
- Previous 10 entries
- 1
- 2
- 3
- Page 44(current)
hi jam13,
in addition to validation handling we added some other features to the module yesterday.
1) counting the items in both columns and show the number under each column
2) checkbox "Select All" on both sides
3) search filter above the columns that filters both cloumns while typing
We didnt test them very extensive but at a first look they seem to work fine.
If you like i can give you the code so that you can integrate it into your next release.
Regards
lx
Itemsetfield quickly got the job done. Thank you ajshort.
My question is if there is any way to change $default_options per page type. I haven't looked into changing ItemSetFields default options.
I'd like to make this Sortable, and Turn off the Picked items in the search.
For example, The new config accepts options in the 4th argument as an array
$fields->addFieldToTab('Root.Content.Testimonials', new HasManyPickerField(
$this,
'Testimonials',
'Pick a Testimonial',
array(
'Sortable' => true,
'ShowPickedInSearch' => false
)));
- Previous 10 entries
- 1
- 2
- 3
- Page 44(current)