Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
Provides for a left offset in pixels for positioning pop-up windows on converted screens. The offset is only used when the "window left" property is specified in columns, rather than pixels. The default value is 140 to allow for an Actions panel on the left side.
...
Code Block | ||||
---|---|---|---|---|
| ||||
// remove the offset
pui.leftOffset = 0;
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
// set the offset to 100 pixels
pui.leftOffset = 100;
|
...