I need open a window to give some data to the addon like a URL to visit and other data. When these data is entered successfully user clicks a [GO] button and open a new tab where load this URL and so on.
So I already have a button in the addon bar to trigger this window open action. But how can I open this window and how can I load the needed form to receive these data?
I need open a window to give some data to the addon like a
Share
Use a prompt to display the form input and open the window using the openUILinkIn function. Pass the input as the first argument, and “tab” as the second argument: