Forum Discussion
null null
Aug 23, 2017Iron Contributor
change behavior of new or edit modal window to appear in new tab or window
hi, the new link in the calendar list display modal window. i want it to appear in new tabe. How do to change the behavior. Thanks
mohdadeeb
May 17, 2026Iron Contributor
If the current create/edit form opens in a modal, you may need to modify the application routing or UI behavior so the action opens as a separate page instead. In many web apps this can be done by replacing the modal trigger with a direct URL route or configuring the form action to open in a new browser tab/window for better usability and multitasking.