Lines Matching refs:setAttribute

611 		node.setAttribute('dx', Math.round(this.graph.view.translate.x * 100) / 100);
612 node.setAttribute('dy', Math.round(this.graph.view.translate.y * 100) / 100);
615 node.setAttribute('grid', (this.graph.isGridEnabled()) ? '1' : '0');
616 node.setAttribute('gridSize', this.graph.gridSize);
617 node.setAttribute('guides', (this.graph.graphHandler.guidesEnabled) ? '1' : '0');
618 node.setAttribute('tooltips', (this.graph.tooltipHandler.isEnabled()) ? '1' : '0');
619 node.setAttribute('connect', (this.graph.connectionHandler.isEnabled()) ? '1' : '0');
620 node.setAttribute('arrows', (this.graph.connectionArrowsEnabled) ? '1' : '0');
621 node.setAttribute('fold', (this.graph.foldingEnabled) ? '1' : '0');
622 node.setAttribute('page', (this.graph.pageVisible) ? '1' : '0');
623 node.setAttribute('pageScale', this.graph.pageScale);
624 node.setAttribute('pageWidth', this.graph.pageFormat.width);
625 node.setAttribute('pageHeight', this.graph.pageFormat.height);
629 node.setAttribute('background', this.graph.background);
892 img.setAttribute('src', Dialog.prototype.closeImage);
893 img.setAttribute('title', mxResources.get('close'));
1074 hd.setAttribute('title', title);
1184 onePageCheckBox.setAttribute('type', 'checkbox');
1186 td.setAttribute('colspan', '2');
1212 pageCountCheckBox.setAttribute('type', 'checkbox');
1231 pageCountInput.setAttribute('value', '1');
1232 pageCountInput.setAttribute('type', 'number');
1233 pageCountInput.setAttribute('min', '1');
1234 pageCountInput.setAttribute('size', '4');
1235 pageCountInput.setAttribute('disabled', 'disabled');
1253 pageCountInput.setAttribute('disabled', 'disabled');
1267 pageScaleInput.setAttribute('value', '100 %');
1268 pageScaleInput.setAttribute('size', '5');
1279 td.setAttribute('align', 'right');
1501 backgroundInput.setAttribute('type', 'text');
1550 gridSizeInput.setAttribute('type', 'number');
1551 gridSizeInput.setAttribute('min', '0');
1581 imgPreview.setAttribute('valign', 'middle');
1604 imgPreview.setAttribute('src', img.src);
1642 td.setAttribute('align', 'right');
1704 portraitCheckBox.setAttribute('name', formatName);
1705 portraitCheckBox.setAttribute('type', 'radio');
1706 portraitCheckBox.setAttribute('value', 'portrait');
1709 landscapeCheckBox.setAttribute('name', formatName);
1710 landscapeCheckBox.setAttribute('type', 'radio');
1711 landscapeCheckBox.setAttribute('value', 'landscape');
1747 widthInput.setAttribute('size', '7');
1753 heightInput.setAttribute('size', '7');
1770 paperSizeOption.setAttribute('value', f.key);
1829 portraitCheckBox.setAttribute('checked', 'checked');
1843 landscapeCheckBox.setAttribute('checked', 'checked');
1856 portraitCheckBox.setAttribute('checked', 'checked');
2025 nameInput.setAttribute('value', filename || '');
2177 td.setAttribute('align', 'right');
2250 hint.setAttribute('src', Editor.helpImage);
2251 hint.setAttribute('title', mxResources.get('help'));
2258 hint.setAttribute('title', mxResources.get(hints[i].title));
2300 typeOption.setAttribute('value', i);