From f51e5e91747e57f83ae28d91b4dbdb23f7e4e642 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Jun 2012 12:53:04 +0200 Subject: [PATCH] Example Panel: add item icons in list --- source/Ox.UI/js/Code/ExamplePanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Code/ExamplePanel.js b/source/Ox.UI/js/Code/ExamplePanel.js index caf13d9f..f210eb1d 100644 --- a/source/Ox.UI/js/Code/ExamplePanel.js +++ b/source/Ox.UI/js/Code/ExamplePanel.js @@ -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