Change default mode of a popup

Probably the simplest way is to copy & paste the XML for your global action “creating” popup into a new row action “viewing” popup, and then change the mode for the field editors in the new one.

You have to maintain two versions of basically the same thing that way…
At least until the next release? (looks hopefully toward the Skuid)

Otherwise, you could change the modes of the field editors with with javascript based on whether the record was new.

Can anyone think of another way?

If there’s a way to pass a parameter to a page include that would somehow change the mode, that would be handy too, but I haven’t seen anything like that done.