Idea Summary
Allow modal dialog title to show context info by including page items values where appropriate
Use Case
Including a dynamic value in a modal dialog is a common requirement to reinforce the context of the data being edited. I tried many combinations of populating page items using page processes/computations and page items populated from SELECT statements but they all seemed to be calculated too late to be included in the modal dialog title. Or at least none of the things I tried was working as I was hoping. Googling around I found Ronny Weiss' Dynamic Dialog Title plugin with which I ended up being able to accomplish my goal. Studying the plugin, it appeared to boil down to one strategic line of JavaScript that dynamically set the title, but this situation seems common enough that it should be something I could have accomplished without having to discover 3rd-party plugins or learn JavaScript.