Lines Matching refs:setAttribute

1900 				s.setAttribute('type', 'text/css');
2119 s.setAttribute('type', 'text/css');
2132 l.setAttribute('rel', 'preload');
2133 l.setAttribute('href', url);
2134 l.setAttribute('as', 'font');
2135 l.setAttribute('crossorigin', '');
2336 node.setAttribute('style', this.graph.currentStyle);
2346 node.setAttribute('backgroundImage', JSON.stringify(bgImg));
2349 node.setAttribute('math', (this.graph.mathEnabled) ? '1' : '0');
2350 node.setAttribute('shadow', (this.graph.shadowVisible) ? '1' : '0');
2359 node.setAttribute('extFonts', strExtFonts.join('|'));
2561 s.setAttribute('type', 'text/javascript');
2562 s.setAttribute('src', src);
2833 img.setAttribute(srcAttr, uri);
2841 img.setAttribute(srcAttr, tmp);
2846 img.setAttribute(srcAttr, src);
3333 style.setAttribute('type', 'text/css');
3419 canvas.setAttribute('width', w);
3420 canvas.setAttribute('height', h);
3800 table.setAttribute('cellpadding', (mxClient.IS_SF) ? '0' : '2');
3832 boolOption.setAttribute('value', 'bool');
3837 clrOption.setAttribute('value', 'color');
3842 enumOption.setAttribute('value', 'enum');
3847 floatOption.setAttribute('value', 'float');
3852 intOption.setAttribute('value', 'int');
3857 strOption.setAttribute('value', 'string');
3923 td.setAttribute('align', 'right');
4086 option.getElementsByTagName('input')[0].setAttribute('disabled', 'disabled');
4568 …btn.setAttribute('title', mxResources.get('copyStyle') + ' (' + this.editorUi.actions.get('copySty…
4582 …btn.setAttribute('title', mxResources.get('pasteStyle') + ' (' + this.editorUi.actions.get('pasteS…
4833 row.setAttribute('data-pName', pName);
4834 row.setAttribute('data-pValue', pValue);
4839 row.setAttribute('data-index', prop.index);
4848 td.setAttribute('title', label);
4927 inp.setAttribute('readonly', '');
5399 btn.setAttribute('title', colorset['title']);
5502 …btn.setAttribute('title', mxResources.get('editStyle') + ' (' + this.editorUi.actions.get('editSty…
5519 btn2.setAttribute('title', mxResources.get('editShape'));
5542 btn2.setAttribute('title', mxResources.get('editImage'));
5599 elt.setAttribute('rel', 'stylesheet');
5600 elt.setAttribute('type', 'text/css');
5601 elt.setAttribute('charset', 'UTF-8');
5602 elt.setAttribute('href', url);
6048 resetBtn.setAttribute('title', mxResources.get('reset'));
6064 addBtn.setAttribute('title', mxResources.get('add'));
6080 table.setAttribute('cellpadding', '2');
6125 img.setAttribute('src', visible ? Editor.visibleImage : Editor.hiddenImage);
6126 img.setAttribute('title', mxResources.get(visible ? 'hideIt' : 'show', [tag]));
6173 td.setAttribute('title', tag);
6219 img.setAttribute('src', Editor.crossImage);
6220 img.setAttribute('title', mxResources.get('removeIt', [tag]));
6253 cb2.setAttribute('type', 'checkbox');
6260 cb2.setAttribute('title', mxResources.get(
6399 fonts[i].setAttribute('data-font-src', url);
6535 …svgDoc.setAttributeNS != null? style.setAttributeNS('type', 'text/css') : style.setAttribute('type…
7016 links[i].setAttribute('href', this.updateCustomLink(mapping, href));
7551 filter.setAttribute('id', this.shadowId);
7555 blur.setAttribute('in', 'SourceAlpha');
7556 blur.setAttribute('stdDeviation', this.svgShadowBlur);
7557 blur.setAttribute('result', 'blur');
7562 offset.setAttribute('in', 'blur');
7563 offset.setAttribute('dx', this.svgShadowSize);
7564 offset.setAttribute('dy', this.svgShadowSize);
7565 offset.setAttribute('result', 'offsetBlur');
7570 flood.setAttribute('flood-color', this.svgShadowColor);
7571 flood.setAttribute('flood-opacity', this.svgShadowOpacity);
7572 flood.setAttribute('result', 'offsetColor');
7577 composite.setAttribute('in', 'offsetColor');
7578 composite.setAttribute('in2', 'offsetBlur');
7579 composite.setAttribute('operator', 'in');
7580 composite.setAttribute('result', 'offsetBlur');
7585 feBlend.setAttribute('in', 'SourceGraphic');
7586 feBlend.setAttribute('in2', 'offsetBlur');
7620 group.setAttribute('filter', 'url(#' + this.shadowId + ')');
7624 svgRoot.setAttribute('width', parseInt(svgRoot.getAttribute('width')) + 6);
7625 svgRoot.setAttribute('height', parseInt(svgRoot.getAttribute('height')) + 6);
7639 svgRoot.setAttribute('viewBox', tokens[0] + ' ' + tokens[1] + ' ' + w + ' ' + h);
7661 this.view.getDrawPane().setAttribute('filter', 'url(#' + this.shadowId + ')');
7832 allPagesRadio.setAttribute('value', 'all');
7833 allPagesRadio.setAttribute('type', 'radio');
7834 allPagesRadio.setAttribute('name', 'pages-printdialog');
7846 allPagesRadio.setAttribute('checked', 'checked');
7847 pagesRadio.setAttribute('value', 'range');
7856 pagesFromInput.setAttribute('value', '1');
7857 pagesFromInput.setAttribute('type', 'number');
7858 pagesFromInput.setAttribute('min', '1');
7907 pagesFromInput.setAttribute('max', pageCount);
7908 pagesToInput.setAttribute('max', pageCount);
7927 adjustRadio.setAttribute('value', 'adjust');
7928 adjustRadio.setAttribute('type', 'radio');
7929 adjustRadio.setAttribute('name', 'printZoom');
7938 zoomInput.setAttribute('value', '100 %');
7953 fitRadio.setAttribute('value', 'fit');
7954 adjustRadio.setAttribute('checked', 'checked');
7983 sheetsAcrossInput.setAttribute('value', '1');
7984 sheetsAcrossInput.setAttribute('min', '1');
7985 sheetsAcrossInput.setAttribute('type', 'number');
8049 pageScaleInput.setAttribute('value', '100 %');