Lines Matching refs:tie_selection

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;
4720 p, c, i, j, tmp, t = this.settings.checkbox.tie_selection;
4783 …var i, j, k, l, o = {}, m = this._model.data, t = this.settings.checkbox.tie_selection, s = this._…
4852 …if(!this.settings.checkbox.tie_selection && this._model.data[obj.id].state.checked) { tmp.classNam…
4888 …var s = this.settings.checkbox.cascade, i, j, t = this.settings.checkbox.tie_selection, d = this._…
4904 …if(this.settings.checkbox.tie_selection && (this.settings.checkbox.whole_node || $(e.target).hasCl…
4907 …if(this.settings.checkbox.tie_selection || (!this.settings.checkbox.whole_node && !$(e.target).has…
4930 if(this.settings.checkbox.tie_selection) { return this.select_node(obj, false, true, e); }
4970 if(this.settings.checkbox.tie_selection) { return this.deselect_node(obj, false, e); }
5009 if(this.settings.checkbox.tie_selection) { return this.select_all(); }
5034 if(this.settings.checkbox.tie_selection) { return this.deselect_all(); }
5061 if(this.settings.checkbox.tie_selection) { return this.is_selected(obj); }
5074 if(this.settings.checkbox.tie_selection) { return this.get_selected(full); }
5085 if(this.settings.checkbox.tie_selection) { return this.get_top_selected(full); }
5114 if(this.settings.checkbox.tie_selection) { return this.get_bottom_selected(full); }
5126 if(!$.isArray(obj) && !this.settings.checkbox.tie_selection) {
5141 if(this.settings.checkbox.tie_selection) { return state; }
5148 if(!this.settings.checkbox.tie_selection) {