Advanced Window Functions
From WinLIKE Wiki
WinLIKE.createwindow(window-object)
Creates a window at runtime - alternative to WinLIKE.addwindow().
See files of 50_develop_scripts.html (samples/script/)
and 60_develop_debug_windows.html (samples/debug/).
WinLIKE.openaddress(url, query-string, window-name, window-number, reopen, untouch z-Index)
Opens a window with the specified address or loads a page into a window.
See files of 52_develop_inframe.html (samples/inframe/).
WinLIKE.searchwindow(window-name)
Searches for a window by name and returns the window-number. This number changes after closing and reopening a window.
See files of 50_develop_scripts.html (samples/script/).
WinLIKE.setlink(href, window-number, isLink)
Retrieves the relative URL for changing a link per script because IE/NN-differences.
See files of 50_develop_scripts.html (samples/script/)
and 55_develop_linkchange.html (samples/change/).
WinLIKE.windows[window-number]
Array of current WinLIKE-windows.
See files of 13_sample_relative.html (samples/relative/).
WinLIKE.windows[].Ski [also .Mn|.Nam|.Vis|...]
Sets a property of a window. Do not change the address (.Adr) in this way, use WinLIKE.openaddress.
See Properties API and files from 50_develop_scripts.html (samples/script/).
Rerender the window skin after changing properties.
See files of 50_develop_scripts.html (samples/script/).
Closes a window.
See files of 50_develop_scripts.html (samples/script/).
Brings a window to front.
See files of 50_develop_scripts.html (samples/script/).
Hides or shows a window.
See files of 51_develop_winlist.html (samples/script/).
Minimizes or restores a window.
See files of www.ceiton.com (the Minimize link).
WinLIKE.windows[].innerframe()
Retrieves the window inline frame object.
See files of 54_develop_win_access.html (samples/access/).
Retrieves the window document object.
See files of 54_develop_win_access.html (samples/access/).
Overloads/changes the position of the actual moving window.
See 31_sample_snap_windows.html (samples/snap/).
Overloads/changes the size of actual risizing window.
See 31_sample_snap_windows.html (samples/snap/).
WinLIKE.maxvals(left, top, right, bottom)
Defines the space between a maximized window and the browser.
See 17_sample_maximizing.html.
Retrieves the window number of the actual forground window.
See 60_develop_debug_windows.html.
Retrieves or sets the actual WinLIKE mouse coordinates.
