7911 Posts in 1354 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Sorting in NestedDataObjectManager
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 840 Views |
-
Sorting in NestedDataObjectManager

9 November 2009 at 4:31pm
Hi, I've got an ImageDataObjectManager nested in a DOM, but just can't get the images to display in created order (or any specified order for that matter) and cannot get drag&drop on those images either....any ideas out there?
-
Re: Sorting in NestedDataObjectManager

9 November 2009 at 4:52pm
Can you post the code you're using? What do you mean when you say drag-and-drop isn't working?
-
Re: Sorting in NestedDataObjectManager

9 November 2009 at 4:55pm
sorry, sorted it out just after I posted that one. Stupid mistake in my _config file that was stuffing it up.
For the record tho....what is the correct way to specify mulitple sortable classes in _config??
-
Re: Sorting in NestedDataObjectManager

9 November 2009 at 5:34pm
SortableDataObject::add_sortable_classes(array('Class1','Class2'));
-
Re: Sorting in NestedDataObjectManager

9 November 2009 at 5:42pm
Yep, that explains it, thanks UC
I was trying to do:
SortableDataObject::add_sortable_class('Class1','Class2');
and then dropped back to :SortableDataObject::add_sortable_class('Class1');
SortableDataObject::add_sortable_class('Class2');which worked....but not as elegant a solution
| 840 Views | ||
|
Page:
1
|
Go to Top |
