SilverStripe GridField Components set for bulk upload and bulk record edit, unlink & delete 📦💥
Go to file
colymba 51b9518492 Automatic Fields detection + EditForm generation
Component now finds the Image relation and all 'editable fields' itself.
Also gets the edit Forms from the record's getCMSFields()
+ other little fixes
2012-07-18 02:12:10 +03:00
code Automatic Fields detection + EditForm generation 2012-07-18 02:12:10 +03:00
css Initial commit with files 2012-07-16 23:39:01 +03:00
javascript Automatic Fields detection + EditForm generation 2012-07-18 02:12:10 +03:00
_config.php Initial commit with files 2012-07-16 23:39:01 +03:00
README.md DOC: Updating Readme file 2012-07-16 23:45:14 +03:00

GridFieldBulkImageUpload

SilverStripe 3 GridField component for uploading images in bulk into the managed DataObject relation with option to edit fields on the fly. Useful when GridField is used to manage a collection of DataObject that contain and Image (the image might be the main object the DataObject).

This component is built around the CMSFileAddController editForm, it overwrides and adds some behaviors, templates and styles.