forked from 0x2620/oxjs
load svg images inline
This commit is contained in:
parent
6118eae51a
commit
dd7191e8d4
12 changed files with 78 additions and 59 deletions
|
|
@ -64,7 +64,7 @@ Ox.ListMap = function(options, self) {
|
|||
},
|
||||
id: 'countryCode',
|
||||
resizable: false, // fixme: implement
|
||||
title: '<img src="' + Ox.UI.getImagePath('symbolFlag.svg') +
|
||||
title: '<img src="' + Ox.UI.getImageURL('symbolFlag') +
|
||||
'" style="width: 10px; height: 10px; padding: 3px 1px 1px 3px"/>',
|
||||
visible: true,
|
||||
width: 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue