Lines Matching refs:width

6434                         { resizer: true, width: 1 },
6503 { name: "text", tree: true, width: "*", resize: true },
6506 { name: "add", width: 44 }
11641 width: 0
11792 …return { x:state.x_pos, y:state.y_pos, inner_width:state.x, inner_height:state.y, width: state.x_i…
14773 if (config.width)
14774 box.style.width = config.width;
15275 var scrollLeft = isMove ? 0 : need_scroll(posX, box.width, startPos.x - box.x);
15285 scrollInnerWidth = scrollState.width;
15333 scrollLeft = Math.min(scrollState.width, scrollLeft);
15490 obj.style.width = "100%";
15520 obj.style.width = "100%";
15977 'width:' + sizes.width + 'px',
16075 element.style.width = (right - left + 1) + "px";
16095 var width = scale.width[columnIndex];
16096 var cellLeftCoord = scale.left[columnIndex] - width;
16097 var cellRightCoord = scale.left[columnIndex] + width;
16098 …return (width > 0 && cellLeftCoord <= viewPort.x_end && cellRightCoord >= viewPort.x);//do not ren…
16180 'width:' + sizes.width + 'px',
16827 if (config[1] && !gantt.defined(config[1].width))
16828 config[1].width = skinset._second_column_width;
16829 if (config[2] && !gantt.defined(config[2].width))
16830 config[2].width = skinset._third_column_width;
16835 if(!column.width){
16836 column.width = 44;
16839 column.min_width = column.min_width || column.width;
16840 column.max_width = column.max_width || column.width;
16846 if (column.width) {
16847 column.width = +column.width;
16848 …column.width = (column.min_width && column.min_width > column.width) ? column.min_width : column.w…
16849 …column.width = (column.max_width && column.max_width < column.width) ? column.max_width : column.w…
17448 width = 0;
17452 width = cols[i].width;
17455 left += cols[i].width;
17461 width: width
17488 "width:" + pos.width + "px",
18794 setSize: function (width, height) { argument
18795 this.$config.width = this.$state.width = width;
18808 innerWidth += columns[i].width * 1;
18813 outerWidth = this._setColumnsWidth(width + 1);
18818 this.$grid_scale.style.width = innerWidth + "px";
18819 this.$grid_data.style.width = innerWidth + "px";
18821 this.$grid_scale.style.width = "inherit";
18822 this.$grid_data.style.width = "inherit";
18824 this.$config.width -= 1;
18827 if (outerWidth !== width) {
18830 this.$config.width = outerWidth - 1;
18835 this.$config.width = innerWidth - 1;
18854 x: this.$state.width,
18901 var width = this.$config.width || 0;
18906 x_end: scrollLeft + width,
18908 width: width
19047 placeholder.style.width = "1px";
19102 _getColumnWidth: function (column, config, width) { argument
19104 var new_width = Math.max(width, min_width || 10);
19135 columns_width += columns[i].width * 1;
19142 columns_width += columns[i].width * 1;
19150 start_width += columns[i].width;
19158 var share = Math.round(extra_width * (col.width / columns_width));
19162 if (col.min_width && col.width + share < col.min_width)
19163 share = col.min_width - col.width;
19164 …else if (!col.min_width && config.min_grid_column_width && col.width + share < config.min_grid_col…
19165 share = config.min_grid_column_width - col.width;
19166 } else if (col.max_width && col.width + share > col.max_width)
19167 share = col.max_width - col.width;
19169 columns_width -= col.width;
19170 col.width += share;
19179 var new_width = columns[i].width + iterator;
19183 columns[i].width = new_width;
19197 var new_width = columns[start_index].width + extra_width;
19199 columns[start_index].width = new_width;
19213 var v = parseFloat(columns[i].width);
19226 var width = [];
19229 var v = parseFloat(columns[i].width);
19234 width[i] = v;
19243 for (var i = 0; i < width.length; i++) {
19244 var delta = Math.round(diff / (width.length - i));
19245 width[i] += delta;
19246 var new_width = this._getColumnWidth(columns[i], config, width[i]);
19248 if (new_width != width[i]) {
19249 delta = new_width - width[i];
19250 width[i] = new_width;
19259 width[index] += delta;
19260 var new_width = this._getColumnWidth(columns[index], config, width[index]);
19261 if (new_width != width[index]) {
19262 delta = new_width - width[index];
19263 width[index] = new_width;
19269 for (var i = 0; i < width.length; i++) {
19270 columns[i].width = width[i];
19274 this.$config.width = cols_width - 1;
19277 this.$parent._setContentSize(this.$config.width, null);
19294 var width = 0,
19308 var colWidth = col.width * 1;
19311 if (last && gridWidth > width + colWidth)
19312 col.width = colWidth = gridWidth - width;
19313 width += colWidth;
19341 return this.$config.width;
20072 markerLine.style.width = linePos.width + "px";
20081 markerFolder.style.width = grid.$grid_data.offsetWidth + "px";
20119 pos.width = Math.max(grid.$grid_data.offsetWidth - pos.x, 0);
20591 width: this.$config.width || 0, property in Cell.getSize.size
20607 var width = this.$lastSize.contentX;
20608 if(width !== width*1){
20609 width = this.$lastSize.width;
20618 width: width,
20659 this.$view.style.width = x + "px";
20723 header.style.width = size.y + "px";
20739 header.style.width = 'auto';
21113 cellSize.width = 0;
21120 cellSize.width = 0;
21127 contentWidth += (cellSize.width + borders.horizontal);
21130 contentWidth = Math.max(contentWidth, cellSize.width + borders.horizontal);
21145 width: contentWidth,
21194 innerWidth : styles.width,
21196 outerWidth : styles.width,
21232 contentSizes.width += boxSizes.horPaddings;
21234 node.style.width = contentSizes.width + "px";
21246 var width = 0;
21260 if (!size.width && size.minWidth) {
21261 width += size.minWidth;
21264 width += size.width;
21281 width = Math.max(width, size.width);
21463 if (!size.width) {
21480 var width = size.width;
21483 this._calcFreeSpace(width, size, true);
21499 dx = this._calcSize(size.width, size, true);
21571 _this.$config.width = size;
21572 _this.$parent.$config.width = size;
21814 ScrollbarCell.prototype.setSize = function(width, height){ argument
21819 …var ownSize = (this._isVertical() ? height : width) - this._getScrollOffset() + (this._isHorizonta…
21826 this.$config.width = width;
21891 offset = last.$config.width;
21917 this.$config.outerSize = (this.$config.width - offset + 1);
21918 scrollbar.style.width = this.$config.outerSize + "px";
22123 this.$config.width = outerX;
22164 size.width = childSize.contentX === undefined ? childSize.width : childSize.contentX;
22169 size.width += borders.horizontal;
22335 mainGrid.$config.width = gantt.config.grid_width - 1;
22348 mainGrid.$parent.$config.width = gantt.config.grid_width;
22350 mainGrid.$parent._setContentSize(mainGrid.$config.width, null);
22354 mainGrid.$parent.$config.width = gantt.config.grid_width;
22356 … gantt.$layout._syncCellSizes(mainGrid.$parent.$config.group, mainGrid.$parent.$config.width);
22365 mainGrid.$parent.$config.width = 0;
23061 width: v.size + wrapper_size property in case.dirs.left
23070 width: v.size + wrapper_size property in case.dirs.right
23079 width: wrapper_size property in case.dirs.up
23088 width: wrapper_size property in case.dirs.down
23108 width: size, property in case.dirs.left.dirs.right
23117 width: line_size, property in case.dirs.up.dirs.down
23136 "width:" + pos.width + "px"
23144 "width:" + innerPos.width + "px",
23339 x: from_start ? from.left : (from.left + from.width),
23340 e_x: to_start ? to.left : (to.left + to.width),
23354 pos.width = milestoneWidth;
23654 pos.width = height;
23659 var width = Math.round(pos.width);
23666 _render_task_progress(task, div, width, cfg, templates);
23670 var content = _render_task_content(task, width, templates);
23690 "width:" + width + 'px'
23783 function _render_task_content(task, width, templates) { argument
23797 var width = Math.round(maxWidth * done);
23799 width = Math.min(maxWidth, width);
23804 pr.style.width = width + 'px';
23821 var markerPos = width;
23823 markerPos = maxWidth - width;
24079 var width = scale.width[columnIndex];
24080 if(width <= 0){
24086 var cellLeftCoord = scale.left[columnIndex] - width;
24087 var cellRightCoord = scale.left[columnIndex] + width;
24092 var width = scale.width[columnIndex],
24111 cell.style.width = (width) + "px";
24177 row.style.width = "100%";
24272 var style = "width:" + (col.width - (last ? 1 : 0)) + "px;";
24404 width: right - left
24476 var right = Math.max(sourceBox.left + sourceBox.width, targetBox.left + targetBox.width) + padding;
24484 width: right - left
24503 if(box.left > viewport.x_end || box.left + box.width < viewport.x){
24690 width: pos.width, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f21700.initLinksDND.getMilestonePosition.res
24696 res.x = res.xEnd + res.width;
24698 res.xEnd = res.x + res.width;
24710 res.width = pos.xEnd - pos.x;
24722 var width = 0, height = 0;
24724 width = marker.offsetWidth || 0;
24727 return { width: width, height: height };
24745 right: oldPos.x + markerSize.width + offsetX + scrollSize
24753 position.x = viewportSize.right - markerSize.width - offsetX;
25184 var parts = scale.width;
25204 splitSize: function (width, count) {
25208 this.adjustSize(width, arr);
25212 adjustSize: function (width, parts, from, to) {
25223 var share = Math.floor(width * (full ? (parts[i] / full) : (1 / length)));
25226 width -= share;
25231 parts[parts.length - 1] += width;
25356 scale.width = scale.width.reverse();
25372 config.left.push((config.width[i - 1] || 0) + (config.left[i - 1] || 0));
25418 config.width = [];
25422 config.width[i] = 0;
25425 var width = 1;
25428 width = days;
25430 config.width[i] = width;
25434 ….adjustSize(cont_width - this.getSum(config.width)/* 1 width per column from the code above */, co…
25435 config.full_width = this.getSum(config.width);
25443 width: [],
25483 var targetWidth = this.getSum(lower_scale.width, lower_start, lower_end - 1);
25484 var actualWidth = this.getSum(upper_scale.width, upper_start, upper_end - 1);
25515 var left = 0, right = cfg.width.length - 1;
25518 var width = Math.floor(cfg.width[0] * ((dates[1] - cfg.min_date) / (dates[1] - dates[0])));
25519 diff += cfg.width[0] - width;
25520 cfg.width[0] = width;
25529 …var width = cfg.width[last] - Math.floor(cfg.width[last] * ((outDate - cfg.max_date) / (outDate - …
25530 diff += cfg.width[last] - width;
25531 cfg.width[last] = width;
25535 var full = this.getSum(cfg.width);
25537 for (var i = 0; i < cfg.width.length; i++) {
25538 var share = Math.floor(diff * (cfg.width[i] / full));
25539 cfg.width[i] += share;
25542 this.adjustSize(diff - shared, cfg.width);
26213 width: [], // width of each column property in Timeline.init._tasks
26249 setSize: function(width, height){ argument
26252 if(width*1 === width){
26253 this.$config.width = width;
26278 el.style.width = scale.full_width + "px";
26298 x: this.isVisible() ? this.$config.width : 0,
26349 var width = this.$config.width || 0;
26354 x_end: scrollLeft + width,
26356 width: width
26560 var availWidth = this.$config.width;
26570 scales_html = this._getScaleChunkHtml(cfgs, 0, this.$config.width);
26578 this.$task_data.style.width =
26579 this.$task_scale.style.width = outer_width;
26635 width = config.width[i],
26642 if (width) {
26645 style = "width:" + (width) + "px;height:" + height + "px;" + position;
26670 var col_width = scale.width[ind] || scale.col_width;
26707 var pos = this._tasks.left[Math.min(wholeCells, this._tasks.width.length - 1)];
26708 if (wholeCells == this._tasks.width.length)
26709 pos += this._tasks.width[this._tasks.width.length - 1];
26714 if (wholeCells < this._tasks.width.length) {
26715 pos += this._tasks.width[wholeCells] * (partCell % 1);
26801 var xLeft, xRight, width;
26809 width = Math.max((xRight - xLeft), 0);
26817 width: width
29198 …return { y: Math.round(top), x: Math.round(left), width:elem.offsetWidth, height:elem.offsetHeight…
29268 var width = div.offsetWidth-div.clientWidth;
29271 return width;