7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » DataObjectManager & Swfupload Modules Won't Install?
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 1795 Views |
-
Re: DataObjectManager & Swfupload Modules Won't Install?

24 July 2009 at 6:41pm
I would use the ResourcePage code example to replicate the hasmanyfilemanager functionality. Also, it's not documented yet, but the AssetManager field will allow you to attach file objects directly to a page without having to wrap them in a dataobject, like FileDataObjectManager requires. I prefer the latter because I often want other attributes on my files, but AssetManager is as easy as:
new AssetManager($this,'MyFiles','MyFileClass');
ImageAssetManager works the same.
-
Re: DataObjectManager & Swfupload Modules Won't Install?

27 July 2009 at 9:39am
Thanks heaps UC I got it working.... well you got it working with the example files. It's an awesome module, very useful functionality! Apologies for the confused forum posts I've been submitting.
| 1795 Views | ||
| Go to Top |

