stop opening all those new windows

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

stop opening all those new windows

Miklos Balazs
Hi,

I would like to accomplish either of the following:

- When someone clicks on an entry in the summary page, the form detail should open in the same window, not in a new one

<or>

- When someone clicks on the save button in the detail page (the save button is handled by a custom process in my case), close the current page so the user would see the summary page again

Regards and thanks for any help,
Miklós

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Jez
Reply | Threaded
Open this post in threaded view
|

Re: stop opening all those new windows

Jez
To accomplish your first suggestion, not OOB, but you can edit the following file:

orbeon-form-runner.jar/apps/fr/summary/view.html

and remove the references to _blank targets.

This involves editing the content of the jar archive under ~/WEB-INF/lib, and would of course be overwritten by any upgrades.

Regards

Jez
Reply | Threaded
Open this post in threaded view
|

Re: stop opening all those new windows

Alessandro  Vernet
Administrator
In reply to this post by Miklos Balazs
Hi Miklós,

See Jez's answer for your first question. For the second one, the window/tab should close when users click on the close button, if you enabled that button. If the window/tab can't be closed, users are taken back to the summary page when they hit close.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet