[se] Refactoring
Delete asc_CChartStyle. Use CStyleImage. asc_getImageUrl -> asc_getImage, asc_getStyle -> asc_getName
This commit is contained in:
parent
c67a8647b7
commit
7a87550193
|
@ -156,8 +156,8 @@ define([
|
|||
'<% _.each(styles, function(row) { %>',
|
||||
'<ul class="row">',
|
||||
'<% _.each(row, function(style) { %>',
|
||||
'<li data-type="<%= style.asc_getStyle() %>">',
|
||||
'<img src="<%= style.asc_getImageUrl() %>" width="50px" height="50px">',
|
||||
'<li data-type="<%= style.asc_getName() %>">',
|
||||
'<img src="<%= style.asc_getImage() %>" width="50px" height="50px">',
|
||||
'</li>',
|
||||
'<% }); %>',
|
||||
'</ul>',
|
||||
|
|
Loading…
Reference in a new issue