Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
In nuBuilderPro I could do a "save & close" using nuSaveForm with operation=2.
My workaround is to call nuSaveAction() followed by nuGetBreadcrumb() but nuGetBreadcrumb executes before the save has returned, so I have the following workaround:
I have a form to apply pre-defined adjustments to (potentially) alot of data and trying to keep the number of user clicks to a minimum.
I have the "save & close" in the click event of buttons (one for each adjustment type) on the edit form, so not quite what I'm looking for as this still makes two clicks per adjustment!