Home
last modified time | relevance | path

Searched +full:editbutton +(+path:plugin +path:diagrams) -(+path:plugin +path:diagrams +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/diagrams/script/
H A DDiagramsForm.js58 const editButton = document.createElement('button');
59 editButton.className = 'diagrams-btn-edit';
60 editButton.id = 'diagrams__btn-edit';
61 editButton.innerText = LANG.plugins.diagrams.editButton;
62 editButton.type = 'button';
63 this.$form.find('fieldset').append(editButton);
65 editButton.addEventListener('click', event => {
H A DDiagramsMediaManager.js56 const editButton = document.createElement('button');
57 editButton.classList.add('diagrams-btn');
58 editButton.innerText = LANG.plugins.diagrams.editButton;
59 editButton.addEventListener('click', async () => {
63 actionList.appendChild(editButton);
H A Dmediafile-editbutton.js26 button.title = LANG.plugins.diagrams.editButton;
H A Dembed-editbutton.js12 button.title = LANG.plugins.diagrams.editButton;
/plugin/diagrams/
H A Dscript.js7 /* DOKUWIKI:include script/mediafile-editbutton.js */
14 /* DOKUWIKI:include script/embed-editbutton.js */