Skip to content

v13.17.0

Choose a tag to compare

@tomlyn tomlyn released this 05 Feb 07:48
104e3c6

Feature Enhancements

Common Canvas

No changes

Common Properties

#2256 Add ability to display text description next to Common Properties heading label.

A new Common Properties config showHeadingDesc is added that allows headings to have descriptions displayed as tooltips, which include clickable links. When a link is clicked user will be redirected to the URL specified in the help property.

Description can be included in parmaDef like below.

image

The Description tooltip/Help button will behave in following manner.

  • If only description is provided without help, a tooltip is displayed like below.

    image
  • If there is only help then a help button is displayed and the icon opens the help page.

    image
  • If there are both description and help then the description text with the link from the help section is displayed in a Tooltip like below.

    image

Issues Resolved

Full Changelog: v13.16.0...v13.17.0