Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Content 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.

Examples:

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

Where do you save this configuration option? Here.

  • No labels