Magnolia - User mailing list wrote: > > - Create your own DialogHandler class (add NodeData "class" with the > implementing class to the dialog definition) by extending > ParagraphEditDialog and implement onPostSave(SaveHandler saveControl). > This method is called after the dialog has been saved. >
Ah, this was exactly the piece of the puzzle I was lacking. I mocked some stuff up in my dev environment and have the post-save callback working nicely. Now it's just a matter of filling in the bits I already knew how to do. Thanks, Ralf! Greg, I actually worked up an implementation with the DMS yesterday, which worked great. Unfortunately, we already have a lot of image galleries in our system, and don't want to confuse things by having two types of gallery available. (Plus, we'd done some cool thumbnail selection stuff in our existing gallery, and the prospect of reimplementing it on top of the DMS made my head hurt.) We're still on Magnolia 3.5.8, so I don't have access to the CustomSaveHandler yet. (We're waiting for 3.6.2 to upgrade our stuff.) Best, Sean -- View this message in context: http://www.nabble.com/Uploading-ZIP-Files-tp19688724p19691594.html Sent from the Magnolia - User mailing list archive at Nabble.com. ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
