Skip to content

Style

A property that can be applied when invoking a Popup. As a Parameter of the configured property, it sets the size of the Popup such as width, height, or the position of the Popup such as left, top. It is entered in pixels.

Figure 1. Property values of the Style parameter

INFO

When newWindow is called, a new window is opened, and at least one of width, height, left, top must be set. If not set, the Screen is called as a new tab in the window, similar to newTab.
Also, to apply width or height, both width and height must be set. If only one of them is registered, the Screen will not be displayed correctly.

Figure 2. Example of newWindow, newTab settings