Lines Matching refs:expanded
2294 IGNORE_MAP = { children: true, expanded: true, parent: true }; // TODO: should be global property
2324 promise = this.setExpanded(patch.expanded);
2966 return !!this.expanded;
3088 if (!n.expanded) {
3140 this.expanded = true;
3230 this.parent.expanded = false;
3373 if (this.expanded) {
3379 if (!this.expanded && (this.children || this.lazy)) {
3514 this.expanded = false;
4181 expanded: true, property
4735 if (node.expanded) {
4743 if (!node.expanded && (node.children || node.lazy)) {
5413 (includeHidden || node.expanded)
5425 if (!includeHidden && n.children && !n.expanded) {
5470 (includeHidden || node.expanded) &&
5595 if (ac[i] !== node && ac[i].expanded) {
6206 node.expanded = false; // #449, #459
6355 if (isRootNode || node.expanded || deep === true) {
6361 !node.expanded
6473 node.expanded = true;
6690 if (node.expanded) {
6691 cnList.push(cn.expanded);
6697 $ariaElem.attr("aria-expanded", Boolean(node.expanded));
6751 (node.expanded ? "e" : "c") +
6758 (node.expanded ? "e" : "c") +
6904 if ((node.expanded && flag) || (!node.expanded && !flag)) {
6934 if (flag && !node.expanded && opts.autoCollapse) {
6989 node.expanded = flag;
7002 isExpanded = !!node.expanded;
7009 node.expanded || !parent ? "" : "none";
7393 return this.nodeSetExpanded(ctx, !ctx.node.expanded);
7818 expanded: "fancytree-expanded", property
10452 !node.expanded &&
11413 if (opts.autoExpand && !matchedByBranch && !p.expanded) {
11555 if (node._filterAutoExpanded && node.expanded) {
11967 if (node.expanded && node.hasChildren()) {
12019 node.expanded && node.hasChildren()
12023 icon = node.expanded ? "docOpen" : "doc";
12977 if (!node.expanded) {
13184 ctx.hasCollapsedParents = node.parent && !node.parent.expanded;
13259 if (children && (isRootNode || deep || node.expanded)) {
13263 subCtx.hasCollapsedParents || !node.expanded;
13276 !n.parent.expanded &&
13369 if ((ctx.node.expanded && flag) || (!ctx.node.expanded && !flag)) {