Example Panel: add item icons in list

This commit is contained in:
rolux 2012-06-22 12:53:04 +02:00
parent e54be15936
commit f51e5e9174

View file

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