21298 Posts in 5735 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 440 Views |
-
Drag and Drop

11 July 2011 at 5:09am
I have a page with six video flv's I would like to be able to re order them as new ones are added so the newest is at the top How do I add this facility to silverstripe Thanks
-
Re: Drag and Drop

11 July 2011 at 8:14pm
Well the only drag and drop I know is this one...
http://silverstripe.org/sortweight-module/But if you just want the latest at the top then the DataObject that contains the stuff you can add a default sort..
$default_sort = 'Created DESC'; // or 'ID DESC';
hope this helps
-
Re: Drag and Drop

12 July 2011 at 5:39pm
swaiba,
Thank you so much for taking the time to reply That's what I wanted to know Many thanks once again Regards
| 440 Views | ||
|
Page:
1
|
Go to Top |


