Lines Matching refs:height

119 	    	height:65,  property in EditorUi.defaultMermaidConfig.sequence
530 canvas.width = canvas.height = 1;
2085 if (bounds.width * bounds.height > MAX_AREA || data.length > MAX_REQUEST_SIZE)
2458 curr.height += val;
3337 cells, bounds.width, bounds.height, title || '', true, false, false));
3340 var entry = {xml: xml, w: bounds.width, h: bounds.height};
3369 bounds.height /= s;
3528 addCells(cells, new mxRectangle(0, 0, size.width, size.height), evt);
3844 elt2.style.height = '100%';
4141 var height = Math.min(200, Math.ceil(msg.length / 50) * 28);
4159 }, okLabel, cancelLabel, null, null, null, null, height);
4161 this.showDialog(dlg.container, 340, 46 + height, true, closable);
4387 dlg.textarea.style.height = '380px';
4642 var height = (this.isServices(count)) ? ((count > rowLimit) ? 390 : 270) : 160;
4643 this.showDialog(dlg.container, 420, height, true, true);
4724 this.tagsComponent.div.style.height = 'auto';
4869 this.exportDialog.style.height = '50px';
4902 this.exportDialog.style.height = 'auto';
5053 var height = (this.isServices(count)) ? ((count > 4) ? 390 : 270) : 160;
5054 this.showDialog(dlg.container, 420, height, true, true);
5410 linkButton.style.height = '22px';
5758 …EditorUi.prototype.showPublishLinkDialog = function(title, hideShare, width, height, fn, showFrame… argument
5825 if (width != null || height != null)
5848 heightInput.value = height + 'px';
6008 var height = (format == 'jpeg') ? 220 : 300;
6067 height += 26;
6083 height += 30;
6105 height -= 30;
6135 height += 26;
6165 height += 60;
6173 height += 30;
6206 height += 50;
6219 this.showDialog(dlg.container, 340, height, true, true, null, null, null, null, true);
6332 atts = ' width="' + Math.round(bounds.width) + '" height="' + Math.round(bounds.height) + '"';
6354 if (bounds.width * bounds.height <= MAX_AREA && data.length <= MAX_REQUEST_SIZE)
6361 '&h=' + Math.round(2 * bounds.height);
7737 var h = img.height;
7907 var s = Math.min(1, Math.min(this.maxImageSize / img.width, this.maxImageSize / img.height));
7909 var h = Math.round(img.height * s);
7997 cell.geometry.height = size.height;
8008 cell.geometry.height += graph.gridSize;
8605 var h = svgRoot.getAttribute('height');
9630 var h = Math.max(1, img.height);
9906 var h = Math.max(1, img.height);
10054 textInput.style.height = '1px';
11094 hl.style.height = Math.max(0, h - 3) + 'px';
12462 this.diagramContainer.style.height = data.rect.height + 'px';
12889 var height = 'auto';
13014 height = value;
13237 var heightValue = (height.charAt(0) == '@') ? cell.getAttribute(height.substring(1)) : null;
13241 cell.geometry.height = parseFloat(heightValue);
13245 cell.geometry.height = (height == 'auto' || heightValue == 'auto') ?
13246 size.height + padding : parseFloat(height);
13249 y += cell.geometry.height + nodespacing;
13282 … var heightValue = (height.charAt(0) == '@') ? parents[i].getAttribute(height.substring(1)) : null;
13285 (height == 'auto' || heightValue == 'auto'))
13445 if (height == 'auto')
13447 geo.height = Math.round(graph.snap(geo.height));
13910 var h = Math.floor(bounds.height * s / graph.view.scale);
15037 ldiv.style.height = tbarHeight;
15845 cancelBtn.style.height = 'auto';
15870 okBtn.style.height = 'auto';