2020.1

Table Of Contents
Function Description
page913 overflows its box boundaries.
"pageRef()" on
page860
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
page861
Returns the parent of the HTML element.
"prepend()" on
page862
Inserts content at the beginning of an HTML element or of each
element in a set of HTML elements.
"remove()" on
page865
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()" on
page866
Removes the specified attribute from the current HTML element.
"removeClass()"
on page866
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith()"
on page867
Replaces the current HTML element (with a snippet, for example).
Returns the current element.
"show()" on
page868
Shows the HTML element in the template.
"tagName()" on
page868
Returns the HTML tag name of the element, in uppercase. For an
example see: "Creating a Table Of Contents" on page429.
"text()" on
page869
Replaces the textcontentof the HTML element with the supplied value,
or returns the text content of the element if no value is supplied.
"width()" on
page869
Gets or sets the outer width of the HTML element, including padding
and borders.
Page 838