Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IApplicationWindowConfig

Configuration object for creating a new IApplicationWindow.

Hierarchy

  • IApplicationWindowConfig

Index

Properties

Optional autoFocus

autoFocus: boolean

Whether to focus the window after creating it.

Optional features

features: string

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

example

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

Optional isPopup

isPopup: 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.

Optional title

title: string

Title for the new window

Optional url

url: 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.