Widget_window.main - gd-99/symbiogd GitHub Wiki
This function returns a window which is a main window of an app.
When the window is closed, the process in which it has been created is stopped.
Description
jQuery $.w.window.main( object options )
Creates a main window.
Parameters
- object options : window's options.
Return value
A jQuery object corresponding to the created main window.
Options, methods, events, examples
See window.