mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
WIP sl-Tree
This commit is contained in:
parent
7bde197f86
commit
2d35529380
@ -23,10 +23,6 @@ import {
|
|||||||
egw_keycode_makeValid,
|
egw_keycode_makeValid,
|
||||||
egw_keyHandler
|
egw_keyHandler
|
||||||
} from "../../api/js/egw_action/egw_keymanager";
|
} from "../../api/js/egw_action/egw_keymanager";
|
||||||
import {Et2UrlEmailReadonly} from "../../api/js/etemplate/Et2Url/Et2UrlEmailReadonly";
|
|
||||||
import {Et2SelectEmail} from "../../api/js/etemplate/Et2Select/Select/Et2SelectEmail";
|
|
||||||
import {Et2SelectEmail} from "../../api/js/etemplate/Et2Select/Et2SelectEmail";
|
|
||||||
import {Et2Tree} from "../../api/js/etemplate/Et2TreeWidget/Et2Tree";
|
|
||||||
import {initMailTree} from "../../api/js/etemplate/Et2TreeWidget/MailTree";
|
import {initMailTree} from "../../api/js/etemplate/Et2TreeWidget/MailTree";
|
||||||
/* required dependency, commented out because no module, but egw:uses is no longer parsed
|
/* required dependency, commented out because no module, but egw:uses is no longer parsed
|
||||||
*/
|
*/
|
||||||
@ -256,9 +252,6 @@ app.classes.mail = AppJS.extend(
|
|||||||
var tree_wdg = this.et2.getWidgetById(this.nm_index+'[foldertree]');
|
var tree_wdg = this.et2.getWidgetById(this.nm_index+'[foldertree]');
|
||||||
if (tree_wdg)
|
if (tree_wdg)
|
||||||
{
|
{
|
||||||
initMailTree();
|
|
||||||
|
|
||||||
|
|
||||||
tree_wdg.set_onopenstart(jQuery.proxy(this.openstart_tree, this));
|
tree_wdg.set_onopenstart(jQuery.proxy(this.openstart_tree, this));
|
||||||
tree_wdg.set_onopenend(jQuery.proxy(this.openend_tree, this));
|
tree_wdg.set_onopenend(jQuery.proxy(this.openend_tree, this));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user