Example Panel: add item icons in list
This commit is contained in:
parent
e54be15936
commit
f51e5e9174
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ Ox.ExamplePanel = function(options, self) {
|
|||
});
|
||||
self.$list = Ox.TreeList({
|
||||
expanded: true,
|
||||
icon: Ox.UI.getImageURL('symbolCenter'),
|
||||
items: treeItems,
|
||||
selected: self.options.selected ? [self.options.selected] : [],
|
||||
width: self.options.size
|
||||
|
|
Loading…
Reference in a new issue