axApplicationWindow
Description
This is application property to set the popup window behaviour in TS2. Setting of this property will affect all the screens in the entire application, except the screens in which axPopupWindow has been added (see screen window extension).
This application property is for TS-2 only.
Properties
|
Name |
Description and Comments |
JavaScript |
Shipped default |
|---|---|---|---|
|
left |
Sets the popup window left position |
Yes. |
-1 |
|
top |
Sets the popup window top position |
Yes. |
-1 |
|
type |
Set the popup window and screen rendering in aXes-TS2. Allowable values are: -1 Default will get popup parameter from the URL if available. 0 Off all enhanced window handling. 1 Turns on the detection of degraded DDS windows only. 2 Turns on the “keep the previous screen background” behaviour only. 3 Turns on both. |
Yes |
-1 |
See Also
axPopupWindow – Popup window screen extension
URL Parameters in Tutorial 12 - Deployment