projectdoc Toolbox

Renders an block or inline element of a page.

Categories
Tags
ID
projectdoc-layout-element-macro
Since
2.5

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.

Parameters

Element Name

The name of the HTML element to render this macro.

Type

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.

CSS

Additional CSS selectors to apply to the top-level HTML element.

ID

Optional identifier for the HTML element.

Support Unique ID

In order to transclude the element into another page Confluence may need to make the ID unique within the target page.

If you uncheck this checkbox the ID must be used verbatim. In this case the user is responsible to select a unique ID.

Styles

Additional CSS style information to add the the HTML button element.

Unwrap

By default content is rendered with a wrapping paragraph element. Usually this additional element is redundant.

If this checkbox is checked the wrapping paragraph element (the top-level element of this macro's content) will be removed.

Resources

Action Button Macro
Renders an action button to link to a projectdoc document, Confluence page, or external resource.
Image Element Macro
Renders an image with an overlay text.
Aside Panel Macro
Renders apanel with title and body, layouted with a custom CSS configuration.