forked from 0x2620/oxjs
support highlighting in icon list text
This commit is contained in:
parent
4dba56ba87
commit
1ae47b761b
4 changed files with 41 additions and 37 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue