2022.1

Table Of Contents
Function Description
page1451
"overflows()" on
page1514
Returns a boolean value indicating whether the current HTML element
overflows its box boundaries.
"pageRef()" on
page1453
Returns a marker that will be replaced with the element's page number
after pagination. This only works for elements in the section that is
currently being merged.
"parent()" on
page1454
Returns the parent of the HTML element.
"prepend()" on
page1455
Inserts content at the beginning of an HTML element or of each
element in a set of HTML elements.
"prev()" on
page1458
Returns the previous sibling of the current HTML element.
"remove()" on
page1459
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()" on
page1461
Removes the specified attribute from the current HTML element.
"removeClass()"
on page1461
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith()"
on page1461
Replaces the current HTML element (with a snippet, for example).
Returns the current element.
"show()" on
page1462
Shows the HTML element in the template.
"tagName()" on
page1463
Returns the HTML tag name of the element, in uppercase. For an
example see: "Creating a Table Of Contents" on page972.
Page 1429