Lines Matching refs:settings

496 			this.settings = options;
503 if(this.settings.core.multiple) {
604 if(this.settings.core.dblclick_toggle) {
717 if(this.settings.core.expand_selected_onload) {
800 var s = this.settings.core.themes;
887 var a = this.settings.core.strings;
1311 var s = this.settings.core.data, t;
1356 this.settings.core.error.call(this, this._data.core.last_error);
1362 this.settings.core.error.call(this, this._data.core.last_error);
1373 this.settings.core.error.call(this, this._data.core.last_error);
1386 this.settings.core.error.call(this, this._data.core.last_error);
1804 if(this.settings.core.worker && window.Blob && window.URL && window.Worker) {
1913 data.text = this.settings.core.force_text ? tmp.text() : tmp.html();
2389 if(this.settings.core.force_text) {
2471 animation = animation === undefined ? this.settings.core.animation : animation;
2589 animation = animation === undefined ? this.settings.core.animation : animation;
2803 …if(!this.settings.core.multiple || (!e.metaKey && !e.ctrlKey && !e.shiftKey) || (e.shiftKey && (!t…
2804 …if(!this.settings.core.multiple && (e.metaKey || e.ctrlKey || e.shiftKey) && this.is_selected(obj)…
3199 if(state.hasOwnProperty(i) && i !== "core" && $.inArray(i, this.settings.plugins) === -1) {
3494 this.settings.core.error.call(this, this._data.core.last_error);
3552 this.settings.core.error.call(this, this._data.core.last_error);
3589 this.settings.core.error.call(this, this._data.core.last_error);
3644 chc = this.settings.core.check_callback;
3755 this.settings.core.error.call(this, this._data.core.last_error);
3919 this.settings.core.error.call(this, this._data.core.last_error);
4095 if(this.settings.core.check_callback === false) {
4097 this.settings.core.error.call(this, this._data.core.last_error);
4139 …if(this.rename_node(obj, $('<div></div>').text(v)[this.settings.core.force_text ? 'text' : 'html']…
4192 var dir = this.settings.core.themes.dir;
4205 …this.element[this.settings.core.themes.responsive ? 'addClass' : 'removeClass' ]('jstree-' + theme…
4479 if(this.settings.checkbox.three_state) {
4480 this.settings.checkbox.cascade = 'up+down+undetermined';
4484 this._data.checkbox.visible = this.settings.checkbox.visible;
4485 if(!this.settings.checkbox.keep_selected_style) {
4488 if(this.settings.checkbox.tie_selection) {
4495 if(this.settings.checkbox.cascade.indexOf('undetermined') !== -1) {
4503 if(!this.settings.checkbox.tie_selection) {
4518 …if(this.settings.checkbox.cascade.indexOf('up') !== -1 || this.settings.checkbox.cascade.indexOf('…
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;
4688 if(this.settings.checkbox.cascade.indexOf('up') !== -1) {
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…
4856 if(!is_callback && this.settings.checkbox.cascade.indexOf('undetermined') !== -1) {
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) {
5402 var s = this.settings.contextmenu,
5412 if(this.settings.contextmenu.select_node && !this.is_selected(obj)) {
5473 settings : { class in $.vakata.context
5514 …str += "<"+"li class='vakata-context-separator'><"+"a href='#' " + ($.vakata.context.settings.icon…
5519 if($.vakata.context.settings.icons) {
5534 …str += "<"+"li class='vakata-context-separator'><"+"a href='#' " + ($.vakata.context.settings.icon…
5690 if($.vakata.context.settings.hide_onmouseleave) {
5694 }(this)), $.vakata.context.settings.hide_onmouseleave);
5860 ….on('mousedown.jstree touchstart.jstree', this.settings.dnd.large_drag_target ? '.jstree-node' : '…
5861 …if(this.settings.dnd.large_drag_target && $(e.target).closest('.jstree-node')[0] !== e.currentTarg…
5864 …if(e.type === "touchstart" && (!this.settings.dnd.touch || (this.settings.dnd.touch === 'selected'…
5868 …mlt = this.is_selected(obj) && this.settings.dnd.drag_selection ? this.get_top_selected().length :…
5870 if(this.settings.core.force_text) {
5874 …(this.settings.dnd.is_draggable === true || ($.isFunction(this.settings.dnd.is_draggable) && this.
5877 …ee-' + this.get_theme() + '-' + this.get_theme_variant() + ' ' + ( this.settings.core.themes.respo…
5912 …marker.attr('class', 'jstree-' + ins.get_theme() + ( ins.settings.core.themes.responsive ? ' jstre…
5914 …stree-' + ins.get_theme() + '-' + ins.get_theme_variant() + ' ' + ( ins.settings.core.themes.respo…
5915 …).first()[ data.data.origin && (data.data.origin.settings.dnd.always_copy || (data.data.origin.set…
5922 …ns.check( (data.data.origin && (data.data.origin.settings.dnd.always_copy || (data.data.origin.set…
5934 …ref = ins.settings.dnd.large_drop_target ? $(data.event.target).closest('.jstree-node').children('…
5957 ip = ins.settings.dnd.inside_pos;
5973 …op = data.data.origin && (data.data.origin.settings.dnd.always_copy || (data.data.origin.settings.…
5981 …ok = ok && ( (ins && ins.settings && ins.settings.dnd && ins.settings.dnd.check_while_dragging ===…
5987 if(v === 'i' && ref.parent().is('.jstree-closed') && ins.settings.dnd.open_timeout) {
5988 …tion (x, z) { return function () { x.open_node(z); }; }(ins, ref)), ins.settings.dnd.open_timeout);
6022 …astmv.ins[ data.data.origin && (data.data.origin.settings.dnd.always_copy || (data.data.origin.set…
6029 i.settings.core.error.call(this, laster);
6037 …).first()[ data.data.origin && (data.data.origin.settings.dnd.always_copy || (data.data.origin.set…
6071 settings : { class in $.vakata.dnd
6126 vakata_dnd.scroll_e.scrollTop(i + vakata_dnd.scroll_t * $.vakata.dnd.settings.scroll_speed);
6127 vakata_dnd.scroll_e.scrollLeft(j + vakata_dnd.scroll_l * $.vakata.dnd.settings.scroll_speed);
6185 …a_dnd.init_x) > (vakata_dnd.is_touch ? $.vakata.dnd.settings.threshold_touch : $.vakata.dnd.settin…
6186 …a_dnd.init_y) > (vakata_dnd.is_touch ? $.vakata.dnd.settings.threshold_touch : $.vakata.dnd.settin…
6225 …if(o.top + t.height() - e.pageY < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_t = …
6226 if(e.pageY - o.top < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_t = -1; }
6229 …if(o.left + t.width() - e.pageX < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_l = …
6230 … if(e.pageX - o.left < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_l = -1; }
6243 …if(dh > wh && e.pageY - dt < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_t = -1; …
6244 …if(dh > wh && wh - (e.pageY - dt) < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_t …
6245 …if(dw > ww && e.pageX - dl < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_l = -1; }
6246 …if(dw > ww && ww - (e.pageX - dl) < $.vakata.dnd.settings.scroll_proximity) { vakata_dnd.scroll_l …
6254 ht = parseInt(e.pageY + $.vakata.dnd.settings.helper_top, 10);
6255 hl = parseInt(e.pageX + $.vakata.dnd.settings.helper_left, 10);
6342 var s = this.settings.massload;
6519 var s = this.settings.search,
6550 this.settings.core.error.call(this, this._data.core.last_error);
6608 if(this.settings.search.close_opened_onclear) {
6825 obj.children.sort($.proxy(this.settings.sort, this));
6880 this.element.on(this.settings.state.events, $.proxy(function () {
6904 var st = { 'state' : this.get_state(), 'ttl' : this.settings.state.ttl, 'sec' : +(new Date()) };
6905 $.vakata.storage.set(this.settings.state.key, JSON.stringify(st));
6913 var k = $.vakata.storage.get(this.settings.state.key);
6917 …if(!!k && $.isFunction(this.settings.state.filter)) { k = this.settings.state.filter.call(this, k)…
6931 return $.vakata.storage.del(this.settings.state.key);
7000 t = this.settings.types,
7134 …return (!obj) ? false : ( rules ? $.extend({ 'type' : obj.type }, this.settings.types[obj.type]) :…
7152 t = this.settings.types;
7203 s = this.settings.unique.case_sensitive,
7253 … tmp, n, dpc, i, j, m = this._model.data, s = this.settings.unique.case_sensitive, cb = this.setti…
7352 if(this.settings.wholerow) {