2022.1

Table Of Contents
Function Description
page902
"overflows()" on
page963
Returns a boolean value indicating whether the current HTML element
overflows its box boundaries.
"pageRef()" on
page905
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
page906
Returns the parent of the HTML element.
"prepend()" on
page907
Inserts content at the beginning of an HTML element or of each
element in a set of HTML elements.
"prev()" on
page909
Returns the previous sibling of the current HTML element.
"remove()" on
page911
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()" on
page912
Removes the specified attribute from the current HTML element.
"removeClass()"
on page912
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith()"
on page913
Replaces the current HTML element (with a snippet, for example).
Returns the current element.
"show()" on
page914
Shows the HTML element in the template.
"tagName()" on
page914
Returns the HTML tag name of the element, in uppercase. For an
example see: "Creating a Table Of Contents" on page443.
Page 881