Lines Matching refs:callEvent

6257 			if (obj !== -1) gantt.callEvent("onLoadXMLError",["Incorrect XML", arguments[1], obj]);
6339 if (!gantt.callEvent("onAjaxError", [t])) return;
6404 if(gantt.config.show_errors && gantt.callEvent("onError",[message]) !== false) {
7191 if (this.callEvent("onBeforeDragStart", [obj, this.config.original_target]) === false) {
7198 this.callEvent("onAfterDragStart", [obj, this.config.original_target]);
7208 this.callEvent("onDragMove", [obj, source]);
7224 this.callEvent("onDragEnd", []);
7809 if (!this.callEvent("onTaskCreated", [item])) {
8364 if (this.callEvent("onRowMark", [id, state, mode, invalid])) {
8434 …if (!this.checkBeforeUpdate(rowId) && this.callEvent("onValidationError", [rowId, this.messages]))…
8497 if (!valid && !this.callEvent("onValidationError", ["", this.messages])) {
8577 return this.callEvent("onAfterUpdate", [sid, action, tid, btag]);
8589 this.callEvent("onAfterUpdate", [originalSid, action, tid, btag]);
8676 this.callEvent("onAfterUpdateFinish", []);
8678 this.callEvent("onFullSync", []);
8719 this.$gantt.callEvent("onDataProcessorReady", [this]);
8798 _this.callEvent("insertCallback", [updates[i], id, parent_1]);
8801 _this.callEvent("updateCallback", [updates[i], id, parent_1]);
8804 _this.callEvent("deleteCallback", [updates[i], id, parent_1]);
8814 this.callEvent("onDestroy", []);
8868 if (!this.callEvent("onBeforeUpdate", [rowId, this.getState(rowId), data])) {
8927 …if (!this.callEvent("onBeforeDataSending", rowId ? [rowId, this.getState(rowId), dataToSend] : [nu…
9095 if (!this.callEvent("onBeforeUpdate", [id, this.getState(id), row])) {
9570 if(this.callEvent("onItemLoading", [item])){
9581 this.callEvent("onBeforeParse", [data]);
9584 this.callEvent("onParse", [loaded]);
9598 if (this.callEvent("onBeforeUpdate", [item.id, item]) === false) return false;
9602 this.callEvent("onAfterUpdate", [item.id, item]);
9603 this.callEvent("onStoreUpdated", [item.id, item, "update"]);
9619 if (this.callEvent("onBeforeDelete", [obj.id, obj]) === false) return false;
9626 this.callEvent("onAfterDelete", [obj.id, obj]);
9628 this.callEvent("onStoreUpdated", [obj.id, obj, "delete"]);
9684 if (this.callEvent("onBeforeAdd", [item.id, item]) === false) return false;
9691 this.callEvent("onAfterAdd",[item.id, item]);
9693 this.callEvent("onStoreUpdated",[item.id,item,"add"]);
9716 this.callEvent("onIdChange", [oldId, newId]);
9745 this.callEvent("onStoreUpdated", [obj.id, obj, "move"]);
9753 this.callEvent("onClearAll",[]);
9784 if(this.callEvent("onBeforeStoreUpdate", args) === false){
9808 this.callEvent("onStoreUpdated",args);
9830 this.callEvent("onBeforeFilter", []);
9833 if(this.callEvent("onFilterItem", [item.id, item])){
9843 this.callEvent("onFilter", []);
10021 gantt.callEvent("onScaleAdjusted", []);
10075 return gantt.callEvent("onBeforeLinkDisplay", [id, link]);
10211 return mapTo.callEvent(targetEvent, Array.prototype.slice.call(arguments));
10350 store.callEvent("onBeforeRefreshAll", []);
10352 store.callEvent("onAfterRefreshAll", []);
10354 store.callEvent("onBeforeRefreshItem", [item.id]);
10356 store.callEvent("onAfterRefreshItem", [item.id]);
10382 store.callEvent("onBeforeIdChange", [oldId, newId]);
10476 this.callEvent("onAfterUnselect", [id]);
10512 if (!this.callEvent("onBeforeSelect", [id])) {
10523 this.callEvent("onAfterSelect", [id]);
10635 this.callEvent("onBeforeParse", [data]);
10639 this.callEvent("onParse", [loaded]);
10748 if(this.callEvent("onBeforeItemMove", [sid, parent, tindex]) === false)
10772 this.callEvent("onAfterItemMove", [sid, parent, tindex]);
11019 this.callEvent("onItemOpen", [id]);
11026 this.callEvent("onItemClose", [id]);
11093 gantt.callEvent("onDestroy", []);
11205 this.callEvent("onBeforeDataRender", []);
11215 this.callEvent("onDataRender", []);
11262 this.callEvent("onClear", []);
11518 this.callEvent("onAfterSort", [field, desc, parent]);
11733 this.callEvent("onGanttScroll", [oldH.position, oldV.position, newH.position, newV.position]);
12090 this.callEvent("onGanttLayoutReady", []);
12105 this.callEvent("onBeforeGanttReady", []);
12126 this.callEvent("onTemplatesReady",[]);
12128 this.callEvent("onGanttReady", []);
12207 this.callEvent("onBeforeGanttRender", []);
12245 this.callEvent("onGanttRender", []);
12324 res = this.callEvent("onLinkValidation", [link]);
12461 gantt.callEvent("onScaleAdjusted", []);
13309 if (!this.callEvent("onBeforeLightbox", [id])) return;
13320 this.callEvent("onLightbox", [id]);
13515 if (!gantt.callEvent("onLightboxDelete", [gantt._lightbox_id]))
13534 gantt.callEvent("onLightboxButton", [src.className, src, e]);
13614 this.callEvent("onLightboxCancel", [this._lightbox_id, task.$new]);
13628 if (!this.callEvent("onLightboxSave", [this._lightbox_id, task, !!task.$new]))
13699 this.callEvent("onAfterLightbox", []);
14010 this.callEvent("onLightboxChange", [oldType, this.getLightboxType()]);
14190 gantt.callEvent("onSectionToggle", [gantt._lightbox_id, section]);
14213 if (gantt.callEvent("onSectionButton", [gantt._lightbox_id, section]) === false) {
14262 this.callEvent("onLoadStart", [url, tp]);
14266 this.callEvent("onLoadEnd", [url, tp]);
14316 this.callEvent("onBeforeParse", []);
14336 this.callEvent("onParse", []);
14373 this.callEvent("onOptionsLoad", []);
14850 gantt.callEvent("onMessagePopup", [box]);
14907 gantt.callEvent("onAfterMessagePopup", [node]);
15434 this.callEvent("onBeforeBatchUpdate", []);
15438 this.callEvent("onAfterBatchUpdate", []);
15534 this.callEvent("_onContentAttach",[]);
15711 if(gantt.callEvent("onTaskCreated", [placeholder]) === false){
16531 _this.callEvent("onAfterZoom", [_this._activeLevelIndex, nextConfig]);
17561 this.callEvent("onEditPrevent", [editorState]);
17565 if (this.callEvent("onBeforeEditStart", [editorState]) === false) {
17566 this.callEvent("onEditPrevent", [editorState]);
17573 this.callEvent("onEditStart", [editorState]);
17685 this.callEvent("onEditEnd", [{id: itemId, columnName: columnName}]);
17708 if (this.callEvent("onBeforeSave", [editorState]) !== false) {
17721 this.callEvent("onSave", [editorState]);
18775 this.callEvent("onReady", []);
18933 this.callEvent("onScroll", [this.$config.scrollLeft, this.$config.scrollTop]);
19360 this.callEvent("onDestroy", []);
19443 gantt.callEvent("onTaskRowClick", [id, trg]);
19450 if (!gantt.callEvent("onGridHeaderClick", [column, e]))
19517 return gantt.callEvent("onColumnResizeStart", arguments);
19520 return gantt.callEvent("onColumnResize", arguments);
19523 return gantt.callEvent("onColumnResizeEnd", arguments);
19585 if (!gantt.callEvent("onRowDragStart", [id, e.target || e.srcElement, e])) {
19771 …if (this.callEvent("onBeforeRowDragEnd", [dnd.config.id, dnd.config.parent, dnd.config.index]) ===…
19775 this.callEvent("onRowDragEnd", [dnd.config.id, task.$drop_target]);
19832 if (!gantt.callEvent("onRowDragStart", [id, e.target || e.srcElement, e])) {
19914 …gantt.callEvent("onBeforeRowDragMove", [dnd.config.id, target.targetParent, target.targetIndex]) =…
19921 this.callEvent("onRowDragMove", [dnd.config.id, target.targetParent, target.targetIndex]);
19935 …if (this.callEvent("onBeforeRowDragEnd", [dnd.config.id, target.targetParent, target.targetIndex])…
19939 this.callEvent("onRowDragEnd", [dnd.config.id, target.targetParent, target.targetIndex]);
20459 this.callEvent("onDestroy", []);
20582 this.callEvent("onReady", []);
20907 this.callEvent("onBeforeResize", []);
20946 this.callEvent("onResize", []);
21071 this.callEvent("onReady", []);
21689 this.callEvent("onScroll", [oldSize, left, this.$config.scroll]);
21708 this.callEvent("onScroll", [oldSize, top, this.$config.scroll]);
22384 gantt.callEvent("onGanttScroll", [scrollState.x, oldPos, scrollState.x, newPos]);
22390 gantt.callEvent("onGanttScroll", [oldPos, scrollState.y, newPos, scrollState.y]);
22455 return gantt.callEvent("onGridResizeStart", [initialWidth]);
22459 return gantt.callEvent("onGridResize", [initialWidth, newSize]);
22470 var res = gantt.callEvent("onGridResizeEnd", [oldSize, newSize]);
22538 res = !gantt.checkEvent("onTaskClick") || gantt.callEvent("onTaskClick", [id, e]);
22540 gantt.callEvent("onEmptyClick", [e]);
22560 …var res = !gantt.checkEvent("onContextMenu") || gantt.callEvent("onContextMenu", [taskId, linkId, …
22616 …var res = !gantt.checkEvent("onTaskDblClick") || id === null || gantt.callEvent("onTaskDblClick", …
22634 gantt.callEvent("onMouseMove", [id, e]);
24832 if(gantt.callEvent("onLinkCreated", [link])){
25077 if (id && this.callEvent("onLinkDblClick", [id, e])) {
25096 this.callEvent("onLinkClick", [id, e]);
25107 gantt.callEvent("onScaleClick", [e, coll_date]);
25791 gantt.callEvent("onTaskDrag", [task.id, mode, copy, original, e]);
25878 …if (gantt.checkEvent("onMouseDown") && gantt.callEvent("onMouseDown", [className.split(" ")[0]])) {
26070 …if (!cfg["drag_" + drag.mode] || !gantt.callEvent("onBeforeDrag", [id, drag.mode, e]) || !this._fi…
26099 gantt.callEvent("onTaskDragStart", []);
26115 return gantt.callEvent(trigger, params);
26241 this.callEvent("onReady", []);
26328 this.callEvent("onScroll", [this.$config.scrollLeft, this.$config.scrollTop]);
26911 this.callEvent("onDestroy", []);
29551 obj.callEvent=function(name, arg0, callObj){ function