Commit 28a4bf62 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Added hints for the table templates.

parent 93cf75ce
......@@ -1385,7 +1385,8 @@ define([
type : item.asc_getType(),
imageUrl : item.asc_getImage(),
allowSelected : true,
selected : false
selected : false,
tip : item.asc_getDisplayName()
});
});
......
......@@ -387,7 +387,8 @@ define([
type : template.asc_getType(),
imageUrl : template.asc_getImage(),
allowSelected : true,
selected : false
selected : false,
tip : template.asc_getDisplayName()
});
});
self.cmbTableTemplate.menuPicker.store.add(arr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment