Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleParameters


Section
titlePage

The pointer to the projectdoc Document or Confluence page to navigate to on clicking the button.


Section
titleLabel

The label for the button.


Section
titleTitle

The title for the button that will be shown as tool tip.


Section
titleNature

Define the basic HTML structure used to render the action button.

Definition List


buttonRender a button element.
linkRender an anchor element..



Version Box
since4.9

The parameter is available since version 4.9.



Section
titleType

The type of the button.

This will be added (prefixed with "projectdoc-") to the list of CSS selectors of the HTMLelement.

Definition List


action-buttonA button with a call-to-action.
highlight-buttonA button to be highlighted.




Section
titleCSS

Selectors to add to the class attribute of the rendered button HTML element.


Section
titleID

An optional element ID to add to the rendered button HTMLelement.


Section
titleStyles

Additional CSS style information to add the the HTMLbutton element.


...