[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) { %>',
|
'<% _.each(styles, function(row) { %>',
|
||||||
'<ul class="row">',
|
'<ul class="row">',
|
||||||
'<% _.each(row, function(style) { %>',
|
'<% _.each(row, function(style) { %>',
|
||||||
'<li data-type="<%= style.asc_getStyle() %>">',
|
'<li data-type="<%= style.asc_getName() %>">',
|
||||||
'<img src="<%= style.asc_getImageUrl() %>" width="50px" height="50px">',
|
'<img src="<%= style.asc_getImage() %>" width="50px" height="50px">',
|
||||||
'</li>',
|
'</li>',
|
||||||
'<% }); %>',
|
'<% }); %>',
|
||||||
'</ul>',
|
'</ul>',
|
||||||
|
|
Loading…
Reference in a new issue