10390 Posts in 2201 Topics by 1712 members
| Go to End | ||
| Author | Topic: | 4287 Views |
-
Re: MultiSelectField Fix

4 August 2011 at 9:10am
For anyone reading this - https://github.com/ajshort/silverstripe-itemsetfield is a great alternative
-
Re: MultiSelectField Fix

4 August 2011 at 9:24pm
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 typingWe 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 -
Re: MultiSelectField Fix

16 September 2011 at 3:03pm Last edited: 16 September 2011 3:13pm
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.
-
Re: MultiSelectField Fix

17 September 2011 at 9:48pm
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
)));
| 4287 Views | ||
| Go to Top |



