Lines Matching refs:sid

8545     DataProcessor.prototype.afterUpdateCallback = function (sid, tid, action, btag, ganttMode) {  argument
8551 var marker = sid;
8554 this.set_invalid(sid, action);
8560 this.setUpdated(sid, false);
8562 var originalSid = sid;
8566 if (tid != sid) { // tslint:disable-line
8567 this.setUpdated(sid, false);
8568 this.$gantt[this._methods[2]](sid, tid);
8569 sid = tid;
8574 this.$gantt.setUserData(sid, this.action_param, "true_deleted");
8575 this.$gantt[this._methods[3]](sid);
8577 return this.callEvent("onAfterUpdate", [sid, action, tid, btag]);
8581 this.$gantt.setUserData(sid, this.action_param, "");
8587 this.setUpdated(tid, true, this.$gantt.getUserData(sid, this.action_param));
8639 var sid = tag.sid || id[0];
8641 that.afterUpdateCallback(sid, tid, action, tag, mode);
8659 var sid = btag.getAttribute("sid");
8661 that.afterUpdateCallback(sid, tid, action, btag, mode);
8747 DataProcessor.prototype.afterAutoUpdate = function (sid, action, tid, xml_node) { argument
8940 var sid = rowId;
8944 sid = tag.sid || sid;
8947 _this.afterUpdateCallback(sid, tid, action, tag, ganttMode_1);
9989 tasksStore.attachEvent("onAfterItemMove", function(sid, parent, tindex){ argument
9990 var source = gantt.getTask(sid);
9992 if(this.getNextSibling(sid) !== null){
9993 source.$drop_target = this.getNextSibling(sid);
9994 } else if(this.getPrevSibling(sid) !== null){
9995 source.$drop_target = "next:" + this.getPrevSibling(sid);
10723 move: function(sid, tindex, parent){ argument
10727 if (id === sid) return;
10732 if(sid == parent){
10736 var source = this.getItem(sid);
10744 var sindex = this.getBranchIndex(sid);
10748 if(this.callEvent("onBeforeItemMove", [sid, parent, tindex]) === false)
10751 this._replace_branch_child(source_pid, sid);
10756 tbranch.push(sid);
10758 tbranch = tbranch.slice(0, tindex).concat([ sid ]).concat(tbranch.slice(tindex));
10770 this._moveInner(this.getIndexById(sid), this.getIndexById(parent) + tindex);
10772 this.callEvent("onAfterItemMove", [sid, parent, tindex]);
11511 moveTask: function (sid, tindex, parent) {
15136 gantt.attachEvent("onBeforeTaskMove", callIfEnabled(function(sid, parent, tindex) { argument
15137 originalMoveTaskParent = gantt.getParent(sid);
24637 var sid = gantt.locate(e);
24638 _link_source_task = sid;
24640 var t = gantt.getTask(sid);