Home
last modified time | relevance | path

Searched refs:selectButton (Results 1 – 1 of 1) sorted by relevance

/plugin/diagrams/script/
H A DDiagramsForm.js82 const selectButton = document.createElement('button'); constant
83 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);