forked from 0x2620/oxjs
add titleImage option to TextList columns
This commit is contained in:
parent
b056a22172
commit
bf9f14cf03
2 changed files with 12 additions and 8 deletions
|
|
@ -69,13 +69,8 @@ Ox.ListMap = function(options, self) {
|
|||
},
|
||||
id: 'countryCode',
|
||||
resizable: false, // fixme: implement
|
||||
/*
|
||||
// fixme: why does this not work? it does in folderBrowserList
|
||||
title: $('<img>').attr({
|
||||
src: Ox.UI.getImageURL('symbolFlag')
|
||||
}),
|
||||
*/
|
||||
title: '\u2691',
|
||||
title: 'Flag',
|
||||
titleImage: 'flag',
|
||||
visible: true,
|
||||
width: 16
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue