How to open a new window using UI action javascript after clicking a button?
I have tried to create a UI button and want to open a new window with a url using the button.It seems that window.open does not work and I notice that there is a function action.setRedirectURL().Does anyone how to open a new window?
