Interface: WindowInstantiator

JSWindows#WindowInstantiator

Something that can be used to open a window.
Source:

Methods

open(content) → {CloseableWindow}

Open a window.
Parameters:
Name Type Description
content Document The HTML content of the window as an HTML/XML Document object
Source:
Returns:
The newly created window
Type
CloseableWindow