From 10d389a9fc6f46376a2f8ef21745ea8517735562 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 11 Dec 2012 16:37:48 +0100 Subject: [PATCH] update ColumnList --- source/Ox.UI/js/List/ColumnList.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Ox.UI/js/List/ColumnList.js b/source/Ox.UI/js/List/ColumnList.js index 4429d0b8..fd81eb39 100644 --- a/source/Ox.UI/js/List/ColumnList.js +++ b/source/Ox.UI/js/List/ColumnList.js @@ -77,6 +77,10 @@ Ox.ColumnList = function(options, self) { items: id ? self.options.items[index[0]].items[index[1]].items : [] }); } + that.triggerEvent('select', { + id: column.id, + ids: data.ids + }); } }); });