Hello,
I have a screen where a user can define new data records. There are several different fields in a data record where different images with various sizes can be added.
To make it nice for the user to add all these images I'd like to separate the image upload portion to a greyboxed view. The layout flow would become
- Click new -> Go to new record screen
- Edit some text fields about the object
- Click "image manager" -> Greybox opens with links to upload various sized/shaped images depending on purpose
- Click OK in the image manager -> Greybox closes. User finishes editing the record and saves.
Does anyone know how you would link to a view that has fields to edit an object & pass in an as-yet unsaved object for edit?