1
0
Fork 0
forked from 0x2620/oxjs

add titleImage option to TextList columns

This commit is contained in:
rlx 2011-11-03 12:57:46 +00:00
commit bf9f14cf03
2 changed files with 12 additions and 8 deletions

View file

@ -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
},