window_position_x[1] = 50;
|
This specifies the position, along the X-axis of the web page where the inline window will be positioned.
|
window_position_y[1] = 200;
|
This specifies the position, along the Y-axis of the web page where the inline window will be positioned.
|
window_position_width[1] = 150;
|
This specifies the width of the inline window.
|
window_position_height[1] = 150;
|
This specifies the height of the inline window.
|
window_position_zindex[1] = 10;
|
This specifies the default z-index of the inline window. Normally you want this to be a low value so other inline windows, as they come into focus, will be shown on top as the active inline window.
|
window_position_id[1] = "number_one";
|
This specifies the ID of the DIV element that holds the inline window.
|
window_visible[1] = "visible";
|
This specifies whether the current inline window is visible. If you wish to hide the inline window, use a value of 'hidden' instead.
|
window_ifrm[1] = "";
|
If the DIV contains an iframe, this will hold the src value of the iframe. Typically, this array is set with dynamic inline windows, not manually.
|
window_ifrmname[1] = "";
|
If the DIV contains an iframe, this will hold the ID of the iframe. Typically this array is set with dynamic inline windows, not manually.
|
window_title[1] = "A Title";
|
If the DIV contains the header bar, this will hold the text that will be displayed in the header bar.
|
window_title_class[1] = "css_class_name";
|
CSS class associated to title area. If nothing is specified, the tabtitle css class is referenced.
|
window_resize[1] = "yes";
|
Equals yes if window can be resized, otherwise set it to no.
|