diff --git a/docs/src/xhtml/components/asides/index.xhtml b/docs/src/xhtml/components/asides/index.xhtml index 4d661df7d..ad60b1181 100644 --- a/docs/src/xhtml/components/asides/index.xhtml +++ b/docs/src/xhtml/components/asides/index.xhtml @@ -289,6 +289,35 @@
  • The new Aside will float the top of the z-index
  • + +

    Tooltip on aside header

    +
    +

    + A tooltip can be added to the aside header with the + data-ts.tooltip attribute. Set the value equal to the text to be + displayed in the tooltip. +

    +
    + +
    +

    + Run the script below to open the Aside with tooltip. +

    +
    + +
    +
    @@ -413,5 +442,16 @@ + + diff --git a/src/runtime/edbml/scripts/ts.ui.HeaderBarSpirit.edbml b/src/runtime/edbml/scripts/ts.ui.HeaderBarSpirit.edbml index 71d6f0018..01c549afb 100644 --- a/src/runtime/edbml/scripts/ts.ui.HeaderBarSpirit.edbml +++ b/src/runtime/edbml/scripts/ts.ui.HeaderBarSpirit.edbml @@ -4,6 +4,7 @@ var id = (this.$instanceid + header.$instanceid); var color = header.color; + var tooltip = header.tooltip;