Searched refs:iconWidth (Results 1 – 6 of 6) sorted by relevance
/plugin/schedule/ |
H A D | scheduleRoot.class.php | 39 var $iconWidth; // group icon width variable in scheduleRoot 265 $this->iconWidth = $this->plugin->getConf ('iconWidth');
|
H A D | schedules.class.php | 1138 …'=>$_REQUEST['cache'], 'w'=>$this->scheduleRoot->iconWidth)).'" width="'.$this->scheduleRoot->icon…
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.js | 731 return{left:G,top:H,width:E.iconWidth,height:E.iconHeight,elmt:A}; 1009 var A=Math.round(H+P.iconWidth/2); 1010 var C=Math.round(H-P.iconWidth/2); 1041 var A=Math.round(K+S.iconWidth/2); 1042 var D=Math.round(K-S.iconWidth/2); 1216 return{left:C,top:I,width:F.iconWidth,height:F.iconHeight,elmt:A}; 1901 var A=Math.round(I+S.iconWidth/2); 1902 var C=Math.round(I-S.iconWidth/2); 1930 var A=Math.round(K+U.iconWidth/2); 1931 var D=Math.round(K-U.iconWidth/2); [all …]
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.js | 731 return{left:G,top:H,width:E.iconWidth,height:E.iconHeight,elmt:A}; 1009 var A=Math.round(H+P.iconWidth/2); 1010 var C=Math.round(H-P.iconWidth/2); 1041 var A=Math.round(K+S.iconWidth/2); 1042 var D=Math.round(K-S.iconWidth/2); 1216 return{left:C,top:I,width:F.iconWidth,height:F.iconHeight,elmt:A}; 1901 var A=Math.round(I+S.iconWidth/2); 1902 var C=Math.round(I-S.iconWidth/2); 1930 var A=Math.round(K+U.iconWidth/2); 1931 var D=Math.round(K-U.iconWidth/2); [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 20097 var iconWidth = 40; 20118 pos.x = iconWidth + level * indent;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …iconWidth = 40;\n\tif(target.targetId !== store.$getRootId()){\n\t\tvar itemTop = grid.getItemTop(…
|