Searched refs:tie_selection (Results 1 – 1 of 1) sorted by relevance
| /plugin/metaeditor/ |
| D | jstree.js | 4472 tie_selection : true property 4488 if(this.settings.checkbox.tie_selection) { 4503 if(!this.settings.checkbox.tie_selection) { 4525 … c, i, j, k, l, tmp, s = this.settings.checkbox.cascade, t = this.settings.checkbox.tie_selection; 4580 ….on(this.settings.checkbox.tie_selection ? 'select_node.jstree' : 'check_node.jstree', $.proxy(fun… 4585 i, j, c, tmp, s = this.settings.checkbox.cascade, t = this.settings.checkbox.tie_selection; 4626 ….on(this.settings.checkbox.tie_selection ? 'deselect_all.jstree' : 'uncheck_all.jstree', $.proxy(f… 4637 ….on(this.settings.checkbox.tie_selection ? 'deselect_node.jstree' : 'uncheck_node.jstree', $.proxy… 4640 i, j, tmp, s = this.settings.checkbox.cascade, t = this.settings.checkbox.tie_selection; 4694 i, j, c, tmp, t = this.settings.checkbox.tie_selection; [all …]
|