Searched refs:selectButton (Results 1 – 1 of 1) sorted by relevance
82 const selectButton = document.createElement('button'); constant83 selectButton.innerText = LANG.plugins.diagrams.selectSource;84 selectButton.className = 'diagrams-btn-select';85 selectButton.type = 'button';86 selectButton.addEventListener('click', () =>93 this.$form.find('fieldset').prepend(selectButton);