Home
last modified time | relevance | path

Searched refs:get_node (Results 1 – 2 of 2) sorted by relevance

/plugin/metaeditor/
Djstree.js639 if(o && o.id !== '#') { this.get_node(o, true).children('.jstree-anchor').focus(); }
650 …this.open_node(e.currentTarget, function (o) { this.get_node(o, true).children('.jstree-anchor').f…
653 o = this.get_node(e.currentTarget, true).children('.jstree-children')[0];
818 var tmp = this.get_node(e.currentTarget);
829 … this.get_node(this.element.attr('aria-activedescendant'), true).find('> .jstree-anchor').focus();
941 get_node : function (obj, as_dom) { method
981 obj = obj.parents ? obj : this.get_node(obj);
1002 obj = this.get_node(obj, true);
1047 obj = this.get_node(obj, true);
1086 obj = this.get_node(obj);
[all …]
Dscript.js105 var parentNode = tree.get_node(id);
138 var parentNode = tree.get_node(id);
173 var node = data.instance.get_node(data.selected[0]);
214 var node = data.instance.get_node(data.selected[0]);