Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

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
javascript
javascript

// remove the offset
pui.leftOffset = 0;

...

Code Block
javascript
javascript

// set the offset to 100 pixels
pui.leftOffset = 100;

...