Lines Matching refs:setAttribute

82 …elts[0].setAttribute('title', mxResources.get('zoomIn') + ' (' + this.editorUi.actions.get('zoomIn…
83 …elts[1].setAttribute('title', mxResources.get('zoomOut') + ' (' + this.editorUi.actions.get('zoomO…
103 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + this.editorUi.actions.get('undo').s…
104 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + this.editorUi.actions.get('redo').s…
109 …elts[1].setAttribute('title', mxResources.get('delete') + ' (' + this.editorUi.actions.get('delete…
140 …h'], [null, null], 'geIcon geSprite geSprite-connection', null, true).setAttribute('title', mxReso…
141 …h'], ['link', null], 'geIcon geSprite geSprite-linkedge', null, true).setAttribute('title', mxReso…
142 …], ['flexArrow', null], 'geIcon geSprite geSprite-arrow', null, true).setAttribute('title', mxReso…
143 … ['arrow', null], 'geIcon geSprite geSprite-simplearrow', null, true).setAttribute('title', mxReso…
151 … [null, null, null], 'geIcon geSprite geSprite-straight', null, true).setAttribute('title', mxReso…
152 …yle', null, null], 'geIcon geSprite geSprite-orthogonal', null, true).setAttribute('title', mxReso…
153 … null, null], 'geIcon geSprite geSprite-horizontalelbow', null, true).setAttribute('title', mxReso…
154 …', null, null], 'geIcon geSprite geSprite-verticalelbow', null, true).setAttribute('title', mxReso…
155 …l, null], 'geIcon geSprite geSprite-horizontalisometric', null, true).setAttribute('title', mxReso…
156 …ull, null], 'geIcon geSprite geSprite-verticalisometric', null, true).setAttribute('title', mxReso…
157 …dgeStyle', '1', null], 'geIcon geSprite geSprite-curved', null, true).setAttribute('title', mxReso…
158 …geStyle', null, null], 'geIcon geSprite geSprite-entity', null, true).setAttribute('title', mxReso…
177 img.setAttribute('border', '0');
178 img.setAttribute('valign', 'middle');
179 img.setAttribute('src', Toolbar.prototype.dropDownImage);
360 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + ui.actions.get('undo').shortcut + '…
361 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + ui.actions.get('redo').shortcut + '…
362 …elts[4].setAttribute('title', mxResources.get('bold') + ' (' + ui.actions.get('bold').shortcut + '…
363 …elts[5].setAttribute('title', mxResources.get('italic') + ' (' + ui.actions.get('italic').shortcut…
364 …elts[6].setAttribute('title', mxResources.get('underline') + ' (' + ui.actions.get('underline').sh…
378 elt.setAttribute('title', mxResources.get('left'));
388 elt.setAttribute('title', mxResources.get('center'));
398 elt.setAttribute('title', mxResources.get('right'));
404 elt.setAttribute('title', mxResources.get('justifyfull'));
410 elt.setAttribute('title', mxResources.get('numberedList'));
416 elt.setAttribute('title', mxResources.get('bulletedList'));
422 elt.setAttribute('title', mxResources.get('decreaseIndent'));
428 elt.setAttribute('title', mxResources.get('increaseIndent'));
454 elt.setAttribute('title', mxResources.get('subscript') + ' (' + Editor.ctrlKey + '+,)');
458 elt.setAttribute('title', mxResources.get('superscript') + ' (' + Editor.ctrlKey + '+.)');
463 elt.setAttribute('title', mxResources.get('fontColor'));
467 elt.setAttribute('title', mxResources.get('backgroundColor'));
473 elt.setAttribute('title', mxResources.get('removeFormat'));
603 elt.setAttribute('title', mxResources.get('insertColumnBefore'));
616 elt.setAttribute('title', mxResources.get('insertColumnAfter'));
632 elt.setAttribute('title', mxResources.get('deleteColumn'));
645 elt.setAttribute('title', mxResources.get('insertRowBefore'));
658 elt.setAttribute('title', mxResources.get('insertRowAfter'));
671 elt.setAttribute('title', mxResources.get('deleteRow'));
691 table.setAttribute('border', '1');
697 elt.setAttribute('title', mxResources.get('borderColor'));
719 elt.setAttribute('title', mxResources.get('backgroundColor'));
729 table.setAttribute('cellPadding', newValue);
739 elt.setAttribute('title', mxResources.get('spacing'));
743 table.setAttribute('align', 'left');
745 elt.setAttribute('title', mxResources.get('left'));
749 table.setAttribute('align', 'center');
751 elt.setAttribute('title', mxResources.get('center'));
755 table.setAttribute('align', 'right');
757 elt.setAttribute('title', mxResources.get('right'));
930 elt.setAttribute('title', tooltip);