Renders an block or inline element of a page.
The Layout Element Macro renders a block or inline element. It is used by page authors to organize the layout of a page.
Authors may control the name of the HTML element and add element identifiers, CSS selectors, and styles.
The name of the HTML element to render this macro.
The type of the element.
This will be added (prefixed with "projectdoc-") to the list of CSS selectors of the element.
- page-area
- Mark a physical area of a page that relates semantically.
- panel
- A panel of boxes.
- button-panel
- A panel with buttons.
- box
- A box within a panel.
- action-box
- A box with an action button.
- highlight-box
- A box with highlighted information.