Searched refs:btn2 (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar.js | 573 var btn2 = title2.getElementsByTagName('button')[0]; 574 btn2.parentNode.removeChild(btn2);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 2025 div.appendChild(btn2); 2030 btn2.style.width = '104px'; 2031 btn2.style.marginBottom = '2px'; 2082 div.appendChild(btn2); 2087 btn2.style.width = '104px'; 2088 btn2.style.marginBottom = '2px'; 4761 btn2.style.marginBottom = '2px'; 4765 btn2.style.width = '210px'; 4770 btn2.style.width = '104px'; 4771 btn2.style.marginLeft = '2px'; [all …]
|
H A D | EditorUi.js | 4313 EditorUi.prototype.showError = function(title, msg, btn, fn, retry, btn2, fn2, btn3, fn3, w, h, hid… argument 4316 fn, retry, btn2, fn2, hide, btn3, fn3);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 5519 btn2.setAttribute('title', mxResources.get('editShape')); 5520 btn2.style.marginBottom = '2px'; 5524 btn2.style.width = '210px'; 5529 btn2.style.width = '104px'; 5530 btn2.style.marginLeft = '2px'; 5533 div.appendChild(btn2); 5543 btn2.style.marginBottom = '2px'; 5547 btn2.style.width = '210px'; 5552 btn2.style.width = '104px'; 5553 btn2.style.marginLeft = '2px'; [all …]
|
H A D | EditorUi.js | 3619 var btn2 = btn.cloneNode(false); 3620 btn2.setAttribute('src', Editor.plusImage); 3621 btn2.setAttribute('title', mxResources.get('add')); 3622 buttons.insertBefore(btn2, buttons.firstChild); 3623 mxEvent.addListener(btn2, 'click', addSelection);
|