2021.2

Table Of Contents
OLConnect 2021.2 Designer Improvements
Sheet Configuration Repeats added
Sheet configuration can now be repeated after a fixed number of sheets.
For example when a script adds a number of paragraphs from a snippet based on the record
index, the number of pages and sheets will increase when browsing through the records.
(SHARED-82191)
Retrieve a list of image resources
Added an option to retrieve a list of image resources via user/control scripting. This caters for
scenarios such as validating whether a certain image exists in a template before setting the src
attribute of an element in script. (SHARED-82303)
Improved handling of read-only Templates
Improved the handling on read-only OL-template files. (SHARED-82177)
Improvements include:
l Added a visual cue in Designer to indicate a Template is read-only.
l Saving changes in read-only files now launches the Save as dialog.
Retrieve the position information of elements
Introduced new script option results.position(), which can be used to retrieve the position (X
and Y offset) of matched elements. This allows you to determine locations on the page and
dynamically perform actions based upon the positions. (SHARED-81098)
Page 1521