Activate API
Purpose
This api allows a window to be move to the front and given focus. Â This API is needed since JS web apps have no capability to perform such a function. Â
An example use case might be: Â the main window might be minimized (or otherwise hidden) and the notification shows that the user then clicks on. Â The web app needs to ability to bring the window to the foreground and give focus.
Activate API
ssf.activate(windowName);
windowName (string) is the name of the window to bring forward. Â It is currently assumed the main window has the name 'main'. Â Child windows (if used via window.open) should be given a unique name when created.
Need help? Email help@finos.org
we'll get back to you.
Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.