Lines Matching refs:container

4 Format = function(editorUi, container)  argument
7 this.container = container;
404 this.container.innerHTML = '';
441 if (this.container.style.width == '0px')
468 this.container.appendChild(div);
552 this.container.appendChild(diagramPanel);
573 this.container.appendChild(stylePanel);
650 this.container.appendChild(stylePanel);
662 this.container.appendChild(textPanel);
671 this.container.appendChild(arrangePanel);
689 BaseFormatPanel = function(format, editorUi, container) argument
693 this.container = container;
1452 BaseFormatPanel.prototype.addUnitInput = function(container, unit, right, width, update, step, marg… argument
1467 container.appendChild(input);
1472 container.appendChild(stepper);
1541 graph.container.focus();
1547 graph.container.focus();
1594 this.editorUi.editor.graph.container.focus();
1604 this.editorUi.editor.graph.container.focus();
1650 ArrangePanel = function(format, editorUi, container) argument
1652 BaseFormatPanel.call(this, format, editorUi, container);
1668 this.container.appendChild(this.addLayerOps(this.createPanel()));
1670 this.addGeometry(this.container);
1671 this.addEdgeGeometry(this.container);
1675 this.container.appendChild(this.addAngle(this.createPanel()));
1682 this.container.appendChild(this.addFlip(this.createPanel()));
1687 this.container.appendChild(this.addAlign(this.createPanel()));
1688 this.container.appendChild(this.addDistribute(this.createPanel()));
1691 this.container.appendChild(this.addTable(this.createPanel()));
1694 this.container.appendChild(this.addGroupOps(this.createPanel()));
1705 this.container.appendChild(span);
1707 new StyleFormatPanel(this.format, this.editorUi, this.container);
2054 ui.showDialog(dlg.container, 450, 240, true, true);
2439 ArrangePanel.prototype.addGeometry = function(container) argument
2581 container.appendChild(div);
2722 container.appendChild(div2);
2868 ArrangePanel.prototype.addEdgeGeometry = function(container) argument
2913 container.appendChild(div);
2937 container.appendChild(divs);
2963 container.appendChild(divt);
3047 TextFormatPanel = function(format, editorUi, container) argument
3049 BaseFormatPanel.call(this, format, editorUi, container);
3060 this.container.style.borderBottom = 'none';
3061 this.addFont(this.container);
3067 TextFormatPanel.prototype.addFont = function(container) argument
3078 container.appendChild(title);
3104 container.appendChild(cssPanel);
3107 container.appendChild(stylePanel);
3135 container.appendChild(stylePanel2);
3216 container.appendChild(stylePanel3);
3289 container.appendChild(tmp);
3376 container.appendChild(stylePanel4);
3403 container.appendChild(stylePanel5);
3437 var container = (selection.rangeCount > 0) ? selection.getRangeAt(0).commonAncestorContainer :
3475 if (container == graph.cellEditor.textarea ||
3476 container.nodeType != mxConstants.NODETYPE_ELEMENT)
3481 if (container != graph.cellEditor.textarea)
3483 container = container.parentNode;
3486 if (container != null && container.nodeType == mxConstants.NODETYPE_ELEMENT)
3488 var elts = container.getElementsByTagName('*');
3489 updateSize(container);
3519 function isOrContains(container, node) argument
3523 if (node === container)
3725 container.appendChild(colorPanel);
3808 container.appendChild(extraPanel);
3809container.appendChild(this.createRelativeOption(mxResources.get('opacity'), mxConstants.STYLE_TEXT…
3810 container.appendChild(spacingPanel);
3817container.appendChild(this.createRelativeOption(mxResources.get('lineheight'), null, null, functio…
3901 container.appendChild(wrapper2);
4094 ui.showDialog(dlg.container, 300, 80, true, true);
4126 container.appendChild(wrapper3);
4537 return container;
4543 StyleFormatPanel = function(format, editorUi, container) argument
4545 BaseFormatPanel.call(this, format, editorUi, container);
4571 this.container.appendChild(this.addSvgStyles(this.createPanel()));
4576 this.container.appendChild(this.addFill(this.createPanel()));
4579 this.container.appendChild(this.addStroke(this.createPanel()));
4580 this.container.appendChild(this.addLineJumps(this.createPanel()));
4584 this.container.appendChild(opacityPanel);
4585 this.container.appendChild(this.addEffects(this.createPanel()));
4595 this.container.appendChild(this.addStyleOps(opsPanel));
4615 StyleFormatPanel.prototype.addSvgStyles = function(container) argument
4620 container.style.paddingTop = '6px';
4621 container.style.paddingBottom = '6px';
4622 container.style.fontWeight = 'bold';
4623 container.style.display = 'none';
4647 this.addSvgRule(container, rules[j], svg, styles[i], rules, j, regex);
4658 return container;
4664 StyleFormatPanel.prototype.addSvgRule = function(container, rule, svg, styleElem, rules, ruleIndex,… argument
4718 container.appendChild(option);
4721 container.style.display = '';
4783 StyleFormatPanel.prototype.addFill = function(container) argument
4788 container.style.paddingTop = '6px';
4789 container.style.paddingBottom = '6px';
4883 container.style.display = (ss.fill) ? '' : 'none';
4919 container.appendChild(fillPanel);
4920 container.appendChild(gradientPanel);
4927container.appendChild(this.createCellColorOption(custom[i].title, custom[i].key, custom[i].default…
4930 return container;
4952 StyleFormatPanel.prototype.addStroke = function(container) argument
4958 container.style.paddingTop = '6px';
4959 container.style.paddingBottom = '4px';
4960 container.style.whiteSpace = 'normal';
5355 container.appendChild(colorPanel);
5356 container.appendChild(altStylePanel);
5357 container.appendChild(stylePanel);
5436 container.appendChild(stylePanel2);
5437 container.appendChild(arrowPanel);
5441 container.appendChild(perimeterPanel);
5569 container.style.borderBottomStyle = 'none';
5684 return container;
5690 StyleFormatPanel.prototype.addLineJumps = function(container) argument
5697 container.style.padding = '2px 0px 24px 14px';
5710 container.appendChild(span);
5756 container.appendChild(styleSelect);
5760 var jumpSize = this.addUnitInput(container, 'pt', 16, 42, function()
5788 container.style.display = 'none';
5791 return container;
5901 DiagramStylePanel = function(format, editorUi, container) argument
5903 BaseFormatPanel.call(this, format, editorUi, container);
5924 this.container.appendChild(this.addView(this.createPanel()));
6178 …tePreview = mxUtils.bind(this, function(commonStyle, vertexStyle, edgeStyle, graphStyle, container) argument
6188 container.appendChild(div);
6550 DiagramFormatPanel = function(format, editorUi, container) argument
6552 BaseFormatPanel.call(this, format, editorUi, container);
6577 this.container.appendChild(this.addView(this.createPanel()));
6581 this.container.appendChild(this.addOptions(this.createPanel()));
6582 this.container.appendChild(this.addPaperSize(this.createPanel()));
6583 this.container.appendChild(this.addStyleOps(this.createPanel()));
6784 DiagramFormatPanel.prototype.addGridOption = function(container) argument
6809 graph.container.focus();
6815 graph.container.focus();
6889 container.appendChild(panel);