2020.1

Table Of Contents
Function Description
"pageRef()"
on page1344
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
page1345
Returns the parent of the HTML element.
"prepend()"
on page1345
Inserts content at the beginning of an HTML element or of each element in
a set of HTML elements.
"remove()" on
page1348
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()"
on page1350
Removes the specified attribute from the current HTML element.
"removeClass
()" on
page1350
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith
()" on
page1351
Replaces the current HTML element (with a snippet, for example). Returns
the current element.
"show()" on
page1351
Shows the HTML element in the template.
"tagName()"
on page1352
Returns the HTML tag name of the element, in uppercase. For an example
see: "Creating a Table Of Contents" on page896.
"text()" on
page1353
Replaces the textcontentof the HTML element with the supplied value, or
returns the text content of the element if no value is supplied.
"width()" on
page1353
Gets or sets the outer width of the HTML element, including padding and
borders.
Page 1321