add "open in new tab" item
Posted: Tue Sep 24, 2019 10:28 am
I want add "open in new tab" item to the context menu. How can I do this?
I can get a link href from the DOM and open the link in new window, but in this case an OnClick event handler does not execute.
Also I can not emulate click and use BeforePopup event in my case BeforePopup event does't execute becouse my site is SPA and just use history.pushState and history.replaceState with ajax query
I can get a link href from the DOM and open the link in new window, but in this case an OnClick event handler does not execute.
Also I can not emulate click and use BeforePopup event in my case BeforePopup event does't execute becouse my site is SPA and just use history.pushState and history.replaceState with ajax query