Reference - ss.control.window - Window

Displays a window on the page which contains HTML code. This provides and alternative to the popup window. Window controls initially display in the center of the browser window.

Attributes:

Functions:

Members:

Attributes
background
Display Background Sets the visibility of the background layer which appears between the page of the window if value is set to true.
b - {Boolean} (default = true)
v1.0.0.20080527
[Top]
bgopacity
Background Opacity Sets the opacity of the background layer which appears between the page of the window. Opacity is a value between 0 and 100.
o - {Integer} (default = 50)
v1.0.0.20080527
[Top]
css
Classname style CSS style applied to the overall window.
s - {String} - style name
v1.0.0.20080527
[Top]
css_title
Title Bar Classname style CSS style applied to the title bar of the window.
s - {String} - style name
v1.0.0.20080527
[Top]
height
Height of Window Sets the height of the window. Height may be expressed in pixel units or percentages.
h - {String}
v1.0.0.20080527
[Top]
onclose
On Close Event Called Function String function which is evaluated and then called when the window is closed.
f - {String} - Javascript function.
v1.0.0.20080527
[Top]
resize
Resize Window Makes the window resizable if value is set to true. Window can be resized by the bottom right corner.
b - {Boolean} (default = false)
v1.0.0.20080527
[Top]
title
Title Bar Text Sets the text that appears in the title bar of the window, if titlebar=true.
t - {String} (default = "")
v1.0.0.20080527
[Top]
titlebar
Display Title Bar If titlebar=true, a title bar is added to the window which contains the text specified in the title attribute.
b - {Boolean} (default = true)
v1.0.0.20080527
[Top]
visible
Window Visible Sets the visibility of the window. By default the window is visible. The visibility can be set by calling the functions show() and hide().
b - {Boolean} (default = true)
v1.0.0.20080527
[Top]
width
Width of Window Sets the width of the window. Width may be expressed in pixel units or percentages.
w - {String}
v1.0.0.20080527
[Top]
Functions
destroy
Hide and Destroy Window Destroys the window and releases the elements to be available for reuse.
None
None
v1.0.0.20080527
[Top]
hide
Hide Window Hides the window.
None
None
v1.0.0.20080527
[Top]
show
Show Window Shows the window
None
None
v1.0.0.20080527
[Top]
Members
idb
Title Bar Id Holds the Id of the HTML element that forms the title bar of the window.
v1.0.0.20080527
[Top]
idg
Background Id If attribute background = true then this member holds the Id of the HTML element that forms the background semi-transparent layer between the window and the page.
v1.0.0.20080527
[Top]
idn
Container Id Holds the Id of the HTML element that forms the container of the window.
v1.0.0.20080527
[Top]