mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
[DE][PE] Add tooltips for table styles
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user