Lines Matching refs:chk

3640 		check : function (chk, obj, par, pos, more) {  argument
3643 var tmp = chk.match(/^move_node|copy_node|create_node$/i) ? par : obj,
3645 if(chk === "move_node" || chk === "copy_node") {
3647 …'reason' : 'Moving parent inside child', 'data' : JSON.stringify({ 'chk' : chk, 'pos' : pos, 'obj'…
3652 if(tmp && tmp.functions && (tmp.functions[chk] === false || tmp.functions[chk] === true)) {
3653 if(tmp.functions[chk] === false) {
3654 …core_02', 'reason' : 'Node data prevents function: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
3656 return tmp.functions[chk];
3658 …== false || ($.isFunction(chc) && chc.call(this, chk, obj, par, pos, more) === false) || (chc && c…
3659 … config for core.check_callback prevents function: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7066 this.check = function (chk, obj, par, pos, more) { argument
7067 if(parent.check.call(this, chk, obj, par, pos, more) === false) { return false; }
7072 switch(chk) {
7076 if(chk !== 'move_node' || $.inArray(obj.id, par.children) === -1) {
7079 …s_01', 'reason' : 'max_children prevents function: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7083 …02', 'reason' : 'valid_children prevents function: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7096 …ypes_03', 'reason' : 'max_depth prevents function: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7196 this.check = function (chk, obj, par, pos, more) { argument
7197 if(parent.check.call(this, chk, obj, par, pos, more) === false) { return false; }
7201 var n = chk === "rename_node" ? pos : obj.text,
7209 switch(chk) {
7215 …ld with name ' + n + ' already exists. Preventing: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7221 …ld with name ' + n + ' already exists. Preventing: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7227 …ld with name ' + n + ' already exists. Preventing: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…
7233 …ld with name ' + n + ' already exists. Preventing: ' + chk, 'data' : JSON.stringify({ 'chk' : chk,…