Lines Matching refs:get_node
639 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);
1099 obj = this.get_node(obj, true);
1115 obj = this.get_node(obj);
1125 obj = this.get_node(obj);
1135 obj = this.get_node(obj);
1145 obj = this.get_node(obj);
1155 obj = this.get_node(obj);
1181 obj = this.get_node(obj);
1207 this.get_node(obj, true).addClass("jstree-loading").attr('aria-busy',true);
1213 var dom = this.get_node(obj, true);
1272 obj = this.get_node(obj);
1400 obj = this.get_node(obj);
1414 dom = this.get_node(dom);
1471 dom = this.get_node(dom);
2199 tmp = this.get_node(fe, true);
2239 var obj = this.get_node(node),
2246 node = this.get_node(node, true);
2271 var obj = this.get_node(node),
2467 obj = this.get_node(obj);
2489 d = this.get_node(obj, true);
2554 obj = this.get_node(obj);
2582 obj = this.get_node(obj);
2591 d = this.get_node(obj, true);
2657 obj = this.get_node(obj);
2659 var dom = obj.id === '#' ? this.get_container_ul() : this.get_node(obj, true), i, j, _this;
2685 this.trigger('open_all', { "node" : this.get_node(original_obj) });
2697 obj = this.get_node(obj);
2699 var dom = obj.id === '#' ? this.get_container_ul() : this.get_node(obj, true),
2724 obj = this.get_node(obj);
2742 obj = this.get_node(obj);
2747 …this.get_node(obj,true).children('.jstree-anchor').removeClass('jstree-disabled').attr('aria-disab…
2771 obj = this.get_node(obj);
2776 …this.get_node(obj,true).children('.jstree-anchor').addClass('jstree-disabled').attr('aria-disabled…
2799 …re.last_clicked && this._data.core.last_clicked.id !== undefined ? this.get_node(this._data.core.l…
2801 … this._data.core.selected.length) { this._data.core.last_clicked = this.get_node(this._data.core.s…
2810 this._data.core.last_clicked = this.get_node(obj);
2815 var o = this.get_node(obj).id,
2817 p = this.get_node(this._data.core.last_clicked.parent).children,
2835 …this.trigger('changed', { 'action' : 'select_node', 'node' : this.get_node(obj), 'selected' : this…
2852 this.trigger('activate_node', { 'node' : this.get_node(obj) });
2862 obj = this.get_node(obj, true);
2876 this.trigger('hover_node', { 'node' : this.get_node(obj) });
2887 obj = this.get_node(obj, true);
2898 this.trigger('dehover_node', { 'node' : this.get_node(obj) });
2917 obj = this.get_node(obj);
2921 dom = this.get_node(obj, true);
2970 obj = this.get_node(obj);
2974 dom = this.get_node(obj, true);
3055 obj = this.get_node(obj);
3068 …return full ? $.map(this._data.core.selected, $.proxy(function (i) { return this.get_node(i); }, t…
3095 return full ? $.map(tmp, $.proxy(function (i) { return this.get_node(i); }, this)) : tmp;
3111 return full ? $.map(obj, $.proxy(function (i) { return this.get_node(i); }, this)) : obj;
3275 obj = this.get_node(obj);
3280 this.get_node(obj, true).find('.jstree-open').each(function() { opened.push(this.id); });
3302 obj = this.get_node(obj);
3321 i = this.get_node(obj.id, true);
3341 obj = this.get_node(obj);
3362 obj = this.get_node(obj);
3365 if(this.get_node(obj, true).length) {
3391 obj = this.get_node(obj || '#');
3454 par = this.get_node(par);
3471 tmp = this.get_node(par.parent);
3476 tmp = this.get_node(par.parent);
3500 tmp = this.get_node(node);
3519 if(callback) { callback.call(this, this.get_node(node)); }
3528 …this.trigger('create_node', { "node" : this.get_node(node), "parent" : par.id, "position" : pos });
3548 obj = this.get_node(obj);
3583 obj = this.get_node(obj);
3585 par = this.get_node(obj.parent);
3641 obj = obj && obj.id ? obj : this.get_node(obj);
3642 par = par && par.id ? par : this.get_node(par);
3687 par = this.get_node(par);
3710 obj = obj && obj.id ? obj : this.get_node(obj);
3715 …new_par = (!pos.toString().match(/^(before|after)$/) || par.id === '#') ? par : this.get_node(par.…
3860 par = this.get_node(par);
3883 obj = obj && obj.id ? obj : this.get_node(obj);
3887 …new_par = (!pos.toString().match(/^(before|after)$/) || par.id === '#') ? par : this.get_node(par.…
3927 tmp = this.get_node(node);
3986 o = this.get_node(obj[t1]);
4013 o = this.get_node(obj[t1]);
4052 obj = this.get_node(obj);
4093 obj = this.get_node(obj);
4300 obj = this.get_node(obj);
4304 dom = this.get_node(obj, true).children(".jstree-anchor").children(".jstree-themeicon");
4331 obj = this.get_node(obj);
4348 obj = this.get_node(obj);
4351 …this.get_node(obj, true).children(".jstree-anchor").children(".jstree-themeicon").addClass('jstree…
4368 obj = this.get_node(obj);
4370 dom = this.get_node(obj, true);
4565 tmp = this.get_node(p, true);
4573 p = this.get_node(p.parent);
4583 par = this.get_node(obj.parent),
4584 dom = this.get_node(obj, true),
4609 tmp = this.get_node(par, true);
4617 par = this.get_node(par.parent);
4627 var obj = this.get_node('#'),
4639 dom = this.get_node(obj, true),
4664 tmp = this.get_node(obj.parents[i], true);
4692 var p = this.get_node(data.parent),
4703 tmp = this.get_node(p, true);
4711 p = this.get_node(p.parent);
4718 new_par = this.get_node(data.parent),
4722 p = this.get_node(old_par);
4731 tmp = this.get_node(p, true);
4739 p = this.get_node(p.parent);
4752 tmp = this.get_node(p, true);
4762 tmp = this.get_node(p, true);
4771 p = this.get_node(p.parent);
4797 var tmp = tt.get_node(this), tmp2;
4834 s = this.get_node(p[i], true);
4887 obj = this.get_node(obj);
4919 this.trigger('activate_node', { 'node' : this.get_node(obj) });
4939 obj = this.get_node(obj);
4943 dom = this.get_node(obj, true);
4979 obj = this.get_node(obj);
4983 dom = this.get_node(obj, true);
5062 obj = this.get_node(obj);
5075 …return full ? $.map(this._data.checkbox.selected, $.proxy(function (i) { return this.get_node(i); …
5104 return full ? $.map(tmp, $.proxy(function (i) { return this.get_node(i); }, this)) : tmp;
5122 return full ? $.map(obj, $.proxy(function (i) { return this.get_node(i); }, this)) : obj;
5127 tmp = this.get_node(obj);
5216 obj = inst.get_node(data.reference);
5234 obj = inst.get_node(data.reference);
5246 obj = inst.get_node(data.reference);
5268 obj = inst.get_node(data.reference);
5284 obj = inst.get_node(data.reference);
5303 obj = inst.get_node(data.reference);
5400 obj = this.get_node(obj);
5403 d = this.get_node(obj, true),
5438 var d = this.get_node(obj, true),
5867 var obj = this.get_node(e.target),
5877 …return $.vakata.dnd.start(e, { 'jstree' : true, 'origin' : this, 'obj' : this.get_node(obj,true), …
5922 …= ins ? data.data.origin.get_node(data.data.nodes[t1]) : data.data.nodes[t1]), '#', 'last', { 'dnd…
5958 tm = ins.get_node(ref.parent());
5976 pr = ins.get_node(p);
5981 … !== ins ? data.data.origin.get_node(data.data.nodes[t1]) : data.data.nodes[t1]), p, ps, { 'dnd' :…
6020 … nodes[i] = data.data.origin ? data.data.origin.get_node(data.data.nodes[i]) : data.data.nodes[i];
6474 s = s.concat(this.get_node(r[i]).parents);
6516 inside = this.get_node(inside);
6823 obj = this.get_node(obj);
7068 obj = obj && obj.id ? obj : this.get_node(obj);
7069 par = par && par.id ? par : this.get_node(par);
7099 par = this.get_node(par.parent);
7116 obj = this.get_node(obj);
7133 obj = this.get_node(obj);
7153 obj = this.get_node(obj);
7198 obj = obj && obj.id ? obj : this.get_node(obj);
7199 par = par && par.id ? par : this.get_node(par);
7244 par = this.get_node(par);
7303 tmp = this.get_node(data.selected[i], true);
7310 …this.get_node(data.node, true).find('.jstree-clicked').parent().children('.jstree-wholerow').addCl…
7314 …this.get_node(data.node, true).children('.jstree-wholerow')[e.type === "hover_node"?"addClass":"re…