Add tooltipTitle property for toolbarSectionButton to allow showing another text than tool label on mouse hover
This commit is contained in:
parent
02fd276227
commit
2977cd0f8c
@ -4,7 +4,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
<div id="{{this.id}}"
|
<div id="{{this.id}}"
|
||||||
class="toolbarSectionButton rp-x-1 {{this.classes}} {{activeClass}} {{#if this.disabled}}disabled{{/if}} {{#if this.disableFunction}}{{#if (disableButton)}}disabled{{/if}}{{/if}}"
|
class="toolbarSectionButton rp-x-1 {{this.classes}} {{activeClass}} {{#if this.disabled}}disabled{{/if}} {{#if this.disableFunction}}{{#if (disableButton)}}disabled{{/if}}{{/if}}"
|
||||||
title="{{this.title}}">
|
title="{{#if this.tooltipTitle}}{{this.tooltipTitle}}{{else}}{{this.title}}{{/if}}">
|
||||||
<div class="svgContainer">
|
<div class="svgContainer">
|
||||||
{{#if this.svgLink}}
|
{{#if this.svgLink}}
|
||||||
<svg>
|
<svg>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user