2021.2

Table Of Contents
at a time), they may be used to create a Table Of Contents (TOC), as explained in the topic:
"Creating a Table Of Contents" on page931.
For more information about Post Pagination Scripts and their use, see "Post Pagination
Scripts" on page929.
Features that are specific to Control Scripts are listed in the "Post Pagination Script API" on
page1443.
Standard Script API
This page lists the global objects and functions that are available in Standard Scripts, created
inside the Scripts pane. Click through to an object or function to get a description and
examples.
Most of these objects and functions are also available in Control Scripts ("Control Scripts" on
page913) and Post Pagination Scripts ("Post Pagination Scripts" on page929).
For objects and functions restricted to Control Scripts see "Control Script API" on page1405,
and for the Post Pagination Script API see "Post Pagination Script API" on page1443.
The basics of script-writing in the Designer are explained in the following topic: "Writing your
own scripts" on page877.
Objects
Object Description
"results" on
page1448
This object - of the type: QueryResults - is used to manipulate the
content of the template. It contains the HTML element or set of HTML
elements that match the selector of the script, specified in the script
editor.
This object is not available in Control Scripts, because that type of script
doesn't have a selector (see "Control Scripts" on page913).
"this" on
page1364
A Standard script or Post Pagination script that has its scope set to
"Each matched element" (see "Setting the scope of a script" on
page883) will be called in a loop over the elements that match the
selector of the script - the results (see "results" on page1448). In such
a script, this is an object of the type QueryResult. It represents the
Page 1283