[DE][PE] Add tooltips for table styles
This commit is contained in:
parent
bc07f3d748
commit
2e87bd7afa
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue