HTML Palette#
The HTML Palette on the left side of the Pages area is used to create new instances of page elements (also called DOM nodes).
The elements in this palette can be inserted into pages by dragging them and dropping them into the pages tree view. Upon dropping an element in a page, a new instance of that element is created as the last child of the element where it was dropped.
Notes
- Pages must have an
html
ortemplate
as root element. - Pages can have only one root
html
element. - Pages can have multiple root
template
elements. - When using a
template
the user has to take care of the validity of the document.