Basic Main Functions

WinLIKE.version()
Retrieves the used WinLIKE version.
Look at hlp-info.html (winlike/winedit/).

WinLIKE.ie
Is true if WinLIKE is loaded into an Internet Explorer and false if a Mozilla based browser is used. Is null when the page is loaded into a incompatible browser.
See files of 50_develop_scripts.html (samples/script/).

WinLIKE.browsersize().Height|.Width()
Retrieves the size of the actual browser canvas.
See files of 13_sample_relative.html (samples/relative/).

WinLIKE.errorpage
Specify the errorpage of WinLIKE in case of using a not supported browser. This is not optional but can be set to null
See files of 12_sample_skins.html (samples/skins/).

WinLIKEfilepath and WinLIKEskinpath
Specify the paths of the WinLIKE folders. Do not forget to change the path in the skin definiton.
See 11_sample_properties.html.

WinLIKE.definewindows
Defines the function for the windows definitions.
See files of 12_sample_skins.html (samples/skins/).

WinLIKE.init()
Starts WinLIKE from the Body-onLoad-Function.
See files of 12_sample_skins.html (samples/skins/).

WinLIKE.onload
Defines the function which is called when WinLIKE loading process is completed.
See files of 28_sample_cookies.html (samples/cookies/).

WinLIKE.resizewindows()
Body-onResize-Function. Redraws windows with actual positions and sizes.
See files of 13_sample_relative.html (samples/relative/).

WinLIKE.window(window-name, x-pos, y-pos, width, height, z-index)
Creates a window. The last five values are only start values.
See files of 12_sample_skins.html (samples/skins/).

WinLIKE.addwindow(window-object)
Adds a window to WinLIKE. Returns the actual window number. This number changes after closing and reopening a window.
See files of 12_sample_skins.html (samples/skins/).


Advanced Window Functions

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 the actual number of a window. 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[window-number].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/).

WinLIKE.windows[window-number].draw()
Rerender the window skin after changing properties.
See files of 50_develop_scripts.html (samples/script/).

WinLIKE.windows[window-number].close()
Closes a window.
See files of 50_develop_scripts.html (samples/script/).

WinLIKE.windows[window-number].front()
Brings a window to front.
See files of 50_develop_scripts.html (samples/script/).

WinLIKE.windows[window-number].hideshow()
Hides or shows a window.
See files of 51_develop_winlist.html (samples/script/).

WinLIKE.windows[window-number].minmax()
Minimizes or restores a window.
See files of www.ceiton.com (the Minimize link).

WinLIKE.windows[window-number].innerframe()
Retrieves the window inline frame object.
See files of 54_develop_win_access.html (samples/access/).

WinLIKE.windows[window-number].innerdoc()
Retrieves the window document object.
See files of 54_develop_win_access.html (samples/access/).

WinLIKE.windows[window-number].ovlpos()
Overloads/changes the position of the actual moving window.
See 31_sample_snap_windows.html.

WinLIKE.windows[window-number].ovlsize()
Overloads/changes the size of actual risizing window.
See 31_sample_snap_windows.html.

WinLIKE.maxvals(left, top, right, bottom)
Defines the space between a maximized window and the browser.
See 17_sample_maximizing.html.

WinLIKE.Actual
Retrieves the window number of the actual forground window.
See 60_develop_debug_windows.html.

WinLIKE_x|y
Retrieves or sets the actual WinLIKE mouse coordinates.
See 30_sample_limit_areas.html.


WinList Functions

WinLIKE.winlist.Adr
Address of the customized winlist.
See files of 51_develop_winlist.html (samples/winlist/).

WinLIKE.winlist.getitem(window-number, active, title, window-name, skin)
Defines the style of the items of the winlist.
See files of 51_develop_winlist.html (samples/winlist/).

WinLIKE.winlist.create()
Creates the window-list.
See files of 51_develop_winlist.html (samples/winlist/).

WinLIKE.winlist.show()
Show or hide the winlist.
See files of 51_develop_winlist.html (samples/winlist/).

WinLIKE.winlist.Active
If true the WinList will be automaticaly loaded.
See files of 51_develop_winlist.html (samples/winlist/).


Personalisation Functions

WinLIKE.currentstates(true, true)
Retrieves the window collection status.
See 18_sample_drag&save.html.

WinLIKE.cookie.set()
Saves the actual windows states into a cookie.
See 18_sample_drag&save.html.

WinLIKE.cookie.get()
Retrieves the WinLIKE cookie.
See 18_sample_drag&save.html.

WinLIKE.cookie.Active
If true WinLIKE saves the windows states automatically into the cookie.
See 29_sample_cookies_auto.html.

WinLIKE.reset()
Reset the URL by removing the Deep- and Drag&Save-Part and deletes the WinLIKE cookie.
See 18_sample_drag&save.html.


Help Functions of winxtra.js

recognizeWinLIKE_(top)
Retrieves a referenz to the Frame containing WinLIKE.
See files of 52_develop_inframe.html (samples/inframe/).

actionWinLIKE_(call-string, event)
WinLIKE-support-function like eval. You must not know where WinLIKE is.
See files of 52_develop_inframe.html (samples/inframe/).

submitWinLIKE_(value)
Function for Form-Submits into windows.
See files of 42_develop_submit_same.html (samples/submit_0/) and 43_develop_submit_other.html (samples/submit_1/) and 44_develop_submit_body.html (samples/submit_2/) and 46_develop_submit_summary.html.

formfocusWinLIKE_()
Sets the focus to the first INPUT field because of a very rare IE bug
See files of 42_develop_submit_same.html (samples/submit_0/) and 43_develop_submit_other.html (samples/submit_1/) and 45_develop_submit_redirect-nn.html (samples/submit_3/) and 46_develop_submit_summary.html.

registerWinLIKE_(object)
Use this function to register a frame for WinLIKE or to register a window after a redirect in Netscape.
See files of 53_develop_frameset.html (samples/frameset/) and 45_develop_submit_redirect-nn.html (samples/submit_3/).

getWindowNumber_()
Retrieves the window number, in which the content has been loaded.
See files of 54_develop_win_access.html (samples/access/) and 50_develop_scripts.html (samples/script/).