[DE][PE] Add tooltips for table styles

This commit is contained in:
Julia Radzhabova 2019-06-10 16:01:10 +03:00
parent bc07f3d748
commit 2e87bd7afa
2 changed files with 4 additions and 2 deletions

View file

@ -721,7 +721,8 @@ define([
arr.push({
imageUrl: template.asc_getImage(),
id : Common.UI.getId(),
templateId: template.asc_getId()
templateId: template.asc_getId(),
tip : template.asc_getDisplayName()
});
});
self.cmbTableTemplate.menuPicker.store.add(arr);

View file

@ -690,7 +690,8 @@ define([
arr.push({
imageUrl: template.asc_getImage(),
id : Common.UI.getId(),
templateId: template.asc_getId()
templateId: template.asc_getId(),
tip : template.asc_getDisplayName()
});
});
self.cmbTableTemplate.menuPicker.store.add(arr);