Home
last modified time | relevance | path

Searched refs:gantt (Results 1 – 25 of 173) sorted by relevance

1234567

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js219 gantt.eventRemove(gantt.$container, "focus", focusHandler);
225 gantt.event(gantt.$container, "focus", focusHandler);
985 var date = gantt.dateFromPos(gantt.getScrollState().x);
989 gantt.scrollTo(gantt.posFromDate(date));
1014 if (gantt.undo) gantt.undo();
1019 if (gantt.redo) gantt.redo();
1113 var rootLevel = gantt.getChildren(gantt.config.root_id);
1261 var rootLevel = gantt.getChildren(gantt.config.root_id);
1405 var rootLevel = gantt.getChildren(gantt.config.root_id);
1489 if(gantt.$grid_data || gantt.$task_data){
[all …]
H A Ddhtmlxgantt_multiselect.js118 gantt.config.multiselect = true;
121 gantt._multiselect = {
207 return gantt.getGlobalTaskIndex(a) > gantt.getGlobalTaskIndex(b) ? 1 : -1;
223 if (!(gantt.isTaskExists(last) && gantt.isTaskExists(id)))
225 …return !!(gantt.calculateTaskLevel(gantt.getTask(last)) == gantt.calculateTaskLevel(gantt.getTask(…
228 if (gantt.isTaskExists(id))
229 gantt.refreshTask(id);
277 tmp = (first_indx > last_indx) ? gantt.getNext(tmp) : gantt.getPrev(tmp);
285 tmp = (first_indx > target_indx) ? gantt.getNext(tmp) : gantt.getPrev(tmp);
346 gantt.refreshTask(id);
[all …]
H A Ddhtmlxgantt_quick_info.js124 gantt.showQuickInfo(id);
133 gantt._hideQuickInfo();
142 gantt.hideQuickInfo(true);
182 gantt.hideQuickInfo();
212 gantt.hideQuickInfo();
220 viewport: gantt.$task
227 viewport: gantt.$grid
232 parent: gantt.$layout,
233 viewport: gantt.$layout
347 gantt.event(container, "scroll", function () { gantt.hideQuickInfo(); });
[all …]
H A Ddhtmlxgantt_smart_rendering.js120 gantt._smart_render = {
125 var view = gantt.$layout;
145 scroll.y = scroll.y || gantt.getVisibleTaskCount()*gantt.config.row_height;
153 if(gantt.$keyboardNavigation && gantt.$keyboardNavigation.dispatcher.isTaskFocused(id)){
163 var y = gantt.getTaskTop(id);
229 gantt.resetProjectDates(item);
256 if(gantt.isTaskExists(i))
257 gantt.resetProjectDates(gantt.getTask(i));
392 if(gantt.config.smart_rendering){
405 if(gantt.config.smart_rendering){
[all …]
H A Ddhtmlxgantt_csp.js127 gantt.date.date_to_str = function(format,utc){
131 …case "%d": return utc ? gantt.date.to_fixed(date.getUTCDate()) : gantt.date.to_fixed(date.getDate(…
132 …case "%m": return utc ? gantt.date.to_fixed((date.getUTCMonth() + 1)) : gantt.date.to_fixed((date.…
137 …case "%D": return utc ? gantt.locale.date.day_short[date.getUTCDay()] : gantt.locale.date.day_shor…
138 …case "%l": return utc ? gantt.locale.date.day_full[date.getUTCDay()] : gantt.locale.date.day_full[…
144 …case "%H": return utc ? gantt.date.to_fixed(date.getUTCHours()) : gantt.date.to_fixed(date.getHour…
145 …case "%i": return utc ? gantt.date.to_fixed(date.getUTCMinutes()) : gantt.date.to_fixed(date.getMi…
148 …case "%s": return utc ? gantt.date.to_fixed(date.getUTCSeconds()) : gantt.date.to_fixed(date.getSe…
149 …case "%W": return utc ? gantt.date.to_fixed(gantt.date.getUTCISOWeek(date)) : gantt.date.to_fixed(
213 gantt.config.task_attribute = "data-task-id";
[all …]
H A Ddhtmlxgantt_marker.js121 if(!gantt._markers) {
122 gantt._markers = gantt.createDatastore({
134 if(!gantt.config.show_markers)
140 var state = gantt.getState();
165 div.style.height = Math.max(gantt.getRowTop(gantt.getVisibleTaskCount()), 0) + "px";
180 if(!gantt.$task_data)
190 if(!gantt.$marker_area)
195 if(!gantt.$marker_area){
197 gantt.renderMarkers();
212 gantt.getMarker = function(id){
[all …]
H A Ddhtmlxgantt_undo.js145 if (!gantt.ext) {
146 gantt.ext = {};
148 gantt.ext.undo = {
157 gantt.undo = gantt.ext.undo.undo;
158 gantt.redo = gantt.ext.undo.redo;
159 gantt.getUndoStack = gantt.ext.undo.getUndoStack;
160 gantt.getRedoStack = gantt.ext.undo.getRedoStack;
161 gantt.clearUndoStack = gantt.ext.undo.clearUndoStack;
162 gantt.clearRedoStack = gantt.ext.undo.clearRedoStack;
391 var task = gantt.copy(gantt.getTask(id));
[all …]
H A Ddhtmlxgantt_fullscreen.js131 var state = gantt.$services.getService("state");
261 if (!gantt.$container) {
279 gantt.render();
282 gantt.callEvent(event, [gantt.ext.fullscreen.getFullscreenElement()]);
300 gantt.ext.fullscreen = {
355 return gantt.$root;
358 gantt.expand = function () {
359 gantt.ext.fullscreen.expand();
361 gantt.collapse = function () {
362 gantt.ext.fullscreen.collapse();
[all …]
H A Ddhtmlxgantt_drag_timeline.js196 if (gantt.config.drag_timeline) {
206 gantt.config.autoscroll = false;
209 gantt.config.readonly = true;
230 if (!gantt.config.drag_timeline) {
257 if (!gantt.config.drag_timeline) {
266 if (!gantt.config.drag_timeline) {
288 if (!gantt.config.drag_timeline) {
322 if (!gantt.ext) {
323 gantt.ext = {};
325 gantt.ext.dragTimeline = {
[all …]
H A Ddhtmlxgantt_click_drag.js254 if (!gantt.ext) {
255 gantt.ext = {};
264 gantt.ext.clickDrag = eventsManager;
265 gantt.attachEvent("onGanttReady", function () {
267 if (gantt.config.click_drag) {
268 var clickDrag = gantt.config.click_drag;
280 gantt.attachEvent("onDestroy", function () {
332 var height = gantt.config.row_height;
389 var height = gantt.config.row_height;
438 var height = gantt.config.row_height;
[all …]
H A Ddhtmlxgantt_tooltip.js121 gantt.config.tooltip_timeout = 30;
122 gantt.config.tooltip_offset_y = 20;
123 gantt.config.tooltip_offset_x = 10;
124 gantt.config.tooltip_hide_timeout = 30;
127 gantt.ext.tooltips = tooltipManager;
132 if (gantt.config.touch && !gantt.config.touch_tooltip) {
145 gantt.attachEvent("onDestroy", function () {
148 gantt.attachEvent("onLightbox", function () {
152 var state = gantt.getState();
290 viewport = gantt.$task;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js13gantt.config.multiselect=!0,gantt.config.multiselect_one_level=!1,gantt._multiselect={_selected:{}…
H A Ddhtmlxgantt_quick_info.js13gantt.$task_data;return t&&t.offsetHeight&&t.offsetWidth?{parent:t,viewport:gantt.$task}:(t=gantt.…
H A Ddhtmlxgantt_marker.js13gantt.config.show_markers)return!1;if(!t.start_date)return!1;var e=gantt.getState();if(!(+t.start_…
H A Ddhtmlxgantt_smart_rendering.js13gantt.config.smart_rendering=!0,gantt._smart_render={getViewPort:function(){var t=gantt.$ui.getVie…
H A Ddhtmlxgantt_csp.js13gantt.date.date_to_str=function(t,e){return function(a){return t.replace(/%[a-zA-Z]/g,function(t){…
H A Ddhtmlxgantt_undo.js13gantt.copy(n),a=t.command,i=0;i<n.commands.length;i++){var s=o.commands[i]=a.invert(o.commands[i])…
H A Ddhtmlxgantt_fullscreen.js13gantt.$services.getService("state").registerProvider("fullscreen",function(){return{fullscreen:n()…
H A Ddhtmlxgantt_drag_timeline.js13gantt.$ui.getView(t.$config.scrollX).getScrollState().position,y:gantt.$ui.getView(t.$config.scrol…
H A Ddhtmlxgantt_click_drag.js13gantt.config.row_height;this._el.style.height=t+"px",this._el.style.top=(Math.ceil(this._positionP…
H A Ddhtmlxgantt_keyboard_navigation.js.map1gantt","$keyboardNavigation","dispatcher","isActive","activeNode","globalNode","GanttNode","enable…
H A Ddhtmlxgantt_tooltip.js13gantt._waiAria.tooltipAttr(this._tooltipNode)),this._tooltipNode},t.prototype.setViewport=function…
H A Ddhtmlxgantt_multiselect.js.map1gantt","config","multiselect","multiselect_one_level","_multiselect","_selected","_one_level","_ac…
H A Ddhtmlxgantt_csp.js.map1gantt","date","date_to_str","format","utc","replace","a","to_fixed","getUTCDate","getDate","getUTC…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6913 …if (gantt.defined(gantt.templates.xml_date) && gantt.templates.parse_date !== gantt.templates.xml_…
6917 …format = gantt.defined(gantt.templates[format]) ? gantt.templates[format] : gantt.date.str_to_date…
7555 gantt.mixin(gantt.templates, {
11968 gantt.mixin(gantt, uiApi.layersApi);
12249 gantt.setSizes = gantt.render;
15467 gantt.batchUpdate = createMethod(gantt);
15487 gantt = gantt || window.gantt;
15516 gantt = gantt || window.gantt;
16821 var skinset = gantt.skins[gantt.skin] || gantt.skins["terrace"];
28982 var gantt = window.gantt = base();
[all …]

1234567