From e5e93d8e12e0a63d209b8988490619e2d7c47469 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 18 Dec 2012 15:04:59 +0100 Subject: [PATCH] Ox.CustomList: handle query update --- source/Ox.UI/js/List/CustomList.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/js/List/CustomList.js b/source/Ox.UI/js/List/CustomList.js index ae5fc506..7088973d 100644 --- a/source/Ox.UI/js/List/CustomList.js +++ b/source/Ox.UI/js/List/CustomList.js @@ -41,6 +41,9 @@ Ox.CustomList = function(options, self) { }); } }, + query: function() { + self.$list.options({query: self.options.query}); + }, selected: function() { self.$list.options({selected: self.options.selected}); // FIXME: TableList doesn't trigger event here