1778 Posts in 581 Topics by 555 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 185 Views |
-
CheckboxSetField Defaults not working

3 October 2012 at 2:50am
Hi I'm using SilverStripe 2.4.7
I am generating around 250+ checkboxes, using a DataObjectSet of DataObjects, and want all of them to be checked by default. I tried passing the same array that populates the checkboxsetfield to the setDefaultItems method like so...
$checkBox->setDefaultItems( $values );
but that didn't work. I'm completely stumped as I can't find anything else that even hints at how to do this and I'm getting desperate.I just keep getting this error.
in_array() expects parameter 2 to be array, object given
Thank you.
| 185 Views | ||
|
Page:
1
|
Go to Top |

