Add tooltipTitle property for toolbarSectionButton to allow showing another text than tool label on mouse hover

This commit is contained in:
Evren Ozkan 2016-11-23 18:23:18 -05:00
parent 02fd276227
commit 2977cd0f8c

View File

@ -4,7 +4,7 @@
{{else}}
<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}}"
title="{{this.title}}">
title="{{#if this.tooltipTitle}}{{this.tooltipTitle}}{{else}}{{this.title}}{{/if}}">
<div class="svgContainer">
{{#if this.svgLink}}
<svg>