Table of Contents

Text

Live demo

Renders a documentation button.

Node name : documentation-button

Attributes

Bound

Attribute Type Required Default value Description
property-name string true UI view property name

Unbound

Attribute Type Required Default value Description
title string false The title to be displayed in the modal
text string false The text to be displayed in the modal

Remarks

When the property-name attribute is filled :

  • The title displays the Documentation of the UI view property.
  • The text displays the Caption of the UI view property.

Examples

Bound

 <documentation-button property-name="Name"/>

Unbound

 <documentation-button title="Modal Title" text="Modal Text"/>