From 00dd283999fd42870bc2ea8412a4e39f7c52060c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 7 Aug 2014 18:00:31 +0200 Subject: Getter to detect if treelist widget is in search mode --- program/js/treelist.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'program/js/treelist.js') diff --git a/program/js/treelist.js b/program/js/treelist.js index 5071026f1..916cf0e2d 100644 --- a/program/js/treelist.js +++ b/program/js/treelist.js @@ -93,6 +93,7 @@ function rcube_treelist_widget(node, p) this.get_item = get_item; this.get_node = get_node; this.get_selection = get_selection; + this.is_search = is_search; /////// startup code (constructor) @@ -574,6 +575,14 @@ function rcube_treelist_widget(node, p) select(selection); } + /** + * + */ + function is_search() + { + return search_active; + } + /** * Render the tree list from the internal data structure */ -- cgit v1.2.3