1
0
Fork 0
forked from 0x2620/oxjs

support highlighting in icon list text

This commit is contained in:
rlx 2012-02-01 11:57:21 +00:00
commit 1ae47b761b
4 changed files with 41 additions and 37 deletions

View file

@ -36,6 +36,7 @@ Ox.IconList = function(options, self) {
centerSelection: false,
defaultRatio: 1,
draggable: false,
find: '',
fixedRatio: false,
id: '',
item: null,
@ -106,6 +107,7 @@ Ox.IconList = function(options, self) {
};
return self.options.itemConstructor(Ox.extend(data, {
borderRadius: self.options.borderRadius,
find: self.options.find,
iconHeight: self.iconHeight,
iconWidth: self.iconWidth,
imageHeight: data.height,