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.

By default, Profound UI will clear any lines (based on "cursor row" property on each widget) occupied by a record format that is written with the "clear line" property in effect. This is done to prevent overlapping HTML elements in the event that "clear line" is used to overlap multiple record formats onto the same screen area.

...

Code Block
JavaScript
JavaScript

pui["clear overlapped lines"] = false;

...