Searched refs:btn2 (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
D | Sidebar.js | 573 var btn2 = title2.getElementsByTagName('button')[0]; 574 btn2.parentNode.removeChild(btn2);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
D | Format.js | 2017 var btn2 = mxUtils.button(mxResources.get('pasteSize'), function(evt) 2022 btn2.setAttribute('title', mxResources.get('pasteSize') + ' (' + 2025 div.appendChild(btn2); 2030 btn2.style.width = '104px'; 2031 btn2.style.marginBottom = '2px'; 2074 var btn2 = mxUtils.button(mxResources.get('pasteData'), function(evt) 2079 btn2.setAttribute('title', mxResources.get('pasteData') + ' (' + 2082 div.appendChild(btn2); 2087 btn2.style.width = '104px'; 2088 btn2.style.marginBottom = '2px'; [all …]
|
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/ |
D | Editor.js | 5514 var btn2 = mxUtils.button(mxResources.get('editShape'), mxUtils.bind(this, function(evt) 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); 5537 var btn2 = mxUtils.button(mxResources.get('editImage'), mxUtils.bind(this, function(evt) 5542 btn2.setAttribute('title', mxResources.get('editImage')); 5543 btn2.style.marginBottom = '2px'; [all …]
|
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);
|