|
|
@ -93,6 +93,7 @@ function rcube_treelist_widget(node, p)
|
|
|
|
this.get_item = get_item;
|
|
|
|
this.get_item = get_item;
|
|
|
|
this.get_node = get_node;
|
|
|
|
this.get_node = get_node;
|
|
|
|
this.get_selection = get_selection;
|
|
|
|
this.get_selection = get_selection;
|
|
|
|
|
|
|
|
this.is_search = is_search;
|
|
|
|
|
|
|
|
|
|
|
|
/////// startup code (constructor)
|
|
|
|
/////// startup code (constructor)
|
|
|
|
|
|
|
|
|
|
|
@ -574,6 +575,14 @@ function rcube_treelist_widget(node, p)
|
|
|
|
select(selection);
|
|
|
|
select(selection);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
function is_search()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return search_active;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Render the tree list from the internal data structure
|
|
|
|
* Render the tree list from the internal data structure
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|