Lines Matching refs:children

479 						children : [],  property in AnonymousFunctiona82bfad20d00._model.data.#
527 this._data.core.li_height = this.get_container_ul().children("li").first().height() || 24;
639 if(o && o.id !== '#') { this.get_node(o, true).children('.jstree-anchor').focus(); }
645 if(o && o.length) { o.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];
654 if(o) { $(this._firstChild(o)).children('.jstree-anchor').focus(); }
660 if(o && o.length) { o.children('.jstree-anchor').focus(); }
668 if(o) { $(o).children('.jstree-anchor').filter(':visible').focus(); }
877 return this.element.children(".jstree-children").first();
1021 tmp = this._firstChild(obj.children('.jstree-children')[0]);
1072 obj = obj.children(".jstree-children").first().children(".jstree-node:visible:last");
1101 return this.get_container_ul().children(".jstree-node");
1106 return obj.children(".jstree-children").children(".jstree-node");
1116 return obj && (obj.state.loaded === false || obj.children.length > 0);
1199 obj.children = [];
1214 …if(obj.state.loaded && !obj.children.length && dom && dom.length && !dom.hasClass('jstree-leaf')) {
1415 dom.children = [];
1417 var dat = data.is('ul') ? data.children() : data,
1435 p.children = chd;
1453 this.get_container_ul().children('.jstree-initial-node').remove();
1472 dom.children = [];
1518 children : d.children || [], property in AnonymousFunctiona82bfad25300.func.parse_flat.tmp
1571 if(d && d.children && d.children === true) {
1573 tmp.children = [];
1577 for(i = 0, j = tmp.children.length; i < j; i++) {
1578 c = parse_flat(m[tmp.children[i]], tmp.id, ps);
1586 delete d.children;
1608 children : [],
1669 if(d && d.children && d.children.length) {
1670 for(i = 0, j = d.children.length; i < j; i++) {
1671 c = parse_nest(d.children[i], tmp.id, ps);
1673 tmp.children.push(c);
1678 tmp.children_d = tmp.children_d.concat(tmp.children);
1680 if(d && d.children && d.children === true) {
1682 tmp.children = [];
1686 delete d.children;
1699 if(!dat[i].children) {
1700 dat[i].children = [];
1706 m[dat[i].parent.toString()].children.push(dat[i].id.toString());
1711 for(i = 0, j = p.children.length; i < j; i++) {
1712 tmp = parse_flat(m[p.children[i]], par, p.parents.concat());
1742 p.children = chd;
1877 children : [], property in AnonymousFunctiona82bfad25700.data
1899 tmp = d.children('a').first();
1909 tmp = d.children("a").first().length ? d.children("a").first().clone() : d.clone();
1910 tmp.children("ins, i, ul").remove();
1917 data.state.selected = d.children('a').hasClass('jstree-clicked');
1918 data.state.disabled = d.children('a').hasClass('jstree-disabled');
1926 tmp = d.children("a").children(".jstree-themeicon");
1936 tmp = d.children("ul").children("li");
1945 data.children.push(c);
1950 data.children_d = data.children_d.concat(data.children);
1992 children : d.children || [], property in AnonymousFunctiona82bfad25b00.tmp
2045 if(d && d.children && d.children === true) {
2047 tmp.children = [];
2051 for(i = 0, j = tmp.children.length; i < j; i++) {
2052 c = this._parse_model_from_flat_json(m[tmp.children[i]], tmp.id, ps);
2060 delete d.children;
2091 children : [],
2152 if(d && d.children && d.children.length) {
2153 for(i = 0, j = d.children.length; i < j; i++) {
2154 c = this._parse_model_from_json(d.children[i], tmp.id, ps);
2156 tmp.children.push(c);
2161 tmp.children_d = tmp.children_d.concat(tmp.children);
2163 if(d && d.children && d.children === true) {
2165 tmp.children = [];
2169 delete d.children;
2184 …var nodes = this._model.force_full_redraw ? this._model.data['#'].children.concat([]) : this._mode…
2200 if(tmp && tmp.length && tmp.children('.jstree-anchor')[0] !== document.activeElement) {
2201 tmp.children('.jstree-anchor').focus();
2249 node.children('.jstree-children').remove();
2251 if(obj.children.length && obj.state.loaded) {
2255 for(i = 0, j = obj.children.length; i < j; i++) {
2256 k.appendChild(this.redraw_node(obj.children[i], true, true));
2288 deep = deep || obj.children.length === 0;
2298 ind = $.inArray(obj.id, par === null ? m['#'].children : m[obj.parent].children);
2311 if(!deep && obj.children.length && !node.children('.jstree-children').length) {
2315 old = node.children('.jstree-children')[0];
2317 f = node.children('.jstree-anchor')[0] === document.activeElement;
2347 if(obj.state.loaded && !obj.children.length) {
2354 if(obj.parent !== null && m[obj.parent].children[m[obj.parent].children.length - 1] === obj.id) {
2397 if(deep && obj.children.length && (obj.state.opened || force_render) && obj.state.loaded) {
2401 for(i = 0, j = obj.children.length; i < j; i++) {
2402 k.appendChild(this.redraw_node(obj.children[i], deep, true));
2492 if(animation && d.children(".jstree-children").length) {
2493 d.children(".jstree-children").stop(true, true);
2495 if(obj.children.length && !this._firstChild(d.children('.jstree-children')[0])) {
2507 .children(".jstree-children").css("display","none").end()
2509 .children(".jstree-children").stop(true, true)
2595 d.attr("aria-expanded", false).children('.jstree-children').remove();
2599 .children(".jstree-children").attr("style","display:block !important").end()
2601 .children(".jstree-children").stop(true, true).slideUp(animation, function () {
2603 d.children('.jstree-children').remove();
2747 …this.get_node(obj,true).children('.jstree-anchor').removeClass('jstree-disabled').attr('aria-disab…
2776 …this.get_node(obj,true).children('.jstree-anchor').addClass('jstree-disabled').attr('aria-disabled…
2817 p = this.get_node(this._data.core.last_clicked.parent).children,
2863 if(!obj || !obj.length || obj.children('.jstree-hovered').length) {
2869 obj.children('.jstree-anchor').addClass('jstree-hovered');
2888 if(!obj || !obj.length || !obj.children('.jstree-hovered').length) {
2891 obj.children('.jstree-anchor').removeClass('jstree-hovered');
2929 dom.attr('aria-selected', true).children('.jstree-anchor').addClass('jstree-clicked');
2979 dom.attr('aria-selected', false).children('.jstree-anchor').removeClass('jstree-clicked');
3107 if(!tmp[i].children.length) {
3240 children : [], property in _model._model.#
3307 m[obj.parent].children[$.inArray(obj.id, m[obj.parent].children)] = id;
3312 for(i = 0, j = obj.children.length; i < j; i++) {
3313 m[obj.children[i]].parent = id;
3323 …i.attr('id', id).children('.jstree-anchor').attr('id', id + '_anchor').end().attr('aria-labelledby…
3408 tmp.children = [];
3430 for(i = 0, j = obj.children.length; i < j; i++) {
3432 this.get_json(obj.children[i], options, flat);
3435 tmp.children.push(this.get_json(obj.children[i], options));
3439 return options && options.flat ? flat : (obj.id === '#' ? tmp.children : tmp);
3472 pos = $.inArray(par.id, tmp.children);
3477 pos = $.inArray(par.id, tmp.children) + 1;
3485 pos = par.children.length;
3491 if(pos > par.children.length) { pos = par.children.length; }
3512 for(i = 0, j = par.children.length; i < j; i++) {
3513 tmp[i >= pos ? i+1 : i] = par.children[i];
3516 par.children = tmp;
3586 pos = $.inArray(obj.id, par.children);
3593 par.children = $.vakata.array_remove(par.children, pos);
3646 …if((!more || !more.is_multi) && (obj.id === par.id || $.inArray(obj.id, par.children) === pos || $…
3718 …a[old_par] && old_ins._model.data[old_par].children ? $.inArray(obj.id, old_ins._model.data[old_pa…
3737 pos = $.inArray(par.id, new_par.children);
3740 pos = $.inArray(par.id, new_par.children) + 1;
3747 pos = new_par.children.length;
3753 if(pos > new_par.children.length) { pos = new_par.children.length; }
3759 dpc = new_par.children.concat();
3770 new_par.children = tmp;
3788 …old_ins._model.data[old_par].children = $.vakata.array_remove_item(old_ins._model.data[old_par].ch…
3795 for(i = 0, j = new_par.children.length; i < j; i++) {
3796 dpc[i >= pos ? i+1 : i] = new_par.children[i];
3799 new_par.children = dpc;
3901 pos = $.inArray(par.id, new_par.children);
3904 pos = $.inArray(par.id, new_par.children) + 1;
3911 pos = new_par.children.length;
3917 if(pos > new_par.children.length) { pos = new_par.children.length; }
3939 for(i = 0, j = new_par.children.length; i < j; i++) {
3940 dpc[i >= pos ? i+1 : i] = new_par.children[i];
3943 new_par.children = dpc;
3971 …a[old_par] && old_ins._model.data[old_par].children ? $.inArray(obj.id, old_ins._model.data[old_pa…
4108 a = obj.children('.jstree-anchor');
4132 var i = s.children(".jstree-rename-input"),
4304 dom = this.get_node(obj, true).children(".jstree-anchor").children(".jstree-themeicon");
4351 …this.get_node(obj, true).children(".jstree-anchor").children(".jstree-themeicon").addClass('jstree…
4371 …obj.icon = dom.length ? dom.children(".jstree-anchor").children(".jstree-themeicon").attr('rel') :…
4373 …dom.children(".jstree-anchor").children(".jstree-themeicon").removeClass('jstree-themeicon-hidden'…
4550 if(!m[p.children_d[i]].children.length) {
4559 for(i = 0, j = p.children.length; i < j; i++) {
4560 c += m[p.children[i]].state[ t ? 'selected' : 'checked' ];
4567 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass( t ? 'jstree-clicked' : 'jstre…
4603 for(i = 0, j = par.children.length; i < j; i++) {
4604 c += m[par.children[i]].state[ t ? 'selected' : 'checked' ];
4611 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4666 …tmp.attr('aria-selected', false).children('.jstree-anchor').removeClass(t ? 'jstree-clicked' : 'js…
4697 for(i = 0, j = p.children.length; i < j; i++) {
4698 c += m[p.children[i]].state[ t ? 'selected' : 'checked' ];
4705 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4725 for(i = 0, j = p.children.length; i < j; i++) {
4726 c += m[p.children[i]].state[ t ? 'selected' : 'checked' ];
4733 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4745 for(i = 0, j = p.children.length; i < j; i++) {
4746 c += m[p.children[i]].state[ t ? 'selected' : 'checked' ];
4754 …tmp.attr('aria-selected', true).children('.jstree-anchor').addClass(t ? 'jstree-clicked' : 'jstree…
4764 …tmp.attr('aria-selected', false).children('.jstree-anchor').removeClass(t ? 'jstree-clicked' : 'js…
4836 s.children('.jstree-anchor').children('.jstree-checkbox').addClass('jstree-undetermined');
4948 dom.children('.jstree-anchor').addClass('jstree-checked');
4988 dom.children('.jstree-anchor').removeClass('jstree-checked');
5118 if(!tmp[i].children.length) {
5404 a = d.children(".jstree-anchor"),
5439 a = d.children(".jstree-anchor");
5554 if(!o.length || !o.children("ul").length) { return; }
5555 var e = o.children("ul"),
5716 …ind(".vakata-context-hover").removeClass("vakata-context-hover").end().end().children('a').focus();
5723 …o = vakata_context.element.find("ul:visible").addBack().last().children(".vakata-context-hover").r…
5724 …if(!o.length) { o = vakata_context.element.find("ul:visible").addBack().last().children("li:not(.v…
5725 o.addClass("vakata-context-hover").children('a').focus();
5732children("ul").show().children("li:not(.vakata-context-separator)").removeClass("vakata-context-ho…
5739 …o = vakata_context.element.find("ul:visible").addBack().last().children(".vakata-context-hover").r…
5740 …if(!o.length) { o = vakata_context.element.find("ul:visible").addBack().last().children("li:not(.v…
5741 o.addClass("vakata-context-hover").children('a').focus();
5770 vakata_context.element.find("li:has(ul)").children("a").addClass("vakata-context-parent");
5864 …dnd.touch === 'selected' && !$(e.currentTarget).closest('.jstree-node').children('.jstree-anchor')…
5914 ….children().attr('class', 'jstree-' + ins.get_theme() + ' jstree-' + ins.get_theme() + '-' + ins.g…
5919 …ta.event.target === ins.get_container_ul()[0]) && ins.get_container_ul().children().length === 0) {
5934 …gs.dnd.large_drop_target ? $(data.event.target).closest('.jstree-node').children('.jstree-anchor')…
5962 … i = ip === 'first' ? 0 : (ip === 'last' ? tm.children.length : Math.min(ip, tm.children.length));
5977 if(ps > $.inArray(data.data.nodes[t1], pr.children)) {
6471 this._data.search.dom.children(".jstree-anchor").addClass('jstree-search');
6482 ….filter(".jstree-children").each(function () { $(this).children(".jstree-node:visible").eq(-1).add…
6491 ….filter(".jstree-children").each(function () { $(this).children(".jstree-node:visible").eq(-1).add…
6571 …ch(v.text).isMatch) ) && (!s.search_leaves_only || (v.state.loaded && v.children.length === 0)) ) {
6587 this._data.search.dom.children(".jstree-anchor").addClass('jstree-search');
6607 this._data.search.dom.children(".jstree-anchor").removeClass("jstree-search");
6824 if(obj && obj.children && obj.children.length) {
6825 obj.children.sort($.proxy(this.settings.sort, this));
7061 if(tmp.children && $.isArray(tmp.children)) {
7062 tmp.children = this._delete_ids(tmp.children);
7076 if(chk !== 'move_node' || $.inArray(obj.id, par.children) === -1) {
7078 …ax_children !== undefined && tmp.max_children !== -1 && tmp.max_children === par.children.length) {
7200 if(!par || !par.children) { return true; }
7205 for(i = 0, j = par.children.length; i < j; i++) {
7206 c.push(s ? m[par.children[i]].text : m[par.children[i]].text.toLowerCase());
7256 for(i = 0, j = par.children.length; i < j; i++) {
7257 dpc.push(s ? m[par.children[i]].text : m[par.children[i]].text.toLowerCase());
7305 tmp.children('.jstree-wholerow').addClass('jstree-wholerow-clicked');
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…
7319 $(e.currentTarget).closest(".jstree-node").children(".jstree-anchor").first().trigger(tmp);
7333 …$(e.currentTarget).closest(".jstree-node").children(".jstree-anchor").first().trigger(tmp).focus();
7338 …$(e.currentTarget).closest(".jstree-node").children(".jstree-anchor").first().trigger(tmp).focus();