Simple class including the getters/setters for properties
that can be set when opening browser windows. Note that all of these
may not work on all platforms and browsers. For meaning of all these
attributes
"http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp"
is good reference.
Note that modeless and modal popups (IE proprietary extension) are not really
fully-functional browser windows and should only be used for displaying statical content.
author: Taimo Peelo (taimo@araneaframework.org)
getDialogHide() DialogHide specifies whether the dialog window is hidden when printing or using print preview.
This feature is only available when a dialog box is opened from a trusted application.
DialogHide specifies whether the dialog window is hidden when printing or using print preview.
This feature is only available when a dialog box is opened from a trusted application.
The default is no. Applicable to modal and modeless popups.
Specifies whether the dialog window displays the border window chrome.
This feature is only available when a dialog box is opened from a trusted application. The default is no.
Applicable to modal and modeless popups.
public void setChannelmode(String channelmode)(Code)
setDialogHeight
public void setDialogHeight(String dialogHeight)(Code)
Sets the height of the dialog window (see Remarks for default unit of measure).
Applicable to modal and modeless popups.
Parameters: dialogHeight -
setDialogHide
public void setDialogHide(String dialogHide)(Code)
setDialogLeft
public void setDialogLeft(String dialogLeft)(Code)
Sets the left position of the dialog window relative to the upper-left corner of the desktop.
Applicable to modal and modeless popups.
Parameters: dialogLeft -
Sets the left position of the dialog window relative to the upper-left corner of the desktop.
Applicable to modal and modeless popups.
Parameters: dialogTop -
setDialogWidth
public void setDialogWidth(String dialogWidth)(Code)
Sets the width of the dialog window (see Remarks for default unit of measure).
Applicable to modal and modeless popups.
Parameters: dialogWidth -
setDirectories
public void setDirectories(String directories)(Code)
Specifies whether the dialog window displays the border window chrome.
This feature is only available when a dialog box is opened from a trusted application. The default is no.
Applicable to modal and modeless popups.