Lines Matching refs:div

450 	var div = document.createElement('div');
451 div.style.whiteSpace = 'nowrap';
452 div.style.color = 'rgb(112, 112, 112)';
453 div.style.textAlign = 'left';
454 div.style.cursor = 'default';
468 this.container.appendChild(div);
549 div.appendChild(label);
550 var diagramPanel = div.cloneNode(false);
568 var stylePanel = div.cloneNode(false);
571 div.appendChild(label2);
614 div.appendChild(label2);
620 div.appendChild(label);
621 this.panels.push(new TextFormatPanel(this, ui, div));
645 div.appendChild(label);
647 var stylePanel = div.cloneNode(false);
657 div.appendChild(label2);
659 var textPanel = div.cloneNode(false);
666 div.appendChild(label3);
668 var arrangePanel = div.cloneNode(false);
828 var div = document.createElement('div');
829 div.className = 'geFormatSection';
830 div.style.padding = '12px 0px 12px 14px';
832 return div;
840 var div = document.createElement('div');
841 div.style.padding = '0px 0px 6px 0px';
842 div.style.whiteSpace = 'nowrap';
843 div.style.overflow = 'hidden';
844 div.style.width = '200px';
845 div.style.fontWeight = 'bold';
846 mxUtils.write(div, title);
848 return div;
981 var div = document.createElement('div');
982 div.style.padding = '3px 0px 3px 0px';
983 div.style.whiteSpace = 'nowrap';
984 div.style.textOverflow = 'ellipsis';
985 div.style.overflow = 'hidden';
986 div.style.width = '200px';
987 div.style.height = '18px';
993 div.appendChild(cb);
998 div.appendChild(span);
1037 mxEvent.addListener(div, 'click', function(evt)
1044 if (source == div || source == span)
1063 fn(div);
1066 return div;
1144 var div = document.createElement('div');
1145 div.style.padding = '3px 0px 3px 0px';
1146 div.style.whiteSpace = 'nowrap';
1147 div.style.overflow = 'hidden';
1148 div.style.width = '200px';
1149 div.style.height = '18px';
1158 div.appendChild(cb);
1164 div.appendChild(span);
1181 var div = document.createElement('div');
1182 div.style.width = '36px';
1183 div.style.height = '12px';
1184 div.style.margin = '3px';
1185 div.style.border = '1px solid black';
1186 div.style.backgroundColor = (tempColor == 'default') ? defaultColorValue : tempColor;
1189 btn.appendChild(div);
1239 div.appendChild(clrInput);
1277 div.appendChild(btn);
1283 mxEvent.addListener(div, 'click', function(evt)
1315 return div;
1485 var div = this.createPanel();
1486 div.style.paddingTop = '10px';
1487 div.style.paddingBottom = '10px';
1488 mxUtils.write(div, label);
1489 div.style.fontWeight = 'bold';
1523 var input = this.addUnitInput(div, '%', 16, width, update, 10, -15, handler != null);
1565 return div;
1571 BaseFormatPanel.prototype.addLabel = function(div, title, right, width) argument
1582 div.appendChild(label);
1714 ArrangePanel.prototype.addTable = function(div) argument
1720 div.style.paddingTop = '6px';
1721 div.style.paddingBottom = '10px';
1728 div.appendChild(span);
1883 div.appendChild(panel);
1891 return div;
1897 ArrangePanel.prototype.addLayerOps = function(div) argument
1910 div.appendChild(btn);
1919 div.appendChild(btn);
1923 mxUtils.br(div);
1934 div.appendChild(btn);
1944 div.appendChild(btn);
1947 return div;
1953 ArrangePanel.prototype.addGroupOps = function(div) argument
1962 div.style.paddingTop = '8px';
1963 div.style.paddingBottom = '6px';
1975 div.appendChild(btn);
1990 div.appendChild(btn);
1998 mxUtils.br(div);
2012 div.appendChild(btn);
2025 div.appendChild(btn2);
2039 mxUtils.br(div);
2069 div.appendChild(btn);
2082 div.appendChild(btn2);
2097 mxUtils.br(div);
2108 div.appendChild(btn);
2115 mxUtils.br(div);
2126 div.appendChild(btn);
2135 mxUtils.br(div);
2146 div.appendChild(btn);
2158 div.appendChild(btn);
2164 div.style.display = 'none';
2167 return div;
2173 ArrangePanel.prototype.addAlign = function(div) argument
2176 div.style.paddingTop = '6px';
2177 div.style.paddingBottom = '12px';
2178 div.appendChild(this.createTitle(mxResources.get('align')));
2204 div.appendChild(stylePanel);
2206 return div;
2212 ArrangePanel.prototype.addFlip = function(div) argument
2217 div.style.paddingTop = '6px';
2218 div.style.paddingBottom = '10px';
2225 div.appendChild(span);
2235 div.appendChild(btn);
2244 div.appendChild(btn);
2246 return div;
2252 ArrangePanel.prototype.addDistribute = function(div) argument
2257 div.style.paddingTop = '6px';
2258 div.style.paddingBottom = '12px';
2260 div.appendChild(this.createTitle(mxResources.get('distribute')));
2270 div.appendChild(btn);
2279 div.appendChild(btn);
2281 return div;
2287 ArrangePanel.prototype.addAngle = function(div) argument
2294 div.style.paddingBottom = '8px';
2309 div.appendChild(span);
2311 input = this.addUnitInput(div, '°', 16, 52, function()
2316 mxUtils.br(div);
2317 div.style.paddingTop = '10px';
2321 div.style.paddingTop = '8px';
2344 div.appendChild(btn);
2372 return div;
2447 var div = this.createPanel();
2448 div.style.paddingBottom = '8px';
2456 div.appendChild(span);
2459 var width = this.addUnitInput(div, this.getUnit(), 87, 52, function()
2463 var height = this.addUnitInput(div, this.getUnit(), 16, 52, function()
2493 div.appendChild(autosizeBtn);
2502 this.addLabel(div, mxResources.get('width'), 87);
2505 this.addLabel(div, mxResources.get('height'), 16);
2506 mxUtils.br(div);
2520 div.appendChild(wrapper);
2581 container.appendChild(div);
2616 div.style.display = '';
2630 div.style.display = 'none';
2873 var div = this.createPanel();
2881 div.appendChild(span);
2884 var width = this.addUnitInput(div, 'pt', 12, 44, function()
2889 mxUtils.br(div);
2913 container.appendChild(div);
2974 div.style.display = '';
2985 div.style.display = 'none';
4734 StyleFormatPanel.prototype.addEditOps = function(div) argument
4750 div.appendChild(btn);
4774 div.appendChild(btn2);
4777 return div;
5248 menu.div.style.width = '40px';
5306 menu.div.style.width = '40px';
5797 StyleFormatPanel.prototype.addEffects = function(div) argument
5804 div.style.paddingTop = '4px';
5805 div.style.paddingBottom = '0px';
5826 div.appendChild(table);
5875 return div;
5881 StyleFormatPanel.prototype.addStyleOps = function(div) argument
5883 div.style.paddingTop = '10px';
5884 div.style.paddingBottom = '10px';
5893 div.appendChild(btn);
5895 return div;
5930 DiagramStylePanel.prototype.addView = function(div) argument
5937 div.style.whiteSpace = 'normal';
5946 div.style.paddingTop = '8px';
5989 }, null, function(div) argument
5991 div.style.width = 'auto';
6014 }, null, function(div) argument
6016 div.style.width = 'auto';
6044 }, null, function(div) argument
6046 div.style.width = 'auto';
6050 div.appendChild(opts);
6181 var div = document.createElement('div');
6182 div.style.position = 'absolute';
6183 div.style.display = 'inline-block';
6184 div.style.overflow = 'hidden';
6185 div.style.pointerEvents = 'none';
6186 div.style.width = '100%';
6187 div.style.height = '100%';
6188 container.appendChild(div);
6190 var graph2 = new Graph(div, null, null, graph.getStylesheet());
6244 div.appendChild(entries);
6438 div.style.paddingBottom = '8px';
6465 div.appendChild(switcher);
6530 return div;
6590 DiagramFormatPanel.prototype.addView = function(div) argument
6596 div.appendChild(this.createTitle(mxResources.get('view')));
6599 this.addGridOption(div);
6604 div.appendChild(this.createOption(mxResources.get('pageView'), function()
6686 div.appendChild(bg);
6689 return div;
6695 DiagramFormatPanel.prototype.addOptions = function(div) argument
6701 div.appendChild(this.createTitle(mxResources.get('options')));
6706 div.appendChild(this.createOption(mxResources.get('connectionArrows'), function()
6730 div.appendChild(this.createOption(mxResources.get('connectionPoints'), function()
6754 div.appendChild(this.createOption(mxResources.get('guides'), function()
6778 return div;
6895 DiagramFormatPanel.prototype.addDocumentProperties = function(div) argument
6902 div.appendChild(this.createTitle(mxResources.get('options')));
6904 return div;
6910 DiagramFormatPanel.prototype.addPaperSize = function(div) argument
6916 div.appendChild(this.createTitle(mxResources.get('paperSize')));
6918 …var accessor = PageSetupDialog.addPageFormatPanel(div, 'formatpanel', graph.pageFormat, function(p…
6951 return div;
6957 DiagramFormatPanel.prototype.addStyleOps = function(div) argument
6967 div.appendChild(btn);
6969 mxUtils.br(div);
6978 div.appendChild(btn);
6980 return div;