Lines Matching refs:width

1999 				var w = parseInt(config.pageFormat.width);
2742 canvas.width = img.width;
3364 …Editor.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limitHe… argument
3410 if (width != null)
3412 … scale = (!limitHeight) ? width / w : Math.min(1, Math.min((width * 3) / (h * 4), width / w));
3806 td.style.width = '100px';
3812 nameInput.style.width = '180px';
3829 typeSelect.style.width = '180px';
3876 dispNameInput.style.width = '180px';
3893 enumListInput.style.width = '180px';
4570 btn.style.width = '104px';
4584 btn.style.width = '104px';
4590 btn.style.width = '210px';
4719 elem.style.width = td.offsetWidth + 'px';
4727 clrDiv.style.width = '32px';
4744 btn.style.width = '40px';
4789 btn.style.width = '25px';
4929 inp.style.width = '96px';
5025 delBtn.style.width = '25px';
5040 grid.style.width = '100%';
5215 switcher.style.width = '210px';
5223 dot.style.width = '6px';
5345 btn.style.width = '36px';
5503 btn.style.width = '210px';
5524 btn2.style.width = '210px';
5528 btn.style.width = '104px';
5529 btn2.style.width = '104px';
5547 btn2.style.width = '210px';
5551 btn.style.width = '104px';
5552 btn2.style.width = '104px';
6083 table.style.width = '100%';
6122 td.style.width = '16px';
6130 img.style.width = '16px';
6211 td.style.width = '18px';
6216 td.style.width = '16px';
6224 img.style.width = '16px';
7817 title.style.width = '100%';
7859 pagesFromInput.style.width = '50px';
7939 zoomInput.style.width = '50px';
7986 sheetsAcrossInput.style.width = '40px';
8050 pageScaleInput.style.width = '60px';
8118 (pf.width * h) / (gb.width / thisGraph.view.scale));
8133 pf.width = Math.ceil(pf.width * printScale);
8141 x0 -= layout.x * pf.width;
8390 …tempGraph.backgroundImage = (bgImage != null) ? new mxImage(bgImage.src, bgImage.width, bgImage.he…