Hi all,
I have created a ribbon bar extension with a popup window that manipulates data on a product (meta keywords). All is well, I just need one last simple thing done...
When user clicks "ok" in the popup window I need to either reload the product, or to close the product view going back to the list of products in that group.
I did fiddle with:
window.AddEventListener(PopUpWindowEvent.Ok,"WindowOk");
...but can't really get anything to do the trick. Must I register some client script? Where? How?
Best regards,
Steen