Last date modified: 2025-Jul-02

Interface: IApplicationWindowConfig

Configuration object for creating a new IApplicationWindow.

Properties

autoFocus?

optionalautoFocus: boolean

Whether to focus the window after creating it.


features?

optionalfeatures: string

The comma separated list of requested features of the new window.

Example

Copy
"height=600,width=800,location=no,scrollbars=no,menubar=no"

isPopup?

optionalisPopup: boolean

Is this a popup window or a tabbed window


name

name: string

String indicating name of the popup window. Should not contain whitespace and should be unique.


title?

optionaltitle: string

Title for the new window


url?

optionalurl: string

URL of the page to be loaded in the window. If the empty string is specified, a blank page is opened in the window.

Return to top of the page
Feedback